Searched refs:fdt_node_check_compatible (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/riscv/kernel/ |
| H A D | soc.c | 22 if (!fdt_node_check_compatible(fdt, 0, s->compatible)) { in soc_early_init()
|
| /linux/arch/mips/include/asm/ |
| H A D | machine.h | 52 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible()
|
| /linux/arch/mips/generic/ |
| H A D | board-ingenic.c | 114 if (!fdt_node_check_compatible(fdt, 0, "qi,lb60") && in ingenic_fixup_fdt()
|
| H A D | board-sead3.c | 169 BUG_ON(fdt_node_check_compatible(fdt, 0, "mti,sead-3")); in sead3_fixup_fdt()
|
| /linux/kernel/liveupdate/ |
| H A D | luo_core.c | 103 err = fdt_node_check_compatible(luo_global.fdt_in, 0, in luo_early_startup()
|
| H A D | luo_flb.c | 593 err = fdt_node_check_compatible(fdt_in, offset, in luo_flb_setup_incoming()
|
| H A D | luo_session.c | 487 err = fdt_node_check_compatible(fdt_in, offset, in luo_session_setup_incoming()
|
| H A D | kexec_handover.c | 1481 err = fdt_node_check_compatible(fdt, 0, KHO_FDT_COMPATIBLE); in kho_populate()
|
| /linux/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 852 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 D | libfdt.h | 1173 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
|
| /linux/lib/ |
| H A D | test_kho.c | 296 if (fdt_node_check_compatible(fdt, node, KHO_TEST_COMPAT)) in kho_test_restore()
|
| /linux/mm/ |
| H A D | memblock.c | 2568 err = fdt_node_check_compatible(fdt, 0, MEMBLOCK_KHO_NODE_COMPATIBLE); in reserve_mem_kho_retrieve_fdt() 2595 err = fdt_node_check_compatible(fdt, offset, RESERVE_MEM_KHO_NODE_COMPATIBLE); in reserve_mem_kho_revive()
|
| /linux/drivers/of/ |
| H A D | fdt.c | 979 if (fdt_node_check_compatible(fdt, offset, match->compatible)) in early_init_dt_scan_chosen_stdout()
|