Home
last modified time | relevance | path

Searched refs:fdt_node_offset_by_compatible (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/mips/generic/
Dboard-sead3.c61 gic_off = fdt_node_offset_by_compatible(fdt, -1, "mti,gic"); in remove_gic()
73 cpu_off = fdt_node_offset_by_compatible(fdt, -1, in remove_gic()
86 uart_off = fdt_node_offset_by_compatible(fdt, -1, "ns16550a"); in remove_gic()
104 uart_off = fdt_node_offset_by_compatible(fdt, uart_off, in remove_gic()
112 eth_off = fdt_node_offset_by_compatible(fdt, -1, "smsc,lan9115"); in remove_gic()
130 ehci_off = fdt_node_offset_by_compatible(fdt, -1, "generic-ehci"); in remove_gic()
/linux-6.1.9/arch/mips/mti-malta/
Dmalta-dtshim.c254 gic_off = fdt_node_offset_by_compatible(fdt, -1, "mti,gic"); in remove_gic()
265 i8259_off = fdt_node_offset_by_compatible(fdt, -1, "intel,i8259"); in remove_gic()
272 cpu_off = fdt_node_offset_by_compatible(fdt, -1, in remove_gic()
/linux-6.1.9/arch/powerpc/boot/
Dlibfdt-wrapper.c130 int offset = fdt_node_offset_by_compatible(fdt, devp_offset_find(prev), in fdt_wrapper_find_node_by_compatible()
/linux-6.1.9/scripts/dtc/libfdt/
Dlibfdt.h1090 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
Dfdt_ro.c836 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() function