Searched refs:fdt_node_check_compatible (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/mips/jz4740/ |
D | setup.c | 58 if (!fdt_node_check_compatible(fdt, 0, "ingenic,jz4780")) in get_board_mach_type() 60 if (!fdt_node_check_compatible(fdt, 0, "ingenic,jz4770")) in get_board_mach_type()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | machine.h | 56 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible()
|
/Linux-v4.19/arch/mips/generic/ |
D | board-sead3.c | 173 BUG_ON(fdt_node_check_compatible(fdt, 0, "mti,sead-3")); in sead3_fixup_fdt()
|
/Linux-v4.19/scripts/dtc/libfdt/ |
D | fdt_ro.c | 737 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function 765 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
|
D | libfdt.h | 932 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
|
/Linux-v4.19/drivers/of/ |
D | fdt.c | 979 if (fdt_node_check_compatible(fdt, offset, match->compatible)) in early_init_dt_scan_chosen_stdout()
|