函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:scripts\dtc\libfdt\fdt_wip.c Create Date:2022-07-27 07:15:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:fdt_nop_property

函数原型:int fdt_nop_property(void *fdt, int nodeoffset, const char *name)

返回类型:int

参数:

类型参数名称
void *fdt
intnodeoffset
const char *name
64  prop等于fdt_get_property_w(fdt, nodeoffset, name, & len)
65  如果非prop则返回:len
68  fdt_nop_region_(prop, len + prop的长度)
70  返回:0