Home
last modified time | relevance | path

Searched refs:fdt_node_check_compatible (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/riscv/kernel/
H A Dsoc.c22 if (!fdt_node_check_compatible(fdt, 0, s->compatible)) { in soc_early_init()
/linux-6.15/arch/mips/include/asm/
H A Dmachine.h52 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible()
/linux-6.15/arch/mips/generic/
H A Dboard-ingenic.c114 if (!fdt_node_check_compatible(fdt, 0, "qi,lb60") && in ingenic_fixup_fdt()
H A Dboard-sead3.c169 BUG_ON(fdt_node_check_compatible(fdt, 0, "mti,sead-3")); in sead3_fixup_fdt()
/linux-6.15/scripts/dtc/libfdt/
H A Dfdt_ro.c852 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
880 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
H A Dlibfdt.h1121 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/linux-6.15/drivers/of/
H A Dfdt.c917 if (fdt_node_check_compatible(fdt, offset, match->compatible)) in early_init_dt_scan_chosen_stdout()