Symbol: of_flat_dt_is_compatible
arch/arc/kernel/devtree.c
28
if (of_flat_dt_is_compatible(dt_root, "abilis,arc-tb10x"))
arch/arc/kernel/devtree.c
30
else if (of_flat_dt_is_compatible(dt_root, "snps,arc-sdp") ||
arch/arc/kernel/devtree.c
31
of_flat_dt_is_compatible(dt_root, "snps,hsdk"))
arch/arm/mach-exynos/exynos.c
76
if (!of_flat_dt_is_compatible(node, "samsung,exynos4210-chipid"))
arch/arm/mach-s5pv210/s5pv210.c
26
if (!of_flat_dt_is_compatible(node, "samsung,s5pv210-clock"))
arch/arm/xen/enlighten.c
227
if (of_flat_dt_is_compatible(node, hyper_node.compat))
arch/arm64/kernel/acpi.c
81
of_flat_dt_is_compatible(node, "xen,xen"))
arch/mips/bmips/setup.c
205
if (of_flat_dt_is_compatible(of_get_flat_dt_root(),
arch/powerpc/kernel/dt_cpu_ftrs.c
1077
if (!of_flat_dt_is_compatible(node, "ibm,powerpc-cpu-features"))
arch/powerpc/kernel/dt_cpu_ftrs.c
853
if (of_flat_dt_is_compatible(node, "ibm,powerpc-cpu-features")
arch/powerpc/kernel/prom.c
930
if (of_flat_dt_is_compatible(of_get_flat_dt_root(), "sony,ps3"))
arch/powerpc/platforms/44x/fsp2.c
244
if (!of_flat_dt_is_compatible(root, "ibm,fsp2"))
arch/powerpc/platforms/86xx/mvme7100.c
81
return of_flat_dt_is_compatible(root, "artesyn,MVME7100");
arch/powerpc/platforms/powernv/opal-fadump.c
642
if (!of_flat_dt_is_compatible(dn, "ibm,opal-dump")) {
arch/powerpc/platforms/powernv/opal.c
137
if (of_flat_dt_is_compatible(node, "ibm,opal-v3")) {
arch/powerpc/platforms/powernv/ultravisor.c
24
if (!of_flat_dt_is_compatible(node, "ibm,ultravisor"))
arch/sh/kernel/cpu/sh2/probe.c
21
if (!of_flat_dt_is_compatible(node, "jcore,cache"))
arch/xtensa/kernel/setup.c
192
if (!of_flat_dt_is_compatible(node, "simple-bus"))
drivers/of/of_reserved_mem.c
183
if (of_flat_dt_is_compatible(node, "shared-dma-pool") &&
drivers/of/of_reserved_mem.c
433
&& of_flat_dt_is_compatible(node, "shared-dma-pool")
drivers/of/of_reserved_mem.c
472
if (of_flat_dt_is_compatible(node, "shared-dma-pool") &&
drivers/of/of_reserved_mem.c
496
if (!of_flat_dt_is_compatible(rmem->fdt_node, compat))
include/linux/of_fdt.h
67
extern int of_flat_dt_is_compatible(unsigned long node, const char *name);