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:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fdt_node_offset_by_phandle

Proto:int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle)

Type:int

Parameter:

TypeParameterName
const void *fdt
uint32_tphandle
660  If phandle == 0 || phandle == -1 Then Return -FDT_ERR_BADPATH: Function was passed a badly formatted path* (e.g. missing a leading / for a function which requires an* absolute path)
671  When offset >= 0 cycle
674  If fdt_get_phandle(fdt, offset) == phandle Then Return offset
678  Return offset