/openbmc/linux/arch/arc/kernel/ |
H A D | devtree.c | 28 if (of_flat_dt_is_compatible(dt_root, "abilis,arc-tb10x")) in arc_set_early_base_baud() 30 else if (of_flat_dt_is_compatible(dt_root, "snps,arc-sdp") || in arc_set_early_base_baud() 31 of_flat_dt_is_compatible(dt_root, "snps,hsdk")) in arc_set_early_base_baud()
|
/openbmc/linux/arch/arm/mach-s5pv210/ |
H A D | s5pv210.c | 26 if (!of_flat_dt_is_compatible(node, "samsung,s5pv210-clock")) in s5pv210_fdt_map_sys()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | ultravisor.c | 24 if (!of_flat_dt_is_compatible(node, "ibm,ultravisor")) in early_init_dt_scan_ultravisor()
|
H A D | opal-fadump.c | 651 if (!of_flat_dt_is_compatible(dn, "ibm,opal-dump")) { in opal_fadump_dt_scan()
|
H A D | opal.c | 137 if (of_flat_dt_is_compatible(node, "ibm,opal-v3")) { in early_init_dt_scan_opal()
|
/openbmc/linux/arch/sh/kernel/cpu/sh2/ |
H A D | probe.c | 21 if (!of_flat_dt_is_compatible(node, "jcore,cache")) in scan_cache()
|
/openbmc/linux/arch/powerpc/platforms/86xx/ |
H A D | mvme7100.c | 81 return of_flat_dt_is_compatible(root, "artesyn,MVME7100"); in mvme7100_probe()
|
/openbmc/linux/include/linux/ |
H A D | of_fdt.h | 57 extern int of_flat_dt_is_compatible(unsigned long node, const char *name);
|
/openbmc/linux/arch/mips/bmips/ |
H A D | setup.c | 196 if (of_flat_dt_is_compatible(of_get_flat_dt_root(), in plat_mem_setup()
|
/openbmc/linux/arch/arm/mach-exynos/ |
H A D | exynos.c | 80 if (!of_flat_dt_is_compatible(node, "samsung,exynos4210-chipid")) in exynos_fdt_map_chipid()
|
/openbmc/linux/drivers/of/ |
H A D | of_reserved_mem.c | 170 && of_flat_dt_is_compatible(node, "shared-dma-pool") in __reserved_mem_alloc_size() 238 if (!of_flat_dt_is_compatible(rmem->fdt_node, compat)) in __reserved_mem_init_node()
|
H A D | fdt.c | 795 int __init of_flat_dt_is_compatible(unsigned long node, const char *compat) in of_flat_dt_is_compatible() function
|
/openbmc/linux/arch/powerpc/platforms/44x/ |
H A D | fsp2.c | 247 if (!of_flat_dt_is_compatible(root, "ibm,fsp2")) in fsp2_probe()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | acpi.c | 76 of_flat_dt_is_compatible(node, "xen,xen")) in dt_is_stub()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | dt_cpu_ftrs.c | 843 if (of_flat_dt_is_compatible(node, "ibm,powerpc-cpu-features") in fdt_find_cpu_features() 1067 if (!of_flat_dt_is_compatible(node, "ibm,powerpc-cpu-features")) in dt_cpu_ftrs_scan_callback()
|
H A D | prom.c | 904 if (of_flat_dt_is_compatible(of_get_flat_dt_root(), "sony,ps3")) in early_init_devtree()
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | setup.c | 204 if (!of_flat_dt_is_compatible(node, "simple-bus")) in xtensa_dt_io_area()
|
/openbmc/linux/arch/arm/xen/ |
H A D | enlighten.c | 227 if (of_flat_dt_is_compatible(node, hyper_node.compat)) in fdt_find_hyper_node()
|