Searched refs:fdt_parent_offset (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | fdt_address.c | 183 parent = fdt_parent_offset(blob, node_offset); in fdt_translate_address() 205 parent = fdt_parent_offset(blob, node_offset); in fdt_translate_address()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | fdt_address.c | 183 parent = fdt_parent_offset(blob, node_offset); in fdt_translate_address() 205 parent = fdt_parent_offset(blob, node_offset); in fdt_translate_address()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | libfdt-wrapper.c | 101 return offset_devp(fdt_parent_offset(fdt, devp_offset(devp))); in fdt_wrapper_get_parent()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | libfdt-wrapper.c | 101 return offset_devp(fdt_parent_offset(fdt, devp_offset(devp))); in fdt_wrapper_get_parent()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 1003 bootbus = fdt_parent_offset(initial_boot_params, cf); in octeon_prune_device_tree() 1064 bootbus = fdt_parent_offset(initial_boot_params, led); in octeon_prune_device_tree()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 1004 bootbus = fdt_parent_offset(initial_boot_params, cf); in octeon_prune_device_tree() 1065 bootbus = fdt_parent_offset(initial_boot_params, led); in octeon_prune_device_tree()
|
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 667 nodeoffset = fdt_parent_offset(fdt, nodeoffset); in get_path_len()
|
H A D | libfdt.h | 921 * fdt_parent_offset - find the parent of a given node 925 * fdt_parent_offset() locates the parent node of a given node (that 941 int fdt_parent_offset(const void *fdt, int nodeoffset);
|
H A D | fdt_ro.c | 644 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() function
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | libfdt.h | 954 * fdt_parent_offset - find the parent of a given node 958 * fdt_parent_offset() locates the parent node of a given node (that 974 int fdt_parent_offset(const void *fdt, int nodeoffset);
|
H A D | fdt_overlay.c | 652 nodeoffset = fdt_parent_offset(fdt, nodeoffset); in get_path_len()
|
H A D | fdt_ro.c | 644 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() function
|
Completed in 14 milliseconds