Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fdt_nop_node

Proto:int fdt_nop_node(void *fdt, int nodeoffset)

Type:int

Parameter:

TypeParameterName
void *fdt
intnodeoffset
87  endoffset = fdt_node_end_offset_(fdt, nodeoffset)
88  If endoffset < 0 Then Return endoffset
91  fdt_nop_region_(fdt_offset_ptr_w(fdt, nodeoffset, 0), endoffset - nodeoffset)
93  Return 0