函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:fdt_get_property_w

函数原型:static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp)

返回类型:struct fdt_property

参数:

类型参数名称
void *fdt
intnodeoffset
const char *name
int *lenp
693  返回:dt_get_property - find a given property in a given node*@fdt: pointer to the device tree blob*@nodeoffset: offset of the node whose property to find*@name: name of the property to find*@lenp: pointer to an integer variable (will be overwritten) or NULL*
调用者
名称描述
fdt_nop_property
fdt_resize_property_
fdt_appendprop
fdt_delprop