of_device_is_compatible  116 arch/arm/kernel/topology.c 			if (of_device_is_compatible(cn, cpu_eff->compatible))
of_device_is_compatible   78 arch/arm/mach-highbank/highbank.c 	if (of_device_is_compatible(dev->of_node, "calxeda,hb-ahci"))
of_device_is_compatible   80 arch/arm/mach-highbank/highbank.c 	else if (of_device_is_compatible(dev->of_node, "calxeda,hb-sdhci"))
of_device_is_compatible   82 arch/arm/mach-highbank/highbank.c 	else if (of_device_is_compatible(dev->of_node, "arm,pl330"))
of_device_is_compatible   84 arch/arm/mach-highbank/highbank.c 	else if (of_device_is_compatible(dev->of_node, "calxeda,hb-xgmac")) {
of_device_is_compatible  121 arch/arm/mach-imx/anatop.c 	if (of_device_is_compatible(np, "fsl,imx6sl-anatop"))
of_device_is_compatible  123 arch/arm/mach-imx/anatop.c 	if (of_device_is_compatible(np, "fsl,imx7d-anatop"))
of_device_is_compatible  132 arch/arm/mach-imx/anatop.c 	if (of_device_is_compatible(np, "fsl,imx7d-anatop")) {
of_device_is_compatible  179 arch/arm/mach-mvebu/pmsu.c 	if (of_device_is_compatible(np, "marvell,armada-370-xp-pmsu")) {
of_device_is_compatible  362 arch/arm/mach-mxs/mach-mxs.c 	if (of_device_is_compatible(np, "fsl,imx23-clkctrl"))
of_device_is_compatible  820 arch/arm/mach-omap2/prm44xx.c 	if (of_device_is_compatible(data->np, "ti,am4-prcm")) {
of_device_is_compatible  191 arch/arm/mach-omap2/timer.c 	if (!of_device_is_compatible(np, "ti,omap-counter32k")) {
of_device_is_compatible   60 arch/arm/mach-shmobile/pm-rcar-gen2.c 		if (of_device_is_compatible(np, "arm,cortex-a15"))
of_device_is_compatible   62 arch/arm/mach-shmobile/pm-rcar-gen2.c 		else if (of_device_is_compatible(np, "arm,cortex-a7"))
of_device_is_compatible  111 arch/arm/mach-sunxi/mc_smp.c 	is_compatible = of_device_is_compatible(node, "arm,cortex-a15");
of_device_is_compatible  315 arch/arm/mm/cache-b15-rac.c 	if (of_device_is_compatible(cpu_dn, "brcm,brahma-b15"))
of_device_is_compatible  317 arch/arm/mm/cache-b15-rac.c 	else if (of_device_is_compatible(cpu_dn, "brcm,brahma-b53"))
of_device_is_compatible  377 arch/arm/mm/cache-feroceon-l2.c 	if (node && of_device_is_compatible(node, "marvell,kirkwood-cache")) {
of_device_is_compatible 1777 arch/arm/mm/cache-l2x0.c 	if (of_device_is_compatible(np, "arm,pl310-cache") &&
of_device_is_compatible  633 arch/mips/ath79/clock.c 	if (of_device_is_compatible(np, "qca,ar7100-pll"))
of_device_is_compatible  635 arch/mips/ath79/clock.c 	else if (of_device_is_compatible(np, "qca,ar7240-pll") ||
of_device_is_compatible  636 arch/mips/ath79/clock.c 		 of_device_is_compatible(np, "qca,ar9130-pll"))
of_device_is_compatible  638 arch/mips/ath79/clock.c 	else if (of_device_is_compatible(np, "qca,ar9330-pll"))
of_device_is_compatible  640 arch/mips/ath79/clock.c 	else if (of_device_is_compatible(np, "qca,ar9340-pll"))
of_device_is_compatible  642 arch/mips/ath79/clock.c 	else if (of_device_is_compatible(np, "qca,qca9530-pll"))
of_device_is_compatible  644 arch/mips/ath79/clock.c 	else if (of_device_is_compatible(np, "qca,qca9550-pll"))
of_device_is_compatible  646 arch/mips/ath79/clock.c 	else if (of_device_is_compatible(np, "qca,qca9560-pll"))
of_device_is_compatible  514 arch/mips/cavium-octeon/octeon-usb.c 		if (of_device_is_compatible(node, compat_node_name)) {
of_device_is_compatible   25 arch/powerpc/include/asm/kvm_para.h 	if (!of_device_is_compatible(hyper_node, "linux,kvm"))
of_device_is_compatible  237 arch/powerpc/kernel/legacy_serial.c 	if (!of_device_is_compatible(isa_brg, "ibm,power8-lpc") ||
of_device_is_compatible  306 arch/powerpc/kernel/legacy_serial.c 	if (of_device_is_compatible(pci_dev, "pci13a8,152") ||
of_device_is_compatible  307 arch/powerpc/kernel/legacy_serial.c 	    of_device_is_compatible(pci_dev, "pci13a8,154") ||
of_device_is_compatible  308 arch/powerpc/kernel/legacy_serial.c 	    of_device_is_compatible(pci_dev, "pci13a8,158")) {
of_device_is_compatible  429 arch/powerpc/kernel/legacy_serial.c 		if (of_device_is_compatible(np, "pciclass,0700") ||
of_device_is_compatible  430 arch/powerpc/kernel/legacy_serial.c 		    of_device_is_compatible(np, "pciclass,070002"))
of_device_is_compatible  432 arch/powerpc/kernel/legacy_serial.c 		else if (of_device_is_compatible(parent, "pciclass,0700") ||
of_device_is_compatible  433 arch/powerpc/kernel/legacy_serial.c 			 of_device_is_compatible(parent, "pciclass,070002"))
of_device_is_compatible  482 arch/powerpc/kernel/legacy_serial.c 	if (of_device_is_compatible(np, "fsl,ns16550"))
of_device_is_compatible   62 arch/powerpc/platforms/44x/iss4xx.c 	if (of_device_is_compatible(np, "ibm,uic")) {
of_device_is_compatible   66 arch/powerpc/platforms/44x/iss4xx.c 	} else if (of_device_is_compatible(np, "chrp,open-pic")) {
of_device_is_compatible  133 arch/powerpc/platforms/44x/ppc476.c 	if (of_device_is_compatible(np, "chrp,open-pic")) {
of_device_is_compatible   68 arch/powerpc/platforms/4xx/pci.c 	if (!of_device_is_compatible(hose->dn, "ibm,plb-pciex") &&
of_device_is_compatible   69 arch/powerpc/platforms/4xx/pci.c 	    !of_device_is_compatible(hose->dn, "ibm,plb-pcix") &&
of_device_is_compatible   70 arch/powerpc/platforms/4xx/pci.c 	    !of_device_is_compatible(hose->dn, "ibm,plb-pci"))
of_device_is_compatible   73 arch/powerpc/platforms/4xx/pci.c 	if (of_device_is_compatible(hose->dn, "ibm,plb440epx-pci") ||
of_device_is_compatible   74 arch/powerpc/platforms/4xx/pci.c 		of_device_is_compatible(hose->dn, "ibm,plb440grx-pci")) {
of_device_is_compatible  180 arch/powerpc/platforms/4xx/pci.c 	    !(of_device_is_compatible(hose->dn, "ibm,plb-pciex-460sx")
of_device_is_compatible  181 arch/powerpc/platforms/4xx/pci.c 	      || of_device_is_compatible(hose->dn, "ibm,plb-pciex-476fpe"))) {
of_device_is_compatible 1421 arch/powerpc/platforms/4xx/pci.c 	if (of_device_is_compatible(np, "ibm,plb-pciex-440spe")) {
of_device_is_compatible 1427 arch/powerpc/platforms/4xx/pci.c 	if (of_device_is_compatible(np, "ibm,plb-pciex-460ex"))
of_device_is_compatible 1429 arch/powerpc/platforms/4xx/pci.c 	if (of_device_is_compatible(np, "ibm,plb-pciex-460sx"))
of_device_is_compatible 1431 arch/powerpc/platforms/4xx/pci.c 	if (of_device_is_compatible(np, "ibm,plb-pciex-apm821xx"))
of_device_is_compatible 1435 arch/powerpc/platforms/4xx/pci.c 	if (of_device_is_compatible(np, "ibm,plb-pciex-405ex"))
of_device_is_compatible 1439 arch/powerpc/platforms/4xx/pci.c 	if (of_device_is_compatible(np, "ibm,plb-pciex-476fpe")
of_device_is_compatible 1440 arch/powerpc/platforms/4xx/pci.c 		|| of_device_is_compatible(np, "ibm,plb-pciex-476gtr"))
of_device_is_compatible 1525 arch/powerpc/platforms/4xx/pci.c 		if (of_device_is_compatible(port->node,
of_device_is_compatible 1745 arch/powerpc/platforms/4xx/pci.c 		if (of_device_is_compatible(port->node, "ibm,plb-pciex-460sx"))
of_device_is_compatible 1749 arch/powerpc/platforms/4xx/pci.c 		else if (of_device_is_compatible(
of_device_is_compatible 1751 arch/powerpc/platforms/4xx/pci.c 			of_device_is_compatible(
of_device_is_compatible 1881 arch/powerpc/platforms/4xx/pci.c 		if (of_device_is_compatible(port->node, "ibm,plb-pciex-460sx") ||
of_device_is_compatible 1882 arch/powerpc/platforms/4xx/pci.c 		    of_device_is_compatible(
of_device_is_compatible 1884 arch/powerpc/platforms/4xx/pci.c 		    of_device_is_compatible(
of_device_is_compatible 2050 arch/powerpc/platforms/4xx/pci.c 	if (of_device_is_compatible(port->node, "ibm,plb-pciex-460sx"))
of_device_is_compatible  173 arch/powerpc/platforms/4xx/soc.c 	if (of_device_is_compatible(np, "ibm,l2-cache-460ex") ||
of_device_is_compatible  174 arch/powerpc/platforms/4xx/soc.c 	    of_device_is_compatible(np, "ibm,l2-cache-460gt"))
of_device_is_compatible  234 arch/powerpc/platforms/4xx/uic.c 	BUG_ON(! of_device_is_compatible(node, "ibm,uic"));
of_device_is_compatible   79 arch/powerpc/platforms/512x/pdm360ng.c 	    of_device_is_compatible(dev->of_node, "ti,ads7846")) {
of_device_is_compatible  126 arch/powerpc/platforms/83xx/usb.c 	if (immr_node && (of_device_is_compatible(immr_node, "fsl,mpc8315-immr") ||
of_device_is_compatible  127 arch/powerpc/platforms/83xx/usb.c 			of_device_is_compatible(immr_node, "fsl,mpc8308-immr")))
of_device_is_compatible  138 arch/powerpc/platforms/83xx/usb.c 		if (of_device_is_compatible(immr_node, "fsl,mpc8308-immr")) {
of_device_is_compatible  142 arch/powerpc/platforms/83xx/usb.c 		} else if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr")) {
of_device_is_compatible  176 arch/powerpc/platforms/83xx/usb.c 		if (of_device_is_compatible(immr_node, "fsl,mpc8308-immr"))
of_device_is_compatible  179 arch/powerpc/platforms/83xx/usb.c 		if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr"))
of_device_is_compatible  192 arch/powerpc/platforms/83xx/usb.c 		if (!of_device_is_compatible(immr_node, "fsl,mpc8308-immr")) {
of_device_is_compatible   67 arch/powerpc/platforms/85xx/ge_imp3a.c 		if (of_device_is_compatible(np, "gef,fpga-pic-1.00")) {
of_device_is_compatible   88 arch/powerpc/platforms/85xx/ge_imp3a.c 		if (of_device_is_compatible(np, "fsl,mpc8540-pci") ||
of_device_is_compatible   89 arch/powerpc/platforms/85xx/ge_imp3a.c 		    of_device_is_compatible(np, "fsl,mpc8548-pcie") ||
of_device_is_compatible   90 arch/powerpc/platforms/85xx/ge_imp3a.c 		    of_device_is_compatible(np, "fsl,p2020-pcie")) {
of_device_is_compatible  249 arch/powerpc/platforms/85xx/mpc85xx_cds.c 		if (of_device_is_compatible(np, "chrp,iic")) {
of_device_is_compatible  307 arch/powerpc/platforms/85xx/mpc85xx_cds.c 		if ((of_device_is_compatible(np, "fsl,mpc8540-pci") ||
of_device_is_compatible  308 arch/powerpc/platforms/85xx/mpc85xx_cds.c 		    of_device_is_compatible(np, "fsl,mpc8548-pcie")) &&
of_device_is_compatible   84 arch/powerpc/platforms/85xx/mpc85xx_ds.c 	    if (of_device_is_compatible(np, "chrp,iic")) {
of_device_is_compatible   89 arch/powerpc/platforms/85xx/xes_mpc85xx.c 		if (!of_device_is_compatible(np,
of_device_is_compatible   91 arch/powerpc/platforms/85xx/xes_mpc85xx.c 		    !of_device_is_compatible(np,
of_device_is_compatible   93 arch/powerpc/platforms/85xx/xes_mpc85xx.c 		    !of_device_is_compatible(np,
of_device_is_compatible   46 arch/powerpc/platforms/86xx/pic.c 		if (of_device_is_compatible(np, "chrp,iic")) {
of_device_is_compatible  210 arch/powerpc/platforms/cell/interrupt.c 	return of_device_is_compatible(node,
of_device_is_compatible  239 arch/powerpc/platforms/cell/interrupt.c 	if (!of_device_is_compatible(ct,
of_device_is_compatible  306 arch/powerpc/platforms/cell/interrupt.c 		if (!of_device_is_compatible(dn,
of_device_is_compatible   99 arch/powerpc/platforms/cell/setup.c 	if (!of_device_is_compatible(hose->dn, "pciex"))
of_device_is_compatible  191 arch/powerpc/platforms/cell/setup.c 		if (!of_device_is_compatible(dn, "CBEA,platform-open-pic"))
of_device_is_compatible  334 arch/powerpc/platforms/cell/spider-pic.c 		if (of_device_is_compatible(dn, "CBEA,platform-spider-pic")) {
of_device_is_compatible  339 arch/powerpc/platforms/cell/spider-pic.c 		} else if (of_device_is_compatible(dn, "sti,platform-spider-pic")
of_device_is_compatible  469 arch/powerpc/platforms/chrp/setup.c 		if (of_device_is_compatible(np, "chrp,iic")) {
of_device_is_compatible  135 arch/powerpc/platforms/embedded6xx/flipper-pic.c 	if (!of_device_is_compatible(pi, "nintendo,flipper-pi")) {
of_device_is_compatible  513 arch/powerpc/platforms/maple/pci.c 	if (of_device_is_compatible(dev, "u3-agp")) {
of_device_is_compatible  517 arch/powerpc/platforms/maple/pci.c 	} else if (of_device_is_compatible(dev, "u3-ht")) {
of_device_is_compatible  521 arch/powerpc/platforms/maple/pci.c         } else if (of_device_is_compatible(dev, "u4-pcie")) {
of_device_is_compatible  606 arch/powerpc/platforms/maple/pci.c 		if ((of_device_is_compatible(np, "u4-pcie") ||
of_device_is_compatible  607 arch/powerpc/platforms/maple/pci.c 		     of_device_is_compatible(np, "u3-agp")) &&
of_device_is_compatible  611 arch/powerpc/platforms/maple/pci.c 		if (of_device_is_compatible(np, "u3-ht")) {
of_device_is_compatible  216 arch/powerpc/platforms/maple/setup.c 		if (of_device_is_compatible(np, "open-pic")) {
of_device_is_compatible   36 arch/powerpc/platforms/pasemi/misc.c 		if (!of_device_is_compatible(node, i2c_devices[i].of_device))
of_device_is_compatible  146 arch/powerpc/platforms/pasemi/msi.c 	    !of_device_is_compatible(of_node,
of_device_is_compatible  259 arch/powerpc/platforms/pasemi/setup.c 		if (of_device_is_compatible(np, "open-pic")) {
of_device_is_compatible 1415 arch/powerpc/platforms/powermac/feature.c 	need_reset = of_device_is_compatible(phy, "B5221");
of_device_is_compatible 2627 arch/powerpc/platforms/powermac/feature.c 		if (of_device_is_compatible(node, compat))
of_device_is_compatible 2731 arch/powerpc/platforms/powermac/feature.c 	else if (of_device_is_compatible(np, "cobalt"))
of_device_is_compatible 2789 arch/powerpc/platforms/powermac/feature.c 			if (of_device_is_compatible(np, "K2-GMAC"))
of_device_is_compatible 2798 arch/powerpc/platforms/powermac/feature.c 			if (of_device_is_compatible(np, "pci106b,5811")) {
of_device_is_compatible 2814 arch/powerpc/platforms/powermac/feature.c 			    && of_device_is_compatible(np->parent, "uni-north")
of_device_is_compatible 2815 arch/powerpc/platforms/powermac/feature.c 			    && of_device_is_compatible(np, "gmac"))
of_device_is_compatible 2826 arch/powerpc/platforms/powermac/feature.c 			    && of_device_is_compatible(np->parent, "uni-north")
of_device_is_compatible 2827 arch/powerpc/platforms/powermac/feature.c 			    && (of_device_is_compatible(np, "pci106b,18") ||
of_device_is_compatible 2828 arch/powerpc/platforms/powermac/feature.c 			        of_device_is_compatible(np, "pci106b,30") ||
of_device_is_compatible 2829 arch/powerpc/platforms/powermac/feature.c 			        of_device_is_compatible(np, "pci11c1,5811"))) {
of_device_is_compatible 2838 arch/powerpc/platforms/powermac/feature.c 			    && of_device_is_compatible(np->parent, "uni-north")
of_device_is_compatible 2839 arch/powerpc/platforms/powermac/feature.c 			    && of_device_is_compatible(np, "kauai-ata")) {
of_device_is_compatible 1207 arch/powerpc/platforms/powermac/low_i2c.c 				    !of_device_is_compatible(np, p->compatible))
of_device_is_compatible  550 arch/powerpc/platforms/powermac/nvram.c 	if (of_device_is_compatible(dp, "amd-0137")) {
of_device_is_compatible  585 arch/powerpc/platforms/powermac/nvram.c 	is_core_99 = of_device_is_compatible(dp, "nvram,flash");
of_device_is_compatible  803 arch/powerpc/platforms/powermac/pci.c 	if (of_device_is_compatible(dev, "u3-agp")) {
of_device_is_compatible  807 arch/powerpc/platforms/powermac/pci.c 	} else if (of_device_is_compatible(dev, "u3-ht")) {
of_device_is_compatible  811 arch/powerpc/platforms/powermac/pci.c 	} else if (of_device_is_compatible(dev, "u4-pcie")) {
of_device_is_compatible  822 arch/powerpc/platforms/powermac/pci.c 	if (of_device_is_compatible(dev, "uni-north")) {
of_device_is_compatible  973 arch/powerpc/platforms/powermac/pci.c 		of_device_is_compatible(node->parent, "uni-north");
of_device_is_compatible  979 arch/powerpc/platforms/powermac/pci.c 	    (of_device_is_compatible(node, "pci106b,18") ||
of_device_is_compatible  980 arch/powerpc/platforms/powermac/pci.c 	     of_device_is_compatible(node, "pci106b,30") ||
of_device_is_compatible  981 arch/powerpc/platforms/powermac/pci.c 	     of_device_is_compatible(node, "pci11c1,5811"))) {
of_device_is_compatible  987 arch/powerpc/platforms/powermac/pci.c 	    of_device_is_compatible(node, "gmac")) {
of_device_is_compatible 1034 arch/powerpc/platforms/powermac/pci.c 		if (nd->parent && (of_device_is_compatible(nd, "pci106b,18") ||
of_device_is_compatible 1035 arch/powerpc/platforms/powermac/pci.c 				   of_device_is_compatible(nd, "pci106b,30") ||
of_device_is_compatible 1036 arch/powerpc/platforms/powermac/pci.c 				   of_device_is_compatible(nd, "pci11c1,5811"))
of_device_is_compatible 1037 arch/powerpc/platforms/powermac/pci.c 		    && of_device_is_compatible(nd->parent, "uni-north")) {
of_device_is_compatible 1043 arch/powerpc/platforms/powermac/pci.c 		if (nd->parent && of_device_is_compatible(nd, "gmac")
of_device_is_compatible 1044 arch/powerpc/platforms/powermac/pci.c 		    && of_device_is_compatible(nd->parent, "uni-north"))
of_device_is_compatible 1241 arch/powerpc/platforms/powermac/pci.c 	if (bus->self == NULL && (of_device_is_compatible(node, "u3-agp") ||
of_device_is_compatible 1242 arch/powerpc/platforms/powermac/pci.c 				  of_device_is_compatible(node, "u4-pcie") ||
of_device_is_compatible 1243 arch/powerpc/platforms/powermac/pci.c 				  of_device_is_compatible(node, "u3-ht")))
of_device_is_compatible  327 arch/powerpc/platforms/powermac/pic.c 		if (of_device_is_compatible(master, "gatwick")) {
of_device_is_compatible  577 arch/powerpc/platforms/powermac/smp.c 		ok = p && of_device_is_compatible(p, "uni-n-i2c");
of_device_is_compatible  590 arch/powerpc/platforms/powermac/smp.c 			if (of_device_is_compatible(cc,"pulsar-legacy-slewing")) {
of_device_is_compatible  594 arch/powerpc/platforms/powermac/smp.c 			} else if (of_device_is_compatible(cc, "cy28508")) {
of_device_is_compatible  462 arch/powerpc/platforms/powernv/opal-core.c 	if (!of_device_is_compatible(np, "ibm,opal-dump")) {
of_device_is_compatible  151 arch/powerpc/platforms/powernv/opal-power.c 		supported = of_device_is_compatible(np, "ibm,opal-v3-epow");
of_device_is_compatible  161 arch/powerpc/platforms/powernv/opal-sysparam.c 	if (!of_device_is_compatible(sysparam, "ibm,opal-sysparams")) {
of_device_is_compatible 3721 arch/powerpc/platforms/powernv/pci-ioda.c 	if (of_device_is_compatible(np, "ibm,p7ioc-pciex"))
of_device_is_compatible 3723 arch/powerpc/platforms/powernv/pci-ioda.c 	else if (of_device_is_compatible(np, "ibm,power8-pciex"))
of_device_is_compatible 3725 arch/powerpc/platforms/powernv/pci-ioda.c 	else if (of_device_is_compatible(np, "ibm,power8-npu-pciex"))
of_device_is_compatible 3727 arch/powerpc/platforms/powernv/pci-ioda.c 	else if (of_device_is_compatible(np, "ibm,power9-npu-pciex"))
of_device_is_compatible 3978 arch/powerpc/platforms/powernv/pci-ioda.c 		if (of_device_is_compatible(phbn, "ibm,ioda-phb"))
of_device_is_compatible   57 arch/powerpc/platforms/powernv/pci.c 		if (!of_device_is_compatible(parent, "ibm,ioda2-phb") &&
of_device_is_compatible   58 arch/powerpc/platforms/powernv/pci.c 		    !of_device_is_compatible(parent, "ibm,ioda3-phb")) {
of_device_is_compatible  248 arch/powerpc/platforms/pseries/pci.c 			if (!of_device_is_compatible(nvdn, "ibm,npu-link"))
of_device_is_compatible  250 arch/powerpc/platforms/pseries/pci.c 			if (!of_device_is_compatible(nvdn->parent,
of_device_is_compatible  184 arch/powerpc/platforms/pseries/setup.c 		if (of_device_is_compatible(np, "chrp,iic")) {
of_device_is_compatible 1216 arch/powerpc/platforms/pseries/vio.c 		    of_device_is_compatible(dev->dev.of_node,
of_device_is_compatible  368 arch/powerpc/sysdev/dart_iommu.c 		if (of_device_is_compatible(np, "U4-pcie") ||
of_device_is_compatible  369 arch/powerpc/sysdev/dart_iommu.c 		    of_device_is_compatible(np, "u4-pcie")) {
of_device_is_compatible  367 arch/powerpc/sysdev/fsl_gtm.c 	if (!of_device_is_compatible(np, "fsl,cpm2-gtm")) {
of_device_is_compatible   48 arch/powerpc/sysdev/fsl_lbc.c 	if (of_device_is_compatible(np, "fsl,elbc"))
of_device_is_compatible  198 arch/powerpc/sysdev/fsl_lbc.c 	if (of_device_is_compatible(node, "fsl,elbc"))
of_device_is_compatible  206 arch/powerpc/sysdev/fsl_msi.c 		if (of_device_is_compatible(np, "fsl,mpic-msi") ||
of_device_is_compatible  207 arch/powerpc/sysdev/fsl_msi.c 		    of_device_is_compatible(np, "fsl,vmpic-msi") ||
of_device_is_compatible  208 arch/powerpc/sysdev/fsl_msi.c 		    of_device_is_compatible(np, "fsl,vmpic-msi-v4.3"))
of_device_is_compatible  485 arch/powerpc/sysdev/fsl_msi.c 	if (of_device_is_compatible(dev->dev.of_node, "fsl,mpic-msi-v4.3") ||
of_device_is_compatible  486 arch/powerpc/sysdev/fsl_msi.c 	    of_device_is_compatible(dev->dev.of_node, "fsl,vmpic-msi-v4.3")) {
of_device_is_compatible  215 arch/powerpc/sysdev/fsl_pci.c 	if (of_device_is_compatible(hose->dn, "fsl,bsc9132-pcie")) {
of_device_is_compatible  859 arch/powerpc/sysdev/fsl_pci.c 	if (of_device_is_compatible(dev, "fsl,mpc8314-pcie")) {
of_device_is_compatible 1267 arch/powerpc/sysdev/mpic.c 	if (of_device_is_compatible(node, "fsl,mpic")) {
of_device_is_compatible  474 arch/powerpc/sysdev/mpic_timer.c 	if (of_device_is_compatible(np, "fsl,mpic-global-timer"))
of_device_is_compatible   95 arch/powerpc/sysdev/mpic_u3msi.c 	if (of_device_is_compatible(hose->dn, "u4-pcie") ||
of_device_is_compatible   96 arch/powerpc/sysdev/mpic_u3msi.c 	    of_device_is_compatible(hose->dn, "U4-pcie"))
of_device_is_compatible  213 arch/powerpc/sysdev/xics/ics-rtas.c 	return !of_device_is_compatible(node, "chrp,iic");
of_device_is_compatible  245 arch/powerpc/sysdev/xive/native.c 	return of_device_is_compatible(node, "ibm,opal-xive-vc");
of_device_is_compatible   39 arch/riscv/kernel/cacheinfo.c 		if (!of_device_is_compatible(np, "cache"))
of_device_is_compatible   80 arch/riscv/kernel/cacheinfo.c 		if (!of_device_is_compatible(np, "cache"))
of_device_is_compatible   20 arch/riscv/kernel/cpu.c 	if (!of_device_is_compatible(node, "riscv")) {
of_device_is_compatible   62 drivers/ata/ahci_platform.c 	if (of_device_is_compatible(dev->of_node, "hisilicon,hisi-ahci"))
of_device_is_compatible  491 drivers/ata/pata_ftide010.c 	if (of_device_is_compatible(np, "cortina,gemini-pata")) {
of_device_is_compatible  505 drivers/ata/pata_macio.c 	if (of_device_is_compatible(priv->node, "K2-UATA") ||
of_device_is_compatible  506 drivers/ata/pata_macio.c 	    of_device_is_compatible(priv->node, "shasta-ata"))
of_device_is_compatible  948 drivers/ata/pata_macio.c 	if (of_device_is_compatible(priv->node, "shasta-ata")) {
of_device_is_compatible  951 drivers/ata/pata_macio.c 	} else if (of_device_is_compatible(priv->node, "kauai-ata")) {
of_device_is_compatible  954 drivers/ata/pata_macio.c 	} else if (of_device_is_compatible(priv->node, "K2-UATA")) {
of_device_is_compatible  957 drivers/ata/pata_macio.c 	} else if (of_device_is_compatible(priv->node, "keylargo-ata")) {
of_device_is_compatible  965 drivers/ata/pata_macio.c 	} else if (of_device_is_compatible(priv->node, "heathrow-ata")) {
of_device_is_compatible 1463 drivers/ata/sata_fsl.c 	if (!of_device_is_compatible(ofdev->dev.of_node, "fsl,mpc8315-sata")) {
of_device_is_compatible 1488 drivers/ata/sata_fsl.c 	if (of_device_is_compatible(ofdev->dev.of_node, "fsl,pq-sata-v2"))
of_device_is_compatible 4173 drivers/ata/sata_mv.c 		of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible   60 drivers/bus/omap-ocp2scp.c 	if (!of_device_is_compatible(np, "ti,am437x-ocp2scp")) {
of_device_is_compatible  392 drivers/char/hw_random/omap-rng.c 	if (of_device_is_compatible(dev->of_node, "ti,omap4-rng") ||
of_device_is_compatible  393 drivers/char/hw_random/omap-rng.c 	    of_device_is_compatible(dev->of_node, "inside-secure,safexcel-eip76")) {
of_device_is_compatible   55 drivers/char/tpm/tpm_atmel.h 	if (!of_device_is_compatible(dn, "AT97SC3201")) {
of_device_is_compatible  152 drivers/clk/at91/dt-compat.c 		if (of_device_is_compatible(np, "atmel,sama5d2-clk-generated") &&
of_device_is_compatible  541 drivers/clk/berlin/bg2.c 	if (of_device_is_compatible(np, "marvell,berlin2-global-register"))
of_device_is_compatible  704 drivers/clk/clk-aspeed.c 	if (of_device_is_compatible(np, "aspeed,ast2400-scu"))
of_device_is_compatible  706 drivers/clk/clk-aspeed.c 	else if (of_device_is_compatible(np, "aspeed,ast2500-scu"))
of_device_is_compatible  261 drivers/clk/clk-gpio.c 	is_mux = of_device_is_compatible(node, "gpio-mux-clock");
of_device_is_compatible 1433 drivers/clk/clk-qoriq.c 	    of_device_is_compatible(of_root, "fsl,ls1021a")) {
of_device_is_compatible 1444 drivers/clk/clk-qoriq.c 		if (of_device_is_compatible(np, chipinfo[i].compat))
of_device_is_compatible 1733 drivers/clk/clk-stm32f4.c 	if (of_device_is_compatible(np, "st,stm32f769-rcc")) {
of_device_is_compatible 1890 drivers/clk/clk-stm32f4.c 	if (of_device_is_compatible(np, "st,stm32f746-rcc")) {
of_device_is_compatible  162 drivers/clk/clk-xgene.c 	if (of_device_is_compatible(np, "apm,xgene-socpll-clock"))
of_device_is_compatible  164 drivers/clk/clk-xgene.c 	if (of_device_is_compatible(np, "apm,xgene-pcppll-clock"))
of_device_is_compatible  263 drivers/clk/imx/clk-imx27.c 		if (!of_device_is_compatible(refnp, "fsl,imx-osc26m"))
of_device_is_compatible  213 drivers/clk/imx/clk-imx31.c 		if (!of_device_is_compatible(osc_np, "fsl,imx-osc26m"))
of_device_is_compatible  154 drivers/clk/mvebu/ap806-system-controller.c 	if (of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible  157 drivers/clk/mvebu/ap806-system-controller.c 	} else if (of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible  339 drivers/clk/mvebu/kirkwood.c 	if (of_device_is_compatible(np, "marvell,mv88f6180-core-clock"))
of_device_is_compatible  341 drivers/clk/mvebu/kirkwood.c 	else if (of_device_is_compatible(np, "marvell,mv98dx1135-core-clock"))
of_device_is_compatible 3033 drivers/clk/qcom/mmcc-msm8960.c 	is_8064 = of_device_is_compatible(dev->of_node, "qcom,mmcc-apq8064");
of_device_is_compatible  210 drivers/clk/renesas/clk-mstp.c 	if (of_device_is_compatible(np, "renesas,r7s72100-mstp-clocks"))
of_device_is_compatible  278 drivers/clk/renesas/clk-mstp.c 		if (of_device_is_compatible(clkspec.np,
of_device_is_compatible  250 drivers/clk/renesas/r8a7743-cpg-mssr.c 	if (of_device_is_compatible(np, "renesas,r8a7744-cpg-mssr")) {
of_device_is_compatible  255 drivers/clk/renesas/r8a7791-cpg-mssr.c 	if (of_device_is_compatible(np, "renesas,r8a7793-cpg-mssr")) {
of_device_is_compatible  523 drivers/clk/versatile/clk-icst.c 	if (of_device_is_compatible(np, "arm,syscon-icst525")) {
of_device_is_compatible  526 drivers/clk/versatile/clk-icst.c 	} else if (of_device_is_compatible(np, "arm,syscon-icst307")) {
of_device_is_compatible  529 drivers/clk/versatile/clk-icst.c 	} else if (of_device_is_compatible(np, "arm,syscon-icst525-integratorap-cm")) {
of_device_is_compatible  532 drivers/clk/versatile/clk-icst.c 	} else if (of_device_is_compatible(np, "arm,syscon-icst525-integratorap-sys")) {
of_device_is_compatible  535 drivers/clk/versatile/clk-icst.c 	} else if (of_device_is_compatible(np, "arm,syscon-icst525-integratorap-pci")) {
of_device_is_compatible  538 drivers/clk/versatile/clk-icst.c 	} else if (of_device_is_compatible(np, "arm,syscon-icst525-integratorcp-cm-core")) {
of_device_is_compatible  541 drivers/clk/versatile/clk-icst.c 	} else if (of_device_is_compatible(np, "arm,syscon-icst525-integratorcp-cm-mem")) {
of_device_is_compatible  192 drivers/clocksource/mips-gic-timer.c 	    !of_device_is_compatible(node->parent, "mti,gic")) {
of_device_is_compatible  238 drivers/clocksource/mxs_timer.c 			(of_device_is_compatible(np, "fsl,imx23-timrot") ?
of_device_is_compatible  141 drivers/clocksource/timer-rockchip.c 	if (of_device_is_compatible(np, "rockchip,rk3399-timer"))
of_device_is_compatible  156 drivers/cpufreq/qcom-cpufreq-nvmem.c 	ret = of_device_is_compatible(np, "operating-points-v2-kryo-cpu");
of_device_is_compatible   50 drivers/cpufreq/sun50i-cpufreq-nvmem.c 	ret = of_device_is_compatible(np,
of_device_is_compatible  766 drivers/crypto/caam/ctrl.c 		if (of_device_is_compatible(np, "fsl,sec-v4.0-job-ring") ||
of_device_is_compatible  767 drivers/crypto/caam/ctrl.c 		    of_device_is_compatible(np, "fsl,sec4.0-job-ring")) {
of_device_is_compatible  228 drivers/crypto/caam/intern.h 	if (of_device_is_compatible(nprop, "fsl,sec-v5.0-job-ring") ||
of_device_is_compatible  229 drivers/crypto/caam/intern.h 	    of_device_is_compatible(nprop, "fsl,sec-v5.0"))
of_device_is_compatible  872 drivers/crypto/nx/nx-842-powernv.c 		if (of_device_is_compatible(dn, "ibm,p9-nx-842")) {
of_device_is_compatible 1631 drivers/crypto/picoxcell_crypto.c 	if (of_device_is_compatible(np, "picochip,spacc-ipsec")) {
of_device_is_compatible 1640 drivers/crypto/picoxcell_crypto.c 	} else if (of_device_is_compatible(np, "picochip,spacc-l2")) {
of_device_is_compatible 1495 drivers/crypto/sahara.c 	if (of_device_is_compatible(pdev->dev.of_node, "fsl,imx27-sahara")) {
of_device_is_compatible 1498 drivers/crypto/sahara.c 	} else if (of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible 3334 drivers/crypto/talitos.c 	if (of_device_is_compatible(np, "fsl,sec3.0"))
of_device_is_compatible 3337 drivers/crypto/talitos.c 	if (of_device_is_compatible(np, "fsl,sec2.1"))
of_device_is_compatible 3342 drivers/crypto/talitos.c 	if (of_device_is_compatible(np, "fsl,sec1.0"))
of_device_is_compatible 3345 drivers/crypto/talitos.c 	if (of_device_is_compatible(np, "fsl,sec1.2")) {
of_device_is_compatible 3350 drivers/crypto/talitos.c 	} else if (of_device_is_compatible(np, "fsl,sec1.0")) {
of_device_is_compatible 1643 drivers/dma/bcm-sba-raid.c 	if (of_device_is_compatible(sba->dev->of_node, "brcm,iproc-sba"))
of_device_is_compatible 1645 drivers/dma/bcm-sba-raid.c 	else if (of_device_is_compatible(sba->dev->of_node,
of_device_is_compatible  836 drivers/dma/fsl_raid.c 			rc = of_device_is_compatible(child,
of_device_is_compatible 1265 drivers/dma/fsldma.c 		if (of_device_is_compatible(child, "fsl,eloplus-dma-channel")) {
of_device_is_compatible 1271 drivers/dma/fsldma.c 		if (of_device_is_compatible(child, "fsl,elo-dma-channel")) {
of_device_is_compatible  922 drivers/dma/mpc512x_dma.c 	if (of_device_is_compatible(dn, "fsl,mpc8308-dma")) {
of_device_is_compatible 4020 drivers/dma/ppc4xx/adma.c 	if (of_device_is_compatible(np, "amcc,xor-accelerator")) {
of_device_is_compatible 2436 drivers/dma/xilinx/xilinx_dma.c 	if (of_device_is_compatible(node, "xlnx,axi-vdma-mm2s-channel") ||
of_device_is_compatible 2437 drivers/dma/xilinx/xilinx_dma.c 	    of_device_is_compatible(node, "xlnx,axi-dma-mm2s-channel") ||
of_device_is_compatible 2438 drivers/dma/xilinx/xilinx_dma.c 	    of_device_is_compatible(node, "xlnx,axi-cdma-channel")) {
of_device_is_compatible 2452 drivers/dma/xilinx/xilinx_dma.c 	} else if (of_device_is_compatible(node,
of_device_is_compatible 2454 drivers/dma/xilinx/xilinx_dma.c 		   of_device_is_compatible(node,
of_device_is_compatible 1145 drivers/edac/altera_edac.c 		if (!of_device_is_compatible(child, compat))
of_device_is_compatible 1916 drivers/edac/altera_edac.c 	if (of_device_is_compatible(np, "altr,sdram-edac-s10"))
of_device_is_compatible 1971 drivers/edac/altera_edac.c 	if (of_device_is_compatible(np, "altr,sdram-edac-s10"))
of_device_is_compatible 2274 drivers/edac/altera_edac.c 		if (of_device_is_compatible(child, "altr,socfpga-a10-l2-ecc") || 
of_device_is_compatible 2275 drivers/edac/altera_edac.c 		    of_device_is_compatible(child, "altr,socfpga-a10-ocram-ecc") ||
of_device_is_compatible 2276 drivers/edac/altera_edac.c 		    of_device_is_compatible(child, "altr,socfpga-eth-mac-ecc") ||
of_device_is_compatible 2277 drivers/edac/altera_edac.c 		    of_device_is_compatible(child, "altr,socfpga-nand-ecc") ||
of_device_is_compatible 2278 drivers/edac/altera_edac.c 		    of_device_is_compatible(child, "altr,socfpga-dma-ecc") ||
of_device_is_compatible 2279 drivers/edac/altera_edac.c 		    of_device_is_compatible(child, "altr,socfpga-usb-ecc") ||
of_device_is_compatible 2280 drivers/edac/altera_edac.c 		    of_device_is_compatible(child, "altr,socfpga-qspi-ecc") ||
of_device_is_compatible 2282 drivers/edac/altera_edac.c 		    of_device_is_compatible(child, "altr,sdram-edac-s10") ||
of_device_is_compatible 2284 drivers/edac/altera_edac.c 		    of_device_is_compatible(child, "altr,socfpga-sdmmc-ecc"))
of_device_is_compatible 2289 drivers/edac/altera_edac.c 		else if (of_device_is_compatible(child, "altr,sdram-edac-a10"))
of_device_is_compatible 1237 drivers/edac/ppc4xx_edac.c 	if (!of_device_is_compatible(np, "ibm,sdram-405ex") &&
of_device_is_compatible 1238 drivers/edac/ppc4xx_edac.c 	    !of_device_is_compatible(np, "ibm,sdram-405exr")) {
of_device_is_compatible 1354 drivers/edac/synopsys_edac.c 	if (of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible 1944 drivers/edac/xgene_edac.c 		if (of_device_is_compatible(child, "apm,xgene-edac-mc"))
of_device_is_compatible 1946 drivers/edac/xgene_edac.c 		if (of_device_is_compatible(child, "apm,xgene-edac-pmd"))
of_device_is_compatible 1948 drivers/edac/xgene_edac.c 		if (of_device_is_compatible(child, "apm,xgene-edac-pmd-v2"))
of_device_is_compatible 1950 drivers/edac/xgene_edac.c 		if (of_device_is_compatible(child, "apm,xgene-edac-l3"))
of_device_is_compatible 1952 drivers/edac/xgene_edac.c 		if (of_device_is_compatible(child, "apm,xgene-edac-l3-v2"))
of_device_is_compatible 1954 drivers/edac/xgene_edac.c 		if (of_device_is_compatible(child, "apm,xgene-edac-soc"))
of_device_is_compatible 1956 drivers/edac/xgene_edac.c 		if (of_device_is_compatible(child, "apm,xgene-edac-soc-v1"))
of_device_is_compatible  268 drivers/firmware/imx/imx-scu.c 	sc_ipc->fast_ipc = of_device_is_compatible(args.np, "fsl,imx8-mu-scu");
of_device_is_compatible   55 drivers/fpga/of-fpga-region.c 		if (of_device_is_compatible(np, "fpga-region")) {
of_device_is_compatible 1231 drivers/fsi/fsi-master-ast-cf.c 	master->is_ast2500 = of_device_is_compatible(mnode, "aspeed,ast2500-cf-fsi-master");
of_device_is_compatible  245 drivers/gpio/gpio-ath79.c 		oe_inverted = of_device_is_compatible(np, "qca,ar9340-gpio");
of_device_is_compatible  391 drivers/gpio/gpio-mpc8xxx.c 	if (of_device_is_compatible(np, "fsl,qoriq-gpio"))
of_device_is_compatible  779 drivers/gpio/gpio-mvebu.c 	if (!of_device_is_compatible(mvchip->chip.of_node,
of_device_is_compatible  455 drivers/gpio/gpio-mxc.c 	if (of_device_is_compatible(np, "fsl,imx7d-gpio"))
of_device_is_compatible   43 drivers/gpio/gpiolib-of.c 	if (!of_device_is_compatible(np, "fsl,spi") &&
of_device_is_compatible   44 drivers/gpio/gpiolib-of.c 	    !of_device_is_compatible(np, "aeroflexgaisler,spictrl"))
of_device_is_compatible  155 drivers/gpio/gpiolib-of.c 	    (of_device_is_compatible(np, "regulator-fixed") ||
of_device_is_compatible  156 drivers/gpio/gpiolib-of.c 	     of_device_is_compatible(np, "reg-fixed-voltage") ||
of_device_is_compatible  159 drivers/gpio/gpiolib-of.c 	      of_device_is_compatible(np, "regulator-gpio")))) {
of_device_is_compatible  178 drivers/gpio/gpiolib-of.c 	    of_device_is_compatible(np, "reg-fixed-voltage") &&
of_device_is_compatible  391 drivers/gpio/gpiolib-of.c 	if (!of_device_is_compatible(np, "spi-gpio") || !con_id)
of_device_is_compatible  417 drivers/gpio/gpiolib-of.c 	if (!of_device_is_compatible(np, "fsl,spi") &&
of_device_is_compatible  418 drivers/gpio/gpiolib-of.c 	    !of_device_is_compatible(np, "aeroflexgaisler,spictrl"))
of_device_is_compatible  282 drivers/gpu/drm/bridge/ti-tfp410.c 	if (of_device_is_compatible(connector_node, "hdmi-connector"))
of_device_is_compatible 1498 drivers/gpu/drm/mediatek/mtk_hdmi.c 	if (!of_device_is_compatible(remote, "hdmi-connector")) {
of_device_is_compatible  158 drivers/gpu/drm/meson/meson_dw_hdmi.c 	return of_device_is_compatible(dw_hdmi->dev->of_node, compat);
of_device_is_compatible  400 drivers/gpu/drm/msm/adreno/adreno_device.c 	if (of_device_is_compatible(pdev->dev.of_node, "amd,imageon"))
of_device_is_compatible  213 drivers/gpu/drm/msm/disp/mdp5/mdp5_mdss.c 	if (!of_device_is_compatible(dev->dev->of_node, "qcom,mdss"))
of_device_is_compatible 1141 drivers/gpu/drm/msm/msm_drv.c 	if (of_device_is_compatible(np, "qcom,mdp4"))
of_device_is_compatible 1162 drivers/gpu/drm/msm/msm_drv.c 		if (of_device_is_compatible(np, "qcom,mdp4") &&
of_device_is_compatible 1202 drivers/gpu/drm/msm/msm_drv.c 	if (of_device_is_compatible(dev->of_node, "qcom,mdss") ||
of_device_is_compatible 1203 drivers/gpu/drm/msm/msm_drv.c 	    of_device_is_compatible(dev->of_node, "qcom,sdm845-mdss")) {
of_device_is_compatible   47 drivers/gpu/drm/pl111/pl111_vexpress.c 		if (of_device_is_compatible(child, "arm,pl111")) {
of_device_is_compatible   52 drivers/gpu/drm/pl111/pl111_vexpress.c 		if (of_device_is_compatible(child, "arm,hdlcd")) {
of_device_is_compatible  287 drivers/gpu/drm/rcar-du/rcar_du_of.c 		if (!of_device_is_compatible(lvds_node, compatible))
of_device_is_compatible  685 drivers/gpu/drm/rcar-du/rcar_lvds.c 	if (!of_device_is_compatible(companion, match->compatible)) {
of_device_is_compatible  555 drivers/gpu/drm/sti/sti_gdp.c 	if (of_device_is_compatible(np, "st,stih407-compositor")) {
of_device_is_compatible  869 drivers/gpu/drm/sun4i/sun4i_backend.c 	if (of_device_is_compatible(dev->of_node,
of_device_is_compatible  950 drivers/gpu/drm/sun4i/sun4i_backend.c 	if (of_device_is_compatible(dev->of_node,
of_device_is_compatible  150 drivers/gpu/drm/sun4i/sun4i_drv.c 	return of_device_is_compatible(node, "hdmi-connector");
of_device_is_compatible  155 drivers/gpu/drm/sun4i/sun4i_drv.c 	return of_device_is_compatible(node, "allwinner,sun4i-a10-display-frontend") ||
of_device_is_compatible  156 drivers/gpu/drm/sun4i/sun4i_drv.c 		of_device_is_compatible(node, "allwinner,sun5i-a13-display-frontend") ||
of_device_is_compatible  157 drivers/gpu/drm/sun4i/sun4i_drv.c 		of_device_is_compatible(node, "allwinner,sun6i-a31-display-frontend") ||
of_device_is_compatible  158 drivers/gpu/drm/sun4i/sun4i_drv.c 		of_device_is_compatible(node, "allwinner,sun7i-a20-display-frontend") ||
of_device_is_compatible  159 drivers/gpu/drm/sun4i/sun4i_drv.c 		of_device_is_compatible(node, "allwinner,sun8i-a23-display-frontend") ||
of_device_is_compatible  160 drivers/gpu/drm/sun4i/sun4i_drv.c 		of_device_is_compatible(node, "allwinner,sun8i-a33-display-frontend") ||
of_device_is_compatible  161 drivers/gpu/drm/sun4i/sun4i_drv.c 		of_device_is_compatible(node, "allwinner,sun9i-a80-display-frontend");
of_device_is_compatible  166 drivers/gpu/drm/sun4i/sun4i_drv.c 	return of_device_is_compatible(node, "allwinner,sun9i-a80-deu");
of_device_is_compatible 1229 drivers/gpu/drm/sun4i/sun4i_tcon.c 		if (of_device_is_compatible(remote, "panel-lvds"))
of_device_is_compatible  110 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c 	if (!of_device_is_compatible(remote, "hdmi-connector")) {
of_device_is_compatible  313 drivers/gpu/drm/tegra/gr3d.c 	if (of_device_is_compatible(np, "nvidia,tegra30-gr3d")) {
of_device_is_compatible  173 drivers/gpu/drm/tilcdc/tilcdc_external.c 	if (!of_device_is_compatible(node, "nxp,tda998x")) {
of_device_is_compatible 1406 drivers/gpu/ipu-v3/ipu-common.c 	if (of_device_is_compatible(np, "fsl,imx6qp-ipu") &&
of_device_is_compatible  461 drivers/hsi/controllers/omap_ssi_core.c 		if (of_device_is_compatible(child, "ti,omap3-ssi-port"))
of_device_is_compatible  520 drivers/hsi/controllers/omap_ssi_core.c 		if (!of_device_is_compatible(child, "ti,omap3-ssi-port"))
of_device_is_compatible  297 drivers/hwmon/ibmpowernv.c 		if (of_device_is_compatible(np, legacy_compatibles[type]))
of_device_is_compatible  304 drivers/hwmon/ibmpowernv.c 	if (!of_device_is_compatible(np, "ibm,opal-sensor"))
of_device_is_compatible  215 drivers/hwtracing/coresight/coresight-funnel.c 	    of_device_is_compatible(dev->of_node, "arm,coresight-funnel"))
of_device_is_compatible  209 drivers/hwtracing/coresight/coresight-replicator.c 	    of_device_is_compatible(dev->of_node, "arm,coresight-replicator"))
of_device_is_compatible  642 drivers/i2c/busses/i2c-brcmstb.c 	if (of_device_is_compatible(dev->device->of_node,
of_device_is_compatible  451 drivers/i2c/busses/i2c-cpm.c 	if (of_device_is_compatible(ofdev->dev.of_node, "fsl,cpm1-i2c")) {
of_device_is_compatible  468 drivers/i2c/busses/i2c-cpm.c 	} else if (of_device_is_compatible(ofdev->dev.of_node, "fsl,cpm2-i2c")) {
of_device_is_compatible  212 drivers/i2c/busses/i2c-davinci.c 	if (of_node && of_device_is_compatible(of_node, "ti,keystone-i2c"))
of_device_is_compatible  815 drivers/i2c/busses/i2c-mv64xxx.c 	if (of_device_is_compatible(np, "allwinner,sun4i-a10-i2c") ||
of_device_is_compatible  816 drivers/i2c/busses/i2c-mv64xxx.c 	    of_device_is_compatible(np, "allwinner,sun6i-a31-i2c"))
of_device_is_compatible  846 drivers/i2c/busses/i2c-mv64xxx.c 	if (of_device_is_compatible(np, "marvell,mv78230-i2c")) {
of_device_is_compatible  853 drivers/i2c/busses/i2c-mv64xxx.c 	if (of_device_is_compatible(np, "marvell,mv78230-a0-i2c")) {
of_device_is_compatible  860 drivers/i2c/busses/i2c-mv64xxx.c 	if (of_device_is_compatible(np, "allwinner,sun6i-a31-i2c"))
of_device_is_compatible  143 drivers/i2c/busses/i2c-octeon-platdrv.c 	cn78xx_style = of_device_is_compatible(node, "cavium,octeon-7890-twsi");
of_device_is_compatible  259 drivers/i2c/busses/i2c-powermac.c 	if (of_device_is_compatible(busnode, "k2-i2c") && !found_onyx) {
of_device_is_compatible  348 drivers/i2c/busses/i2c-powermac.c 		if (of_device_is_compatible(node, "pcm3052"))
of_device_is_compatible 1695 drivers/i2c/busses/i2c-qup.c 	if (of_device_is_compatible(pdev->dev.of_node, "qcom,i2c-qup-v1.1.1")) {
of_device_is_compatible 1564 drivers/i2c/busses/i2c-tegra.c 	i2c_dev->is_dvc = of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible  287 drivers/ide/pdc202xx_new.c 	if (np == NULL || !of_device_is_compatible(np, "kiwi-root"))
of_device_is_compatible  934 drivers/ide/pmac.c 	if (of_device_is_compatible(np, "K2-UATA") ||
of_device_is_compatible  935 drivers/ide/pmac.c 	    of_device_is_compatible(np, "shasta-ata"))
of_device_is_compatible 1028 drivers/ide/pmac.c 	if (of_device_is_compatible(np, "shasta-ata")) {
of_device_is_compatible 1033 drivers/ide/pmac.c 	} else if (of_device_is_compatible(np, "kauai-ata")) {
of_device_is_compatible 1038 drivers/ide/pmac.c 	} else if (of_device_is_compatible(np, "K2-UATA")) {
of_device_is_compatible 1043 drivers/ide/pmac.c 	} else if (of_device_is_compatible(np, "keylargo-ata")) {
of_device_is_compatible 1050 drivers/ide/pmac.c 	} else if (of_device_is_compatible(np, "heathrow-ata")) {
of_device_is_compatible  216 drivers/iio/adc/npcm_adc.c 	if (of_device_is_compatible(np, "nuvoton,npcm750-adc")) {
of_device_is_compatible  117 drivers/iio/adc/spear_adc.c 	if (of_device_is_compatible(st->np, "st,spear600-adc")) {
of_device_is_compatible  128 drivers/iio/adc/spear_adc.c 	if (of_device_is_compatible(st->np, "st,spear600-adc")) {
of_device_is_compatible  387 drivers/input/keyboard/samsung-keypad.c 		keypad->type = of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible  254 drivers/input/touchscreen/sun4i-ts.c 	if (of_device_is_compatible(np, "allwinner,sun6i-a31-ts")) {
of_device_is_compatible  258 drivers/input/touchscreen/sun4i-ts.c 	} else if (of_device_is_compatible(np, "allwinner,sun4i-a10-ts")) {
of_device_is_compatible  344 drivers/input/touchscreen/sun4i-ts.c 	if (of_device_is_compatible(np, "allwinner,sun6i-a31-ts"))
of_device_is_compatible  494 drivers/iommu/fsl_pamu.c 	if (of_device_is_compatible(dev->of_node, "fsl,qman-portal"))
of_device_is_compatible  496 drivers/iommu/fsl_pamu.c 	if (of_device_is_compatible(dev->of_node, "fsl,qman"))
of_device_is_compatible  738 drivers/iommu/fsl_pamu.c 			if (of_device_is_compatible(node, "fsl,qman-portal"))
of_device_is_compatible  740 drivers/iommu/fsl_pamu.c 			if (of_device_is_compatible(node, "fsl,qman"))
of_device_is_compatible  742 drivers/iommu/fsl_pamu.c 			if (of_device_is_compatible(node, "fsl,bman"))
of_device_is_compatible 1120 drivers/iommu/omap-iommu.c 	if (!of_device_is_compatible(np, "ti,dra7-dsp-iommu"))
of_device_is_compatible 1140 drivers/iommu/omap-iommu.c 	if (!of_device_is_compatible(np, "ti,dra7-dsp-iommu"))
of_device_is_compatible  789 drivers/iommu/qcom_iommu.c 		if (of_device_is_compatible(child, "qcom,msm-iommu-v1-sec"))
of_device_is_compatible   32 drivers/irqchip/irq-gic-common.c 		if (!of_device_is_compatible(np, quirks->compatible))
of_device_is_compatible  385 drivers/irqchip/irq-ixp4xx.c 	is_356 = of_device_is_compatible(np, "intel,ixp43x-interrupt") ||
of_device_is_compatible  386 drivers/irqchip/irq-ixp4xx.c 		of_device_is_compatible(np, "intel,ixp45x-interrupt") ||
of_device_is_compatible  387 drivers/irqchip/irq-ixp4xx.c 		of_device_is_compatible(np, "intel,ixp46x-interrupt");
of_device_is_compatible   75 drivers/irqchip/irq-jcore-aic.c 	if (of_device_is_compatible(node, "jcore,aic1")) {
of_device_is_compatible  178 drivers/irqchip/irq-lpc32xx.c 	bool is_mic = of_device_is_compatible(node, "nxp,lpc3220-mic");
of_device_is_compatible  307 drivers/irqchip/irq-omap-intc.c 	if (of_device_is_compatible(node, "ti,omap2-intc") ||
of_device_is_compatible  308 drivers/irqchip/irq-omap-intc.c 			of_device_is_compatible(node, "ti,omap3-intc")) {
of_device_is_compatible  374 drivers/irqchip/irq-omap-intc.c 	if (of_device_is_compatible(node, "ti,dm814-intc") ||
of_device_is_compatible  375 drivers/irqchip/irq-omap-intc.c 	    of_device_is_compatible(node, "ti,dm816-intc") ||
of_device_is_compatible  376 drivers/irqchip/irq-omap-intc.c 	    of_device_is_compatible(node, "ti,am33xx-intc")) {
of_device_is_compatible  204 drivers/irqchip/irq-sifive-plic.c 		if (of_device_is_compatible(node, "riscv"))
of_device_is_compatible  232 drivers/irqchip/irq-versatile-fpga.c 	if (of_device_is_compatible(node, "arm,versatile-sic"))
of_device_is_compatible  220 drivers/irqchip/irq-vf610-mscm-ir.c 	if (of_device_is_compatible(irq_domain_get_of_node(domain->parent),
of_device_is_compatible  189 drivers/macintosh/ams/ams-core.c 	if (np && of_device_is_compatible(np, "AAPL,accelerometer_1"))
of_device_is_compatible  196 drivers/macintosh/ams/ams-core.c 	if (np && of_device_is_compatible(np, "sms"))
of_device_is_compatible  642 drivers/macintosh/smu.c 		if (of_device_is_compatible(np, "smu-sensors"))
of_device_is_compatible  322 drivers/macintosh/via-pmu.c 	    of_device_is_compatible(vias->parent, "ohare"))
of_device_is_compatible  324 drivers/macintosh/via-pmu.c 	else if (of_device_is_compatible(vias->parent, "paddington"))
of_device_is_compatible  326 drivers/macintosh/via-pmu.c 	else if (of_device_is_compatible(vias->parent, "heathrow"))
of_device_is_compatible  328 drivers/macintosh/via-pmu.c 	else if (of_device_is_compatible(vias->parent, "Keylargo")
of_device_is_compatible  329 drivers/macintosh/via-pmu.c 		 || of_device_is_compatible(vias->parent, "K2-Keylargo")) {
of_device_is_compatible  270 drivers/macintosh/windfarm_smu_controls.c 		    of_device_is_compatible(fans, "smu-rpm-fans"))
of_device_is_compatible  826 drivers/media/platform/qcom/camss/camss.c 	if (of_device_is_compatible(dev->of_node, "qcom,msm8916-camss")) {
of_device_is_compatible  831 drivers/media/platform/qcom/camss/camss.c 	} else if (of_device_is_compatible(dev->of_node,
of_device_is_compatible  175 drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c 		if (of_device_is_compatible(dev->of_node,
of_device_is_compatible  189 drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c 	if (of_device_is_compatible(dev->of_node, "allwinner,sun50i-a64-csi"))
of_device_is_compatible  211 drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c 	if (of_device_is_compatible(dev->of_node, "allwinner,sun50i-a64-csi"))
of_device_is_compatible  162 drivers/media/rc/meson-ir.c 	if (of_device_is_compatible(node, "amlogic,meson6-ir"))
of_device_is_compatible  208 drivers/media/rc/meson-ir.c 	if (of_device_is_compatible(node, "amlogic,meson6-ir"))
of_device_is_compatible 1321 drivers/memory/emif.c 	if (of_device_is_compatible(np_ddr , "jedec,lpddr2-s4"))
of_device_is_compatible 1323 drivers/memory/emif.c 	else if (of_device_is_compatible(np_ddr , "jedec,lpddr2-s2"))
of_device_is_compatible 1370 drivers/memory/emif.c 	if (of_device_is_compatible(np_emif, "ti,emif-4d"))
of_device_is_compatible 1372 drivers/memory/emif.c 	else if (of_device_is_compatible(np_emif, "ti,emif-4d5"))
of_device_is_compatible  156 drivers/memory/mvebu-devbus.c 	if (of_device_is_compatible(devbus->dev->of_node, "marvell,mvebu-devbus")) {
of_device_is_compatible  308 drivers/memory/mvebu-devbus.c 		if (of_device_is_compatible(node, "marvell,orion-devbus"))
of_device_is_compatible  122 drivers/memory/of_memory.c 		if (of_device_is_compatible(np_tim, tim_compat))
of_device_is_compatible  133 drivers/memory/of_memory.c 		if (of_device_is_compatible(np_tim, tim_compat)) {
of_device_is_compatible 2135 drivers/memory/omap-gpmc.c 	if (of_device_is_compatible(child, "ti,omap2-nand")) {
of_device_is_compatible  285 drivers/memory/tegra/tegra20-emc.c 	if (!of_device_is_compatible(node, "nvidia,tegra20-emc-table")) {
of_device_is_compatible  360 drivers/memory/ti-aemif.c 	if (np && of_device_is_compatible(np, "ti,da850-aemif"))
of_device_is_compatible  141 drivers/mfd/altera-sysmgr.c 	if (of_device_is_compatible(np, "altr,sys-mgr-s10")) {
of_device_is_compatible 3060 drivers/mfd/db8500-prcmu.c 		if (of_device_is_compatible(np, ab8500_cell.of_compatible))
of_device_is_compatible  176 drivers/mfd/mfd-core.c 			if (of_device_is_compatible(np, cell->of_compatible)) {
of_device_is_compatible  436 drivers/mfd/palmas.c 		if (of_device_is_compatible(np, "ti,tps65917"))
of_device_is_compatible  574 drivers/mfd/rk808.c 	if (of_device_is_compatible(np, "rockchip,rk817") ||
of_device_is_compatible  575 drivers/mfd/rk808.c 	    of_device_is_compatible(np, "rockchip,rk809")) {
of_device_is_compatible  184 drivers/mfd/syscon.c 	if (!of_device_is_compatible(np, "syscon"))
of_device_is_compatible  346 drivers/mfd/tc3589x.c 		if (of_device_is_compatible(child, "toshiba,tc3589x-gpio"))
of_device_is_compatible  348 drivers/mfd/tc3589x.c 		if (of_device_is_compatible(child, "toshiba,tc3589x-keypad"))
of_device_is_compatible  168 drivers/misc/vexpress-syscfg.c 	if (num == 1 && of_device_is_compatible(dev->of_node,
of_device_is_compatible  382 drivers/mmc/core/mmc.c 	if (np && of_device_is_compatible(np, "mmc-card"))
of_device_is_compatible  177 drivers/mmc/host/cavium-octeon.c 	if (of_device_is_compatible(node, "cavium,octeon-7890-mmc")) {
of_device_is_compatible  134 drivers/mmc/host/cavium-thunderx.c 		if (of_device_is_compatible(child_node, "mmc-slot")) {
of_device_is_compatible  350 drivers/mmc/host/dw_mmc-exynos.c 		if (of_device_is_compatible(np, exynos_compat[idx].compatible))
of_device_is_compatible  296 drivers/mmc/host/dw_mmc-rockchip.c 	if (of_device_is_compatible(host->dev->of_node,
of_device_is_compatible   59 drivers/mmc/host/sdhci-brcmstb.c 	if (of_device_is_compatible(pdev->dev.of_node, "brcm,bcm7425-sdhci"))
of_device_is_compatible  807 drivers/mmc/host/sdhci-of-arasan.c 	if (of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible  825 drivers/mmc/host/sdhci-of-arasan.c 	if (of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible  524 drivers/mmc/host/sdhci-of-esdhc.c 	if (of_device_is_compatible(dev->of_node, "fsl,ls1043a-esdhc") ||
of_device_is_compatible  525 drivers/mmc/host/sdhci-of-esdhc.c 	    of_device_is_compatible(dev->of_node, "fsl,ls1046a-esdhc"))
of_device_is_compatible 1242 drivers/mmc/host/sdhci-of-esdhc.c 	if (of_device_is_compatible(np, "fsl,p2020-esdhc"))
of_device_is_compatible 1254 drivers/mmc/host/sdhci-of-esdhc.c 		if (of_device_is_compatible(np, "fsl,ls1046a-esdhc") ||
of_device_is_compatible 1255 drivers/mmc/host/sdhci-of-esdhc.c 		    of_device_is_compatible(np, "fsl,ls1028a-esdhc"))
of_device_is_compatible 1331 drivers/mmc/host/sdhci-of-esdhc.c 	if (of_device_is_compatible(np, "fsl,p5040-esdhc") ||
of_device_is_compatible 1332 drivers/mmc/host/sdhci-of-esdhc.c 	    of_device_is_compatible(np, "fsl,p5020-esdhc") ||
of_device_is_compatible 1333 drivers/mmc/host/sdhci-of-esdhc.c 	    of_device_is_compatible(np, "fsl,p4080-esdhc") ||
of_device_is_compatible 1334 drivers/mmc/host/sdhci-of-esdhc.c 	    of_device_is_compatible(np, "fsl,p1020-esdhc") ||
of_device_is_compatible 1335 drivers/mmc/host/sdhci-of-esdhc.c 	    of_device_is_compatible(np, "fsl,t1040-esdhc"))
of_device_is_compatible 1338 drivers/mmc/host/sdhci-of-esdhc.c 	if (of_device_is_compatible(np, "fsl,ls1021a-esdhc"))
of_device_is_compatible 1342 drivers/mmc/host/sdhci-of-esdhc.c 	if (of_device_is_compatible(np, "fsl,p2020-esdhc")) {
of_device_is_compatible   66 drivers/mmc/host/sdhci-pltfm.c 	if (of_device_is_compatible(np, "fsl,p2020-rev1-esdhc"))
of_device_is_compatible   69 drivers/mmc/host/sdhci-pltfm.c 	if (of_device_is_compatible(np, "fsl,p2020-esdhc") ||
of_device_is_compatible   70 drivers/mmc/host/sdhci-pltfm.c 	    of_device_is_compatible(np, "fsl,p1010-esdhc") ||
of_device_is_compatible   71 drivers/mmc/host/sdhci-pltfm.c 	    of_device_is_compatible(np, "fsl,t4240-esdhc") ||
of_device_is_compatible   72 drivers/mmc/host/sdhci-pltfm.c 	    of_device_is_compatible(np, "fsl,mpc8536-esdhc"))
of_device_is_compatible  407 drivers/mmc/host/sdhci-pxav3.c 	if (of_device_is_compatible(np, "marvell,armada-380-sdhci")) {
of_device_is_compatible  148 drivers/mmc/host/sdhci-st.c 	if (!of_device_is_compatible(np, "st,sdhci-stih407"))
of_device_is_compatible  658 drivers/mmc/host/sdhci-xenon-phy.c 	if (of_device_is_compatible(np, "marvell,armada-3700-sdhci"))
of_device_is_compatible  421 drivers/mmc/host/sdhci-xenon.c 	if (of_device_is_compatible(np, "marvell,armada-ap806-sdhci"))
of_device_is_compatible 1404 drivers/mmc/host/sunxi-mmc.c 	    !of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible   76 drivers/mtd/hyperbus/hyperbus-core.c 	if (!of_device_is_compatible(np, "cypress,hyperflash"))
of_device_is_compatible  135 drivers/mtd/maps/physmap-gemini.c 	if (!of_device_is_compatible(np, "cortina,gemini-flash"))
of_device_is_compatible  197 drivers/mtd/maps/physmap-versatile.c 	if (!of_device_is_compatible(np, "arm,versatile-flash"))
of_device_is_compatible 2062 drivers/mtd/nand/raw/atmel/nand-controller.c 	if (of_device_is_compatible(dev->parent->of_node,
of_device_is_compatible 2700 drivers/mtd/nand/raw/brcmnand/brcmnand.c 		if (of_device_is_compatible(child, "brcm,nandcs")) {
of_device_is_compatible  574 drivers/mtd/nand/raw/davinci_nand.c 		if (of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible  859 drivers/mtd/nand/raw/vf610_nfc.c 		if (of_device_is_compatible(child, "fsl,vf610-nfc-nandcs")) {
of_device_is_compatible   53 drivers/mtd/parsers/ofpart.c 	} else if (!of_device_is_compatible(ofpart_node, "fixed-partitions")) {
of_device_is_compatible  769 drivers/mtd/spi-nor/aspeed-smc.c 		if (!of_device_is_compatible(child, "jedec,spi-nor"))
of_device_is_compatible   47 drivers/mux/mmio.c 	if (of_device_is_compatible(np, "mmio-mux"))
of_device_is_compatible 1774 drivers/net/dsa/lantiq_gswip.c 	if (of_device_is_compatible(gphy_fw_list_np, "lantiq,xrx200-gphy-fw")) {
of_device_is_compatible 1276 drivers/net/dsa/mt7530.c 			if (!of_device_is_compatible(mac_np,
of_device_is_compatible  150 drivers/net/ethernet/altera/altera_tse_main.c 		if (of_device_is_compatible(child_node, "altr,tse-mdio")) {
of_device_is_compatible  907 drivers/net/ethernet/apm/xgene/xgene_enet_hw.c 			if (of_device_is_compatible(child_np,
of_device_is_compatible 1499 drivers/net/ethernet/cavium/thunder/thunder_bgx.c 		    !of_device_is_compatible(phy_np, "cortina,cs4223-slice")) {
of_device_is_compatible 1622 drivers/net/ethernet/faraday/ftgmac100.c 	if (of_device_is_compatible(np, "aspeed,ast2400-mac") ||
of_device_is_compatible 1623 drivers/net/ethernet/faraday/ftgmac100.c 	    of_device_is_compatible(np, "aspeed,ast2500-mac")) {
of_device_is_compatible 1804 drivers/net/ethernet/faraday/ftgmac100.c 	if (np && (of_device_is_compatible(np, "aspeed,ast2400-mac") ||
of_device_is_compatible 1805 drivers/net/ethernet/faraday/ftgmac100.c 		   of_device_is_compatible(np, "aspeed,ast2500-mac") ||
of_device_is_compatible 1806 drivers/net/ethernet/faraday/ftgmac100.c 		   of_device_is_compatible(np, "aspeed,ast2600-mac"))) {
of_device_is_compatible 1871 drivers/net/ethernet/faraday/ftgmac100.c 	if (np && (of_device_is_compatible(np, "aspeed,ast2400-mac")))
of_device_is_compatible 1800 drivers/net/ethernet/freescale/fman/fman_port.c 	if (of_device_is_compatible(port_node, "fsl,fman-v3-port-tx")) {
of_device_is_compatible 1806 drivers/net/ethernet/freescale/fman/fman_port.c 	} else if (of_device_is_compatible(port_node, "fsl,fman-v2-port-tx")) {
of_device_is_compatible 1813 drivers/net/ethernet/freescale/fman/fman_port.c 	} else if (of_device_is_compatible(port_node, "fsl,fman-v3-port-rx")) {
of_device_is_compatible 1819 drivers/net/ethernet/freescale/fman/fman_port.c 	} else if (of_device_is_compatible(port_node, "fsl,fman-v2-port-rx")) {
of_device_is_compatible  631 drivers/net/ethernet/freescale/fman/mac.c 	if (of_device_is_compatible(mac_node, "fsl,fman-dtsec")) {
of_device_is_compatible  635 drivers/net/ethernet/freescale/fman/mac.c 	} else if (of_device_is_compatible(mac_node, "fsl,fman-xgec")) {
of_device_is_compatible  637 drivers/net/ethernet/freescale/fman/mac.c 	} else if (of_device_is_compatible(mac_node, "fsl,fman-memac")) {
of_device_is_compatible  964 drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c 	if (of_device_is_compatible(ofdev->dev.of_node, "fsl,mpc5125-fec")) {
of_device_is_compatible  656 drivers/net/ethernet/freescale/gianfar.c 	if (of_device_is_compatible(np, "fsl,etsec2")) {
of_device_is_compatible   55 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 		if (of_device_is_compatible(np, "hisilicon,hns-dsaf-v1"))
of_device_is_compatible 2279 drivers/net/ethernet/hisilicon/hns/hns_enet.c 		if (of_device_is_compatible(dev->of_node,
of_device_is_compatible 2905 drivers/net/ethernet/ibm/emac/core.c 	if (of_device_is_compatible(np, "ibm,emac4sync")) {
of_device_is_compatible 2907 drivers/net/ethernet/ibm/emac/core.c 		if (of_device_is_compatible(np, "ibm,emac-460ex") ||
of_device_is_compatible 2908 drivers/net/ethernet/ibm/emac/core.c 		    of_device_is_compatible(np, "ibm,emac-460gt"))
of_device_is_compatible 2910 drivers/net/ethernet/ibm/emac/core.c 		if (of_device_is_compatible(np, "ibm,emac-405ex") ||
of_device_is_compatible 2911 drivers/net/ethernet/ibm/emac/core.c 		    of_device_is_compatible(np, "ibm,emac-405exr"))
of_device_is_compatible 2913 drivers/net/ethernet/ibm/emac/core.c 		if (of_device_is_compatible(np, "ibm,emac-apm821xx")) {
of_device_is_compatible 2918 drivers/net/ethernet/ibm/emac/core.c 	} else if (of_device_is_compatible(np, "ibm,emac4")) {
of_device_is_compatible 2920 drivers/net/ethernet/ibm/emac/core.c 		if (of_device_is_compatible(np, "ibm,emac-440gx"))
of_device_is_compatible 2923 drivers/net/ethernet/ibm/emac/core.c 		if (of_device_is_compatible(np, "ibm,emac-440ep") ||
of_device_is_compatible 2924 drivers/net/ethernet/ibm/emac/core.c 		    of_device_is_compatible(np, "ibm,emac-440gr"))
of_device_is_compatible 2926 drivers/net/ethernet/ibm/emac/core.c 		if (of_device_is_compatible(np, "ibm,emac-405ez")) {
of_device_is_compatible 2945 drivers/net/ethernet/ibm/emac/core.c 	if (of_device_is_compatible(np, "ibm,emac-axon"))
of_device_is_compatible  531 drivers/net/ethernet/ibm/emac/mal.c 	mal->version = of_device_is_compatible(ofdev->dev.of_node, "ibm,mcmal2") ? 2 : 1;
of_device_is_compatible  570 drivers/net/ethernet/ibm/emac/mal.c 	if (of_device_is_compatible(ofdev->dev.of_node, "ibm,mcmal-405ez")) {
of_device_is_compatible  621 drivers/net/ethernet/ibm/emac/mal.c 	if (of_device_is_compatible(ofdev->dev.of_node, "ibm,mcmal-axon"))
of_device_is_compatible  249 drivers/net/ethernet/ibm/emac/rgmii.c 	if (of_device_is_compatible(ofdev->dev.of_node, "ibm,rgmii-axon"))
of_device_is_compatible 3116 drivers/net/ethernet/marvell/mv643xx_eth.c 	if (of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible 4552 drivers/net/ethernet/marvell/mvneta.c 	if (of_device_is_compatible(dn, "marvell,armada-3700-neta"))
of_device_is_compatible 4612 drivers/net/ethernet/marvell/mvneta.c 	} else if (of_device_is_compatible(dn, "marvell,armada-370-neta")) {
of_device_is_compatible 2990 drivers/net/ethernet/mediatek/mtk_eth_soc.c 		if (!of_device_is_compatible(mac_np,
of_device_is_compatible  337 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 			if (of_device_is_compatible(plat->mdio_node,
of_device_is_compatible  484 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 	if (of_device_is_compatible(np, "st,spear600-gmac") ||
of_device_is_compatible  485 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 		of_device_is_compatible(np, "snps,dwmac-3.50a") ||
of_device_is_compatible  486 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 		of_device_is_compatible(np, "snps,dwmac-3.70a") ||
of_device_is_compatible  487 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 		of_device_is_compatible(np, "snps,dwmac")) {
of_device_is_compatible  508 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 	if (of_device_is_compatible(np, "snps,dwmac-4.00") ||
of_device_is_compatible  509 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 	    of_device_is_compatible(np, "snps,dwmac-4.10a") ||
of_device_is_compatible  510 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 	    of_device_is_compatible(np, "snps,dwmac-4.20a")) {
of_device_is_compatible  517 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 	if (of_device_is_compatible(np, "snps,dwmac-3.610") ||
of_device_is_compatible  518 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 		of_device_is_compatible(np, "snps,dwmac-3.710")) {
of_device_is_compatible  524 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 	if (of_device_is_compatible(np, "snps,dwxgmac")) {
of_device_is_compatible  567 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 	if (!of_device_is_compatible(np, "snps,dwc-qos-ethernet-4.10")) {
of_device_is_compatible   77 drivers/net/ethernet/ti/cpsw-common.c 	if (of_device_is_compatible(dev->of_node, "ti,am3517-emac"))
of_device_is_compatible   80 drivers/net/ethernet/ti/cpsw-common.c 	if (of_device_is_compatible(dev->of_node, "ti,dm816-emac"))
of_device_is_compatible 1377 drivers/net/ethernet/ti/davinci_emac.c 		return of_device_is_compatible(dev->parent->of_node,
of_device_is_compatible 3573 drivers/net/ethernet/ti/netcp_ethss.c 	if (of_device_is_compatible(node, "ti,netcp-gbe-5") ||
of_device_is_compatible 3574 drivers/net/ethernet/ti/netcp_ethss.c 	    of_device_is_compatible(node, "ti,netcp-gbe")) {
of_device_is_compatible 3576 drivers/net/ethernet/ti/netcp_ethss.c 	} else if (of_device_is_compatible(node, "ti,netcp-gbe-9")) {
of_device_is_compatible 3578 drivers/net/ethernet/ti/netcp_ethss.c 	} else if (of_device_is_compatible(node, "ti,netcp-gbe-2")) {
of_device_is_compatible 3581 drivers/net/ethernet/ti/netcp_ethss.c 	} else if (of_device_is_compatible(node, "ti,netcp-xgbe")) {
of_device_is_compatible 1260 drivers/net/wireless/ath/wcn36xx/main.c 	wcn->is_pronto = !!of_device_is_compatible(mmio_node, "qcom,pronto");
of_device_is_compatible 1283 drivers/net/wireless/ath/wcn36xx/main.c 		if (of_device_is_compatible(iris_node, "qcom,wcn3620"))
of_device_is_compatible   34 drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c 	    !of_device_is_compatible(np, "brcm,bcm4329-fmac"))
of_device_is_compatible  483 drivers/of/address.c 		if (of_device_is_compatible(np, "1682m-sdc"))
of_device_is_compatible  562 drivers/of/base.c EXPORT_SYMBOL(of_device_is_compatible);
of_device_is_compatible  577 drivers/of/base.c 		tmp = of_device_is_compatible(device, *compat);
of_device_is_compatible  600 drivers/of/base.c 		rc = of_device_is_compatible(root, compat);
of_device_is_compatible  854 drivers/of/base.c 		if (of_device_is_compatible(child, compatible))
of_device_is_compatible   53 drivers/of/of_mdio.c 	is_c45 = of_device_is_compatible(child,
of_device_is_compatible  172 drivers/of/of_mdio.c 	if (of_device_is_compatible(child, "ethernet-phy-ieee802.3-c45"))
of_device_is_compatible  175 drivers/of/of_mdio.c 	if (of_device_is_compatible(child, "ethernet-phy-ieee802.3-c22"))
of_device_is_compatible  308 drivers/of/platform.c 		if (!of_device_is_compatible(np, auxdata->compatible))
of_device_is_compatible  324 drivers/of/platform.c 		if (!of_device_is_compatible(np, auxdata->compatible))
of_device_is_compatible  383 drivers/of/platform.c 	if (of_device_is_compatible(bus, "arm,primecell")) {
of_device_is_compatible 1240 drivers/pci/controller/dwc/pci-keystone.c 	if (of_device_is_compatible(np, "ti,am654-pcie-rc"))
of_device_is_compatible  643 drivers/pci/controller/dwc/pcie-qcom.c 	bool is_ipq = of_device_is_compatible(dev->of_node, "qcom,pcie-ipq4019");
of_device_is_compatible 1898 drivers/pci/controller/pci-tegra.c 	if (of_device_is_compatible(np, "nvidia,tegra186-pcie")) {
of_device_is_compatible 1922 drivers/pci/controller/pci-tegra.c 	} else if (of_device_is_compatible(np, "nvidia,tegra124-pcie") ||
of_device_is_compatible 1923 drivers/pci/controller/pci-tegra.c 		   of_device_is_compatible(np, "nvidia,tegra210-pcie")) {
of_device_is_compatible 1935 drivers/pci/controller/pci-tegra.c 	} else if (of_device_is_compatible(np, "nvidia,tegra30-pcie")) {
of_device_is_compatible 1952 drivers/pci/controller/pci-tegra.c 	} else if (of_device_is_compatible(np, "nvidia,tegra20-pcie")) {
of_device_is_compatible 2003 drivers/pci/controller/pci-tegra.c 	if (of_device_is_compatible(np, "nvidia,tegra30-pcie"))
of_device_is_compatible 2005 drivers/pci/controller/pci-tegra.c 	else if (of_device_is_compatible(np, "nvidia,tegra20-pcie"))
of_device_is_compatible 2043 drivers/pci/controller/pci-tegra.c 	if (of_device_is_compatible(np, "nvidia,tegra186-pcie")) {
of_device_is_compatible 2056 drivers/pci/controller/pci-tegra.c 	} else if (of_device_is_compatible(np, "nvidia,tegra210-pcie")) {
of_device_is_compatible 2071 drivers/pci/controller/pci-tegra.c 	} else if (of_device_is_compatible(np, "nvidia,tegra124-pcie")) {
of_device_is_compatible 2087 drivers/pci/controller/pci-tegra.c 	} else if (of_device_is_compatible(np, "nvidia,tegra30-pcie")) {
of_device_is_compatible 2121 drivers/pci/controller/pci-tegra.c 	} else if (of_device_is_compatible(np, "nvidia,tegra20-pcie")) {
of_device_is_compatible  905 drivers/pci/controller/pci-v3-semi.c 	if (of_device_is_compatible(np, "arm,integrator-ap-pci")) {
of_device_is_compatible  626 drivers/pci/controller/pci-xgene.c 	if (of_device_is_compatible(port->node, "apm,xgene-pcie"))
of_device_is_compatible  517 drivers/pci/controller/pcie-iproc-msi.c 	if (!of_device_is_compatible(node, "brcm,iproc-msi"))
of_device_is_compatible 1260 drivers/pci/controller/pcie-iproc.c 	if (!of_device_is_compatible(msi_node, "arm,gic-v3-its")) {
of_device_is_compatible 1686 drivers/perf/xgene_pmu.c 		if (of_device_is_compatible(np, "apm,xgene-pmu-l3c"))
of_device_is_compatible 1688 drivers/perf/xgene_pmu.c 		else if (of_device_is_compatible(np, "apm,xgene-pmu-iob"))
of_device_is_compatible 1690 drivers/perf/xgene_pmu.c 		else if (of_device_is_compatible(np, "apm,xgene-pmu-mcb"))
of_device_is_compatible 1692 drivers/perf/xgene_pmu.c 		else if (of_device_is_compatible(np, "apm,xgene-pmu-mc"))
of_device_is_compatible  223 drivers/phy/marvell/phy-berlin-sata.c 	if (of_device_is_compatible(dev->of_node, "marvell,berlin2-sata-phy"))
of_device_is_compatible  510 drivers/phy/phy-core.c 	if (of_device_is_compatible(args.np, "usb-nop-xceiv"))
of_device_is_compatible  184 drivers/phy/qualcomm/phy-qcom-ufs.c 	if (of_device_is_compatible(phy_common->dev->of_node,
of_device_is_compatible  196 drivers/phy/ralink/phy-ralink-usb.c 	if (of_device_is_compatible(dev->of_node, "mediatek,mt7628-usbphy")) {
of_device_is_compatible 1091 drivers/phy/rockchip/phy-rockchip-inno-usb2.c 	if (of_device_is_compatible(np, "rockchip,rv1108-usb2phy")) {
of_device_is_compatible  784 drivers/pinctrl/bcm/pinctrl-iproc-gpio.c 	if (of_device_is_compatible(dev->of_node, "brcm,iproc-nsp-gpio"))
of_device_is_compatible  787 drivers/pinctrl/bcm/pinctrl-iproc-gpio.c 	else if (of_device_is_compatible(dev->of_node,
of_device_is_compatible  812 drivers/pinctrl/bcm/pinctrl-iproc-gpio.c 		if (of_device_is_compatible(dev->of_node,
of_device_is_compatible  417 drivers/pinctrl/freescale/pinctrl-mxs.c 		if (of_device_is_compatible(child, gpio_compat))
of_device_is_compatible  446 drivers/pinctrl/freescale/pinctrl-mxs.c 		if (of_device_is_compatible(child, gpio_compat))
of_device_is_compatible  486 drivers/pinctrl/freescale/pinctrl-mxs.c 		if (of_device_is_compatible(child, gpio_compat))
of_device_is_compatible 1130 drivers/pinctrl/pinctrl-at91.c 		if (of_device_is_compatible(child, gpio_compat)) {
of_device_is_compatible 1328 drivers/pinctrl/pinctrl-at91.c 		if (of_device_is_compatible(child, gpio_compat))
of_device_is_compatible 3185 drivers/pinctrl/pinctrl-rockchip.c 	if (of_device_is_compatible(bank->of_node,
of_device_is_compatible  219 drivers/power/reset/at91-reset.c 	if (!of_device_is_compatible(pdev->dev.of_node, "atmel,sama5d3-rstc")) {
of_device_is_compatible  683 drivers/power/supply/olpc_battery.c 	if (of_device_is_compatible(pdev->dev.of_node, "olpc,xo1.5-battery")) {
of_device_is_compatible  498 drivers/ptp/ptp_qoriq.c 	if (of_device_is_compatible(node, "fsl,etsec-ptp")) {
of_device_is_compatible  205 drivers/pwm/pwm-spear.c 	if (of_device_is_compatible(np, "st,spear1340-pwm")) {
of_device_is_compatible  209 drivers/pwm/pwm-tiecap.c 		if (of_device_is_compatible(np, "ti,am33xx-ecap")) {
of_device_is_compatible  434 drivers/pwm/pwm-tiehrpwm.c 		if (of_device_is_compatible(np, "ti,am33xx-ecap")) {
of_device_is_compatible 1622 drivers/regulator/palmas-regulator.c 	if (of_device_is_compatible(node, "ti,tps659038-pmic")) {
of_device_is_compatible  235 drivers/remoteproc/st_slim_rproc.c 	if (!of_device_is_compatible(np, "st,slim-rproc"))
of_device_is_compatible  395 drivers/rtc/rtc-da9063.c 	if (of_device_is_compatible(pdev->dev.of_node, "dlg,da9063-rtc")) {
of_device_is_compatible  346 drivers/rtc/rtc-mpc5121.c 	if (of_device_is_compatible(op->dev.of_node, "fsl,mpc5121-rtc")) {
of_device_is_compatible  290 drivers/rtc/rtc-sa1100.c 	    of_device_is_compatible(pdev->dev.of_node, "mrvl,sa1100-rtc")) {
of_device_is_compatible  178 drivers/soc/bcm/brcmstb/biuctrl.c 	if (of_device_is_compatible(cpu_dn, "brcm,brahma-b15"))
of_device_is_compatible  180 drivers/soc/bcm/brcmstb/biuctrl.c 	else if (of_device_is_compatible(cpu_dn, "brcm,brahma-b53"))
of_device_is_compatible  183 drivers/soc/fsl/qe/gpio.c 	if (!of_device_is_compatible(gc->of_node, "fsl,mpc8323-qe-pario-bank")) {
of_device_is_compatible   92 drivers/soc/tegra/fuse/fuse-tegra20.c 	return of_device_is_compatible(np, "nvidia,tegra20-apbdma");
of_device_is_compatible  151 drivers/spi/spi-fsl-lib.c 	else if (of_device_is_compatible(np, "fsl,cpm2-spi"))
of_device_is_compatible  153 drivers/spi/spi-fsl-lib.c 	else if (of_device_is_compatible(np, "fsl,cpm1-spi"))
of_device_is_compatible  617 drivers/spi/spi-npcm-fiu.c 	if (of_device_is_compatible(fiu->dev->of_node, "nuvoton,npcm750-fiu")) {
of_device_is_compatible  668 drivers/spi/spi-orion.c 	if (of_device_is_compatible(pdev->dev.of_node,
of_device_is_compatible  732 drivers/spi/spidev.c 	     of_device_is_compatible(spi->dev.of_node, "spidev"),
of_device_is_compatible  117 drivers/tty/ehv_bytechan.c 	if (!np || !of_device_is_compatible(np, "epapr,hv-byte-channel"))
of_device_is_compatible  162 drivers/tty/hvc/hvc_opal.c 	if (of_device_is_compatible(dev->dev.of_node, "ibm,opal-console-raw")) {
of_device_is_compatible  165 drivers/tty/hvc/hvc_opal.c 	} else if (of_device_is_compatible(dev->dev.of_node,
of_device_is_compatible  372 drivers/tty/hvc/hvc_opal.c 	if (of_device_is_compatible(stdout_node, "ibm,opal-console-raw")) {
of_device_is_compatible  377 drivers/tty/hvc/hvc_opal.c 	else if (of_device_is_compatible(stdout_node,"ibm,opal-console-hvsi")) {
of_device_is_compatible  309 drivers/tty/hvc/hvc_vio.c 	if (of_device_is_compatible(vdev->dev.of_node, "hvterm1")) {
of_device_is_compatible  312 drivers/tty/hvc/hvc_vio.c 	} else if (of_device_is_compatible(vdev->dev.of_node, "hvterm-protocol")) {
of_device_is_compatible  402 drivers/tty/hvc/hvc_vio.c 	if (of_device_is_compatible(of_stdout, "hvterm1")) {
of_device_is_compatible  406 drivers/tty/hvc/hvc_vio.c 	else if (of_device_is_compatible(of_stdout, "hvterm-protocol")) {
of_device_is_compatible  352 drivers/tty/serial/8250/8250_dw.c 		if (of_device_is_compatible(np, "cavium,octeon-3860-uart")) {
of_device_is_compatible  366 drivers/tty/serial/8250/8250_dw.c 		if (of_device_is_compatible(np, "marvell,armada-38x-uart"))
of_device_is_compatible  135 drivers/tty/serial/8250/8250_of.c 	if (of_device_is_compatible(np, "mrvl,mmp-uart"))
of_device_is_compatible  192 drivers/tty/serial/8250/8250_of.c 	    (of_device_is_compatible(np, "fsl,ns16550") ||
of_device_is_compatible  193 drivers/tty/serial/8250/8250_of.c 	     of_device_is_compatible(np, "fsl,16550-FIFO64")))
of_device_is_compatible 1180 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	if (of_device_is_compatible(np, "fsl,cpm1-scc-uart") ||
of_device_is_compatible 1181 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	    of_device_is_compatible(np, "fsl,cpm2-scc-uart")) {
of_device_is_compatible 1184 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	} else if (of_device_is_compatible(np, "fsl,cpm1-smc-uart") ||
of_device_is_compatible 1185 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	           of_device_is_compatible(np, "fsl,cpm2-smc-uart")) {
of_device_is_compatible 1308 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		if (!of_device_is_compatible(np, "fsl,cpm1-smc-uart") &&
of_device_is_compatible 1309 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		    !of_device_is_compatible(np, "fsl,cpm1-scc-uart") &&
of_device_is_compatible 1310 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		    !of_device_is_compatible(np, "fsl,cpm2-smc-uart") &&
of_device_is_compatible 1311 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		    !of_device_is_compatible(np, "fsl,cpm2-scc-uart"))
of_device_is_compatible  693 drivers/tty/serial/meson_uart.c 	if (of_device_is_compatible(pdev->dev.of_node, "amlogic,meson-uart"))
of_device_is_compatible 1451 drivers/tty/serial/pmac_zilog.c 	if (of_device_is_compatible(np, "cobalt"))
of_device_is_compatible 1509 drivers/tty/serial/pmac_zilog.c 	    of_device_is_compatible(np->parent->parent, "gatwick")) {
of_device_is_compatible 1269 drivers/tty/serial/qcom_geni_serial.c 	if (of_device_is_compatible(pdev->dev.of_node, "qcom,geni-debug-uart"))
of_device_is_compatible 1302 drivers/tty/serial/sirfsoc_uart.c 	if (of_device_is_compatible(np, "sirf,prima2-uart") ||
of_device_is_compatible 1303 drivers/tty/serial/sirfsoc_uart.c 		of_device_is_compatible(np, "sirf,atlas7-uart"))
of_device_is_compatible 1305 drivers/tty/serial/sirfsoc_uart.c 	if (of_device_is_compatible(np, "sirf,prima2-usp-uart") ||
of_device_is_compatible 1306 drivers/tty/serial/sirfsoc_uart.c 	    of_device_is_compatible(np, "sirf,atlas7-usp-uart")) {
of_device_is_compatible 1344 drivers/tty/serial/sirfsoc_uart.c 	if (of_device_is_compatible(np, "sirf,atlas7-uart") ||
of_device_is_compatible 1345 drivers/tty/serial/sirfsoc_uart.c 	    of_device_is_compatible(np, "sirf,atlas7-usp-uart"))
of_device_is_compatible 1123 drivers/tty/serial/sunsab.c 		if (of_device_is_compatible(dp, "sab82532"))
of_device_is_compatible 1597 drivers/tty/serial/sunsu.c 		if (of_device_is_compatible(dp, "su")) {
of_device_is_compatible 1603 drivers/tty/serial/sunsu.c 		if (of_device_is_compatible(dp, "su")) {
of_device_is_compatible  408 drivers/usb/chipidea/ci_hdrc_imx.c 	if ((of_device_is_compatible(np, "fsl,imx53-usb") ||
of_device_is_compatible  409 drivers/usb/chipidea/ci_hdrc_imx.c 	     of_device_is_compatible(np, "fsl,imx51-usb")) && pdata.usb_phy &&
of_device_is_compatible  248 drivers/usb/chipidea/ci_hdrc_msm.c 		ci->hsic = of_device_is_compatible(phy_node, "qcom,usb-hsic-phy");
of_device_is_compatible  108 drivers/usb/dwc3/dwc3-keystone.c 	if (of_device_is_compatible(node, "ti,am654-dwc3"))
of_device_is_compatible  159 drivers/usb/dwc3/dwc3-keystone.c 	if (!of_device_is_compatible(node, "ti,am654-dwc3"))
of_device_is_compatible   54 drivers/usb/dwc3/dwc3-of-simple.c 	if (of_device_is_compatible(np, "rockchip,rk3399-dwc3"))
of_device_is_compatible   57 drivers/usb/dwc3/dwc3-of-simple.c 	if (of_device_is_compatible(np, "amlogic,meson-axg-dwc3") ||
of_device_is_compatible   58 drivers/usb/dwc3/dwc3-of-simple.c 	    of_device_is_compatible(np, "amlogic,meson-gxl-dwc3")) {
of_device_is_compatible  380 drivers/usb/dwc3/dwc3-omap.c 	if (of_device_is_compatible(node, "ti,am437x-dwc3")) {
of_device_is_compatible  405 drivers/usb/host/ehci-fsl.c 	if (of_device_is_compatible(dev->parent->of_node,
of_device_is_compatible  588 drivers/usb/host/ehci-fsl.c 	if (of_device_is_compatible(dev->parent->of_node,
of_device_is_compatible  609 drivers/usb/host/ehci-fsl.c 	if (of_device_is_compatible(dev->parent->of_node,
of_device_is_compatible  179 drivers/usb/host/ehci-orion.c 	if (of_device_is_compatible(dev->of_node, "marvell,armada-3700-ehci"))
of_device_is_compatible  164 drivers/usb/host/ehci-ppc-of.c 	if (of_device_is_compatible(dn, "ibm,usb-ehci-440epx")) {
of_device_is_compatible  136 drivers/usb/host/fsl-mph-dr-of.c 	if (of_device_is_compatible(np, "fsl-usb2-dr")) {
of_device_is_compatible  137 drivers/usb/host/fsl-mph-dr-of.c 		if (of_device_is_compatible(np, "fsl-usb2-dr-v1.6"))
of_device_is_compatible  139 drivers/usb/host/fsl-mph-dr-of.c 		else if (of_device_is_compatible(np, "fsl-usb2-dr-v2.2"))
of_device_is_compatible  141 drivers/usb/host/fsl-mph-dr-of.c 		else if (of_device_is_compatible(np, "fsl-usb2-dr-v2.4"))
of_device_is_compatible  143 drivers/usb/host/fsl-mph-dr-of.c 		else if (of_device_is_compatible(np, "fsl-usb2-dr-v2.5"))
of_device_is_compatible  152 drivers/usb/host/fsl-mph-dr-of.c 	if (of_device_is_compatible(np, "fsl,mpc5121-usb2-dr"))
of_device_is_compatible  155 drivers/usb/host/fsl-mph-dr-of.c 	if (of_device_is_compatible(np, "fsl-usb2-mph")) {
of_device_is_compatible  156 drivers/usb/host/fsl-mph-dr-of.c 		if (of_device_is_compatible(np, "fsl-usb2-mph-v1.6"))
of_device_is_compatible  158 drivers/usb/host/fsl-mph-dr-of.c 		else if (of_device_is_compatible(np, "fsl-usb2-mph-v2.2"))
of_device_is_compatible  160 drivers/usb/host/fsl-mph-dr-of.c 		else if (of_device_is_compatible(np, "fsl-usb2-mph-v2.4"))
of_device_is_compatible  162 drivers/usb/host/fsl-mph-dr-of.c 		else if (of_device_is_compatible(np, "fsl-usb2-mph-v2.5"))
of_device_is_compatible  197 drivers/usb/host/fsl-mph-dr-of.c 	if (of_device_is_compatible(np, "fsl-usb2-mph")) {
of_device_is_compatible  103 drivers/usb/host/ohci-ppc-of.c 		of_device_is_compatible(dn, "ohci-bigendian") ||
of_device_is_compatible  104 drivers/usb/host/ohci-ppc-of.c 		of_device_is_compatible(dn, "ohci-be");
of_device_is_compatible  136 drivers/usb/host/ohci-ppc-of.c 		if (of_device_is_compatible(dn, "fsl,mpc5200-ohci"))
of_device_is_compatible  138 drivers/usb/host/ohci-ppc-of.c 		if (of_device_is_compatible(dn, "mpc5200-ohci"))
of_device_is_compatible  115 drivers/usb/host/uhci-platform.c 		if (of_device_is_compatible(np, "aspeed,ast2400-uhci") ||
of_device_is_compatible  116 drivers/usb/host/uhci-platform.c 		    of_device_is_compatible(np, "aspeed,ast2500-uhci")) {
of_device_is_compatible  104 drivers/usb/host/xhci-rcar.c 	return of_device_is_compatible(node, "renesas,xhci-r8a7790") ||
of_device_is_compatible  105 drivers/usb/host/xhci-rcar.c 		of_device_is_compatible(node, "renesas,xhci-r8a7791") ||
of_device_is_compatible  106 drivers/usb/host/xhci-rcar.c 		of_device_is_compatible(node, "renesas,xhci-r8a7793") ||
of_device_is_compatible  107 drivers/usb/host/xhci-rcar.c 		of_device_is_compatible(node, "renesas,rcar-gen2-xhci");
of_device_is_compatible  209 drivers/usb/isp1760/isp1760-if.c 		if (of_device_is_compatible(dp, "nxp,usb-isp1761"))
of_device_is_compatible  879 drivers/usb/musb/musb_dsps.c 	if (of_device_is_compatible(pdev->dev.of_node, "ti,musb-dm816"))
of_device_is_compatible  708 drivers/usb/musb/sunxi.c 	if (!of_device_is_compatible(np, "allwinner,sun8i-h3-musb"))
of_device_is_compatible  717 drivers/usb/musb/sunxi.c 	if (of_device_is_compatible(np, "allwinner,sun4i-a10-musb"))
of_device_is_compatible  720 drivers/usb/musb/sunxi.c 	if (of_device_is_compatible(np, "allwinner,sun6i-a31-musb"))
of_device_is_compatible  723 drivers/usb/musb/sunxi.c 	if (of_device_is_compatible(np, "allwinner,sun8i-a33-musb") ||
of_device_is_compatible  724 drivers/usb/musb/sunxi.c 	    of_device_is_compatible(np, "allwinner,sun8i-h3-musb")) {
of_device_is_compatible  631 drivers/video/fbdev/amba-clcd.c 	if (of_device_is_compatible(panel, "panel-dpi"))
of_device_is_compatible  350 drivers/video/fbdev/offb.c 	} else if (dp && (of_device_is_compatible(dp, "pci1014,b7") ||
of_device_is_compatible  351 drivers/video/fbdev/offb.c 			  of_device_is_compatible(dp, "pci1014,21c"))) {
of_device_is_compatible  370 drivers/video/fbdev/offb.c 	} else if (dp && of_device_is_compatible(dp, "qemu,std-vga")) {
of_device_is_compatible  545 drivers/video/fbdev/simplefb.c 			if (of_device_is_compatible(np, "simple-framebuffer"))
of_device_is_compatible  859 drivers/virt/fsl_hypervisor.c 		if (of_device_is_compatible(np, "fsl,hv-shutdown-doorbell")) {
of_device_is_compatible  863 drivers/virt/fsl_hypervisor.c 		} else if (of_device_is_compatible(np,
of_device_is_compatible  284 drivers/watchdog/aspeed_wdt.c 	if (of_device_is_compatible(np, "aspeed,ast2400-wdt"))
of_device_is_compatible  323 drivers/watchdog/aspeed_wdt.c 	if ((of_device_is_compatible(np, "aspeed,ast2500-wdt")) ||
of_device_is_compatible  324 drivers/watchdog/aspeed_wdt.c 		(of_device_is_compatible(np, "aspeed,ast2600-wdt"))) {
of_device_is_compatible  374 drivers/watchdog/aspeed_wdt.c 		if (of_device_is_compatible(np, "aspeed,ast2400-wdt") ||
of_device_is_compatible  375 drivers/watchdog/aspeed_wdt.c 		    of_device_is_compatible(np, "aspeed,ast2500-wdt"))
of_device_is_compatible  513 drivers/watchdog/orion_wdt.c 	if (of_device_is_compatible(node, "marvell,orion-wdt")) {
of_device_is_compatible  520 drivers/watchdog/orion_wdt.c 	} else if (of_device_is_compatible(node, "marvell,armada-370-wdt") ||
of_device_is_compatible  521 drivers/watchdog/orion_wdt.c 		   of_device_is_compatible(node, "marvell,armada-xp-wdt")) {
of_device_is_compatible  528 drivers/watchdog/orion_wdt.c 	} else if (of_device_is_compatible(node, "marvell,armada-375-wdt") ||
of_device_is_compatible  529 drivers/watchdog/orion_wdt.c 		   of_device_is_compatible(node, "marvell,armada-380-wdt")) {
of_device_is_compatible  343 include/linux/of.h extern int of_device_is_compatible(const struct device_node *device,
of_device_is_compatible   82 sound/ac97/bus.c 		    !of_device_is_compatible(node, compat))
of_device_is_compatible  345 sound/aoa/soundbus/i2sbus/core.c 		if (of_device_is_compatible(np, "i2sbus") ||
of_device_is_compatible  346 sound/aoa/soundbus/i2sbus/core.c 		    of_device_is_compatible(np, "i2s-modem")) {
of_device_is_compatible  899 sound/ppc/pmac.c 			if (of_device_is_compatible(mio, "Keylargo"))
of_device_is_compatible  966 sound/ppc/pmac.c 			if (of_device_is_compatible(chip->node->parent->parent,
of_device_is_compatible 1000 sound/ppc/pmac.c 	if (of_device_is_compatible(sound, "screamer")) {
of_device_is_compatible 1004 sound/ppc/pmac.c 	if (of_device_is_compatible(sound, "burgundy")) {
of_device_is_compatible 1008 sound/ppc/pmac.c 	if (of_device_is_compatible(sound, "daca")) {
of_device_is_compatible 1015 sound/ppc/pmac.c 	if (of_device_is_compatible(sound, "tumbler")) {
of_device_is_compatible 1029 sound/ppc/pmac.c 	if (of_device_is_compatible(sound, "snapper")) {
of_device_is_compatible 1075 sound/ppc/tumbler.c 		if (of_device_is_compatible(np, name))
of_device_is_compatible  401 sound/soc/codecs/sirf-audio-codec.c 	if (of_device_is_compatible(component->dev->of_node, "sirf,prima2-audio-codec")) {
of_device_is_compatible  411 sound/soc/codecs/sirf-audio-codec.c 	if (of_device_is_compatible(component->dev->of_node, "sirf,atlas6-audio-codec")) {
of_device_is_compatible  506 sound/soc/codecs/sirf-audio-codec.c 	if (of_device_is_compatible(pdev->dev.of_node, "sirf,atlas6-audio-codec"))
of_device_is_compatible  542 sound/soc/fsl/fsl-asoc-card.c 	if (of_device_is_compatible(np, "fsl,imx-audio-cs42888")) {
of_device_is_compatible  551 sound/soc/fsl/fsl-asoc-card.c 	} else if (of_device_is_compatible(np, "fsl,imx-audio-cs427x")) {
of_device_is_compatible  555 sound/soc/fsl/fsl-asoc-card.c 	} else if (of_device_is_compatible(np, "fsl,imx-audio-sgtl5000")) {
of_device_is_compatible  559 sound/soc/fsl/fsl-asoc-card.c 	} else if (of_device_is_compatible(np, "fsl,imx-audio-wm8962")) {
of_device_is_compatible  566 sound/soc/fsl/fsl-asoc-card.c 	} else if (of_device_is_compatible(np, "fsl,imx-audio-wm8960")) {
of_device_is_compatible  572 sound/soc/fsl/fsl-asoc-card.c 	} else if (of_device_is_compatible(np, "fsl,imx-audio-ac97")) {
of_device_is_compatible  923 sound/soc/fsl/fsl_asrc.c 	if (of_device_is_compatible(np, "fsl,imx35-asrc")) {
of_device_is_compatible  935 sound/soc/fsl/fsl_esai.c 	if (of_device_is_compatible(np, "fsl,vf610-esai") ||
of_device_is_compatible  936 sound/soc/fsl/fsl_esai.c 	    of_device_is_compatible(np, "fsl,imx35-esai"))
of_device_is_compatible  995 sound/soc/fsl/fsl_sai.c 	    of_device_is_compatible(np, "fsl,imx6ul-sai")) {
of_device_is_compatible   42 sound/soc/fsl/fsl_utils.c 	if (!of_device_is_compatible(dma_channel_np, "fsl,ssi-dma-channel")) {
of_device_is_compatible  540 sound/soc/meson/axg-card.c 	return of_device_is_compatible(np, PREFIX "axg-toddr");
of_device_is_compatible  545 sound/soc/meson/axg-card.c 	return of_device_is_compatible(np, PREFIX "axg-frddr");
of_device_is_compatible  550 sound/soc/meson/axg-card.c 	return of_device_is_compatible(np, PREFIX "axg-tdm-iface");
of_device_is_compatible  555 sound/soc/meson/axg-card.c 	return of_device_is_compatible(np, PREFIX "g12a-tohdmitx");
of_device_is_compatible  431 sound/soc/rockchip/rk3399_gru_sound.c 		if (!of_device_is_compatible(np_codec,
of_device_is_compatible  341 sound/soc/sunxi/sun4i-codec.c 	if (of_device_is_compatible(scodec->dev->of_node,
of_device_is_compatible  343 sound/soc/sunxi/sun4i-codec.c 	    of_device_is_compatible(scodec->dev->of_node,
of_device_is_compatible  350 sound/soc/sunxi/sun4i-codec.c 	if (of_device_is_compatible(scodec->dev->of_node,
of_device_is_compatible  136 sound/soc/xilinx/xlnx_i2s.c 	if (of_device_is_compatible(node, "xlnx,i2s-transmitter-1.0")) {
of_device_is_compatible  144 sound/soc/xilinx/xlnx_i2s.c 	} else if (of_device_is_compatible(node, "xlnx,i2s-receiver-1.0")) {