Searched refs:fdt_setprop_cell (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | atags_to_fdt.c | 47 return fdt_setprop_cell(fdt, offset, property, val); in setprop_cell()
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | atags_to_fdt.c | 48 return fdt_setprop_cell(fdt, offset, property, val); in setprop_cell()
|
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1693 * fdt_setprop_cell - set a property to a single cell value 1697 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() function
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1734 * fdt_setprop_cell - set a property to a single cell value 1744 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() function
|
Completed in 7 milliseconds