Searched refs:of_device_is_compatible (Results 151 - 175 of 412) sorted by relevance

1234567891011>>

/linux-master/drivers/i2c/busses/
H A Di2c-octeon-platdrv.c142 cn78xx_style = of_device_is_compatible(node, "cavium,octeon-7890-twsi");
/linux-master/drivers/clk/keystone/
H A Dsyscon-clk.c131 if (of_device_is_compatible(dev->of_node, "ti,am62-audio-refclk") &&
/linux-master/drivers/irqchip/
H A Dirq-ti-sci-intr.c154 if (of_device_is_compatible(parent_node, "arm,gic-v3")) {
H A Dirq-versatile-fpga.c238 if (of_device_is_compatible(node, "arm,versatile-sic"))
H A Dirq-riscv-intc.c239 if (of_device_is_compatible(node, "andestech,cpu-intc")) {
/linux-master/drivers/soc/tegra/fuse/
H A Dfuse-tegra20.c94 return of_device_is_compatible(np, "nvidia,tegra20-apbdma");
/linux-master/drivers/mmc/host/
H A Dcavium-thunderx.c139 if (of_device_is_compatible(child_node, "mmc-slot")) {
/linux-master/arch/powerpc/platforms/maple/
H A Dsetup.c210 if (of_device_is_compatible(np, "open-pic")) {
/linux-master/drivers/net/ethernet/ibm/emac/
H A Drgmii.c251 if (of_device_is_compatible(ofdev->dev.of_node, "ibm,rgmii-axon"))
/linux-master/sound/soc/fsl/
H A Dimx-hdmi.c157 if (of_device_is_compatible(np, "fsl,imx-audio-sii902x")) {
H A Dfsl_asrc.c1150 if (of_device_is_compatible(np, "fsl,imx35-asrc")) {
1153 } else if (of_device_is_compatible(np, "fsl,imx53-asrc")) {
1156 } else if (of_device_is_compatible(np, "fsl,imx8qm-asrc") ||
1157 of_device_is_compatible(np, "fsl,imx8qxp-asrc")) {
1168 if (of_device_is_compatible(np, "fsl,imx8qm-asrc")) {
/linux-master/drivers/phy/ralink/
H A Dphy-ralink-usb.c190 if (of_device_is_compatible(dev->of_node, "mediatek,mt7628-usbphy")) {
/linux-master/drivers/mmc/core/
H A Dquirks.h196 if (of_device_is_compatible(np, compatible)) {
/linux-master/drivers/of/
H A Ddevice.c62 if (of_device_is_compatible(node, "restricted-dma-pool") &&
/linux-master/drivers/fpga/
H A Dof-fpga-region.c57 if (of_device_is_compatible(np, "fpga-region")) {
/linux-master/drivers/memory/
H A Demif.c891 if (of_device_is_compatible(np_ddr, "jedec,lpddr2-s4"))
893 else if (of_device_is_compatible(np_ddr, "jedec,lpddr2-s2"))
940 if (of_device_is_compatible(np_emif, "ti,emif-4d"))
942 else if (of_device_is_compatible(np_emif, "ti,emif-4d5"))
/linux-master/drivers/pwm/
H A Dpwm-cros-ec.c272 if (of_device_is_compatible(np, "google,cros-ec-pwm-type")) {
H A Dpwm-spear.c216 if (of_device_is_compatible(np, "st,spear1340-pwm")) {
/linux-master/drivers/pmdomain/xilinx/
H A Dzynqmp-pm-domains.c271 if (!of_device_is_compatible(dev->parent->of_node,
/linux-master/drivers/phy/marvell/
H A Dphy-berlin-sata.c224 if (of_device_is_compatible(dev->of_node, "marvell,berlin2-sata-phy"))
/linux-master/drivers/clk/qcom/
H A Dgpucc-sm8150.c302 if (of_device_is_compatible(pdev->dev.of_node, "qcom,sc8180x-gpucc"))
/linux-master/drivers/firmware/arm_scmi/
H A Dmailbox.c186 if (!of_device_is_compatible(shmem, "arm,scmi-shmem")) {
/linux-master/drivers/edac/
H A Dxgene_edac.c1939 if (of_device_is_compatible(child, "apm,xgene-edac-mc"))
1941 if (of_device_is_compatible(child, "apm,xgene-edac-pmd"))
1943 if (of_device_is_compatible(child, "apm,xgene-edac-pmd-v2"))
1945 if (of_device_is_compatible(child, "apm,xgene-edac-l3"))
1947 if (of_device_is_compatible(child, "apm,xgene-edac-l3-v2"))
1949 if (of_device_is_compatible(child, "apm,xgene-edac-soc"))
1951 if (of_device_is_compatible(child, "apm,xgene-edac-soc-v1"))
/linux-master/drivers/mfd/
H A Dstmpe.c1352 if (of_device_is_compatible(child, stmpe_gpio_cell.of_compatible))
1354 else if (of_device_is_compatible(child, stmpe_keypad_cell.of_compatible))
1356 else if (of_device_is_compatible(child, stmpe_ts_cell.of_compatible))
1358 else if (of_device_is_compatible(child, stmpe_adc_cell.of_compatible))
1360 else if (of_device_is_compatible(child, stmpe_pwm_cell.of_compatible))
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom.c329 bool is_apq = of_device_is_compatible(dev->of_node, "qcom,pcie-apq8064");
432 if (of_device_is_compatible(node, "qcom,pcie-ipq8064") ||
433 of_device_is_compatible(node, "qcom,pcie-ipq8064-v2")) {
444 if (of_device_is_compatible(node, "qcom,pcie-ipq8064")) {
455 if (!of_device_is_compatible(node, "qcom,pcie-apq8064"))
661 bool is_ipq = of_device_is_compatible(dev->of_node, "qcom,pcie-ipq4019");

Completed in 408 milliseconds

1234567891011>>