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

Name:dt_appendprop_u64 - append a 64-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: 64-bit integer value to append to the property

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

Type:int

Parameter:

TypeParameterName
void *fdt
intnodeoffset
const char *name
uint64_tval
1855  tmp = cpu_to_fdt64(val)
1856  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