Home
last modified time | relevance | path

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 Docteon-platform.c498 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 Docteon-platform.c499 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 Dfdt_overlay.c79 ret = fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
H A Dlibfdt.h986 * 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 Dfdt_ro.c681 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 Dlibfdt.h1019 * 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 Dfdt_overlay.c64 ret = fdt_node_offset_by_phandle(fdt, phandle); in fdt_overlay_target_offset()
H A Dfdt_ro.c681 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function

Completed in 12 milliseconds