Home
last modified time | relevance | path

Searched refs:fdt_appendprop (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dlibfdt.h1765 * fdt_appendprop - append to or create a property
1772 * fdt_appendprop() appends the value to the named property in the
1791 int fdt_appendprop(void *fdt, int nodeoffset, const char *name,
1826 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u32()
1861 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u64()
1903 fdt_appendprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
H A Dfdt_addresses.c99 return fdt_appendprop(fdt, nodeoffset, name, data, in fdt_appendprop_addrrange()
H A Dfdt_rw.c291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() function
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dlibfdt.h1812 * fdt_appendprop - append to or create a property
1819 * fdt_appendprop() appends the value to the named property in the
1838 int fdt_appendprop(void *fdt, int nodeoffset, const char *name,
1873 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u32()
1908 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u64()
1956 fdt_appendprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
H A Dfdt_addresses.c99 return fdt_appendprop(fdt, nodeoffset, name, data, in fdt_appendprop_addrrange()
H A Dfdt_rw.c291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() function

Completed in 7 milliseconds