Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fdt_get_property_namelen_

Proto:static const struct fdt_property *fdt_get_property_namelen_(const void *fdt, int offset, const char *name, int namelen, int *lenp, int *poffset)

Type:struct fdt_property

Parameter:

TypeParameterName
const void *fdt
intoffset
const char *name
intnamelen
int *lenp
int *poffset
385  When offset >= 0 cycle
390  If Not (prop = fdt_get_property_by_offset_(fdt, offset, lenp)) Then
392  Break
396  If poffset Then poffset = offset
398  Return prop
402  If lenp Then lenp = offset
404  Return NULL