Searched refs:fdt_node_offset_by_phandle (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 498 phy = fdt_node_offset_by_phandle(initial_boot_params, phandle); in octeon_fdt_set_phy() 504 alt_phy = fdt_node_offset_by_phandle(initial_boot_params, alt_phandle); in octeon_fdt_set_phy() 601 int p = fdt_node_offset_by_phandle(initial_boot_params, ph); in octeon_fdt_rm_ethernet()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 499 phy = fdt_node_offset_by_phandle(initial_boot_params, phandle); in octeon_fdt_set_phy() 505 alt_phy = fdt_node_offset_by_phandle(initial_boot_params, alt_phandle); in octeon_fdt_set_phy() 602 int p = fdt_node_offset_by_phandle(initial_boot_params, ph); in octeon_fdt_rm_ethernet()
|
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 79 ret = fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
|
H A D | libfdt.h | 986 * fdt_node_offset_by_phandle - find the node with a given phandle 990 * fdt_node_offset_by_phandle() returns the offset of the node 1004 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
|
H A D | fdt_ro.c | 681 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1019 * fdt_node_offset_by_phandle - find the node with a given phandle 1023 * fdt_node_offset_by_phandle() returns the offset of the node 1037 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
|
H A D | fdt_overlay.c | 64 ret = fdt_node_offset_by_phandle(fdt, phandle); in fdt_overlay_target_offset()
|
H A D | fdt_ro.c | 681 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function
|
Completed in 12 milliseconds