Searched refs:fdt_appendprop (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1765 * 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 D | fdt_addresses.c | 99 return fdt_appendprop(fdt, nodeoffset, name, data, in fdt_appendprop_addrrange()
|
H A D | fdt_rw.c | 291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() function
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1812 * 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 D | fdt_addresses.c | 99 return fdt_appendprop(fdt, nodeoffset, name, data, in fdt_appendprop_addrrange()
|
H A D | fdt_rw.c | 291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() function
|
Completed in 8 milliseconds