Searched refs:fdt_node_check_compatible (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/mips/jz4740/ |
D | setup.c | 47 if (!fdt_node_check_compatible(fdt, 0, "ingenic,x1000")) in get_board_mach_type() 49 if (!fdt_node_check_compatible(fdt, 0, "ingenic,jz4780")) in get_board_mach_type() 51 if (!fdt_node_check_compatible(fdt, 0, "ingenic,jz4770")) in get_board_mach_type()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | machine.h | 52 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible()
|
/Linux-v5.4/arch/mips/generic/ |
D | board-sead3.c | 169 BUG_ON(fdt_node_check_compatible(fdt, 0, "mti,sead-3")); in sead3_fixup_fdt()
|
/Linux-v5.4/scripts/dtc/libfdt/ |
D | fdt_ro.c | 798 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function 826 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
|
D | libfdt.h | 1023 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
|
/Linux-v5.4/drivers/of/ |
D | fdt.c | 947 if (fdt_node_check_compatible(fdt, offset, match->compatible)) in early_init_dt_scan_chosen_stdout()
|