Searched refs:fdt_getprop_w (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/scripts/dtc/libfdt/ |
D | fdt_wip.c | 64 propval = fdt_getprop_w(fdt, nodeoffset, name, &proplen); in fdt_setprop_inplace()
|
D | libfdt.h | 582 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() function
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 848 ranges = fdt_getprop_w(initial_boot_params, bootbus, "ranges", &len); in octeon_prune_device_tree() 909 ranges = fdt_getprop_w(initial_boot_params, bootbus, "ranges", &len); in octeon_prune_device_tree()
|