Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:scripts\dtc\libfdt\libfdt.h Create Date:2022-07-28 06:18:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fdt_get_property_w

Proto:static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp)

Type:struct fdt_property

Parameter:

TypeParameterName
void *fdt
intnodeoffset
const char *name
int *lenp
693  Return 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*