Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dsoc.c22 if (!fdt_node_check_compatible(fdt, 0, s->compatible)) { in soc_early_init()
/linux/arch/mips/include/asm/
H A Dmachine.h52 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible()
/linux/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/kernel/liveupdate/
H A Dluo_core.c103 err = fdt_node_check_compatible(luo_global.fdt_in, 0, in luo_early_startup()
H A Dluo_flb.c593 err = fdt_node_check_compatible(fdt_in, offset, in luo_flb_setup_incoming()
H A Dluo_session.c487 err = fdt_node_check_compatible(fdt_in, offset, in luo_session_setup_incoming()
H A Dkexec_handover.c1481 err = fdt_node_check_compatible(fdt, 0, KHO_FDT_COMPATIBLE); in kho_populate()
/linux/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.h1173 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/linux/lib/
H A Dtest_kho.c296 if (fdt_node_check_compatible(fdt, node, KHO_TEST_COMPAT)) in kho_test_restore()
/linux/mm/
H A Dmemblock.c2568 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 Dfdt.c979 if (fdt_node_check_compatible(fdt, offset, match->compatible)) in early_init_dt_scan_chosen_stdout()