Searched refs:fdt_node_check_compatible (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/arch/riscv/kernel/ |
D | soc.c | 22 if (!fdt_node_check_compatible(fdt, 0, s->compatible)) { in soc_early_init()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | machine.h | 52 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible()
|
/linux-6.6.21/arch/mips/generic/ |
D | board-ingenic.c | 114 if (!fdt_node_check_compatible(fdt, 0, "qi,lb60") && in ingenic_fixup_fdt()
|
D | board-sead3.c | 169 BUG_ON(fdt_node_check_compatible(fdt, 0, "mti,sead-3")); in sead3_fixup_fdt()
|
/linux-6.6.21/scripts/dtc/libfdt/ |
D | fdt_ro.c | 823 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function 851 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
|
D | libfdt.h | 1060 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
|
/linux-6.6.21/drivers/of/ |
D | fdt.c | 1048 if (fdt_node_check_compatible(fdt, offset, match->compatible)) in early_init_dt_scan_chosen_stdout()
|