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

Name:dt_appendprop_u32 - append a 32-bit integer value to a property*@fdt: pointer to the device tree blob*@nodeoffset: offset of the node whose property to change*@name: name of the property to change*@val: 32-bit integer value to append to the property

Proto:static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val)

Type:int

Parameter:

TypeParameterName
void *fdt
intnodeoffset
const char *name
uint32_tval
1820  tmp = cpu_to_fdt32(val)
1821  Return dt_appendprop - append to or create a property*@fdt: pointer to the device tree blob*@nodeoffset: offset of the node whose property to change*@name: name of the property to append to*@val: pointer to data to append to the property value*@len: length of