Searched refs:fdt_node_offset_by_compatible (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/mips/generic/ |
D | board-sead3.c | 65 gic_off = fdt_node_offset_by_compatible(fdt, -1, "mti,gic"); in remove_gic() 77 cpu_off = fdt_node_offset_by_compatible(fdt, -1, in remove_gic() 90 uart_off = fdt_node_offset_by_compatible(fdt, -1, "ns16550a"); in remove_gic() 108 uart_off = fdt_node_offset_by_compatible(fdt, uart_off, in remove_gic() 116 eth_off = fdt_node_offset_by_compatible(fdt, -1, "smsc,lan9115"); in remove_gic() 134 ehci_off = fdt_node_offset_by_compatible(fdt, -1, "generic-ehci"); in remove_gic()
|
/Linux-v4.19/arch/mips/mti-malta/ |
D | malta-dtshim.c | 258 gic_off = fdt_node_offset_by_compatible(fdt, -1, "mti,gic"); in remove_gic() 269 i8259_off = fdt_node_offset_by_compatible(fdt, -1, "intel,i8259"); in remove_gic() 276 cpu_off = fdt_node_offset_by_compatible(fdt, -1, in remove_gic()
|
/Linux-v4.19/arch/powerpc/boot/ |
D | libfdt-wrapper.c | 144 int offset = fdt_node_offset_by_compatible(fdt, devp_offset_find(prev), in fdt_wrapper_find_node_by_compatible()
|
/Linux-v4.19/scripts/dtc/libfdt/ |
D | libfdt.h | 969 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
|
D | fdt_ro.c | 750 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() function
|