Searched refs:fdt_node_offset_by_compatible (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/mips/generic/ |
D | board-sead3.c | 61 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-v5.4/arch/mips/mti-malta/ |
D | malta-dtshim.c | 254 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-v5.4/arch/powerpc/boot/ |
D | libfdt-wrapper.c | 130 int offset = fdt_node_offset_by_compatible(fdt, devp_offset_find(prev), in fdt_wrapper_find_node_by_compatible()
|
/Linux-v5.4/scripts/dtc/libfdt/ |
D | libfdt.h | 1060 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
|
D | fdt_ro.c | 811 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() function
|