/kernel/linux/linux-6.6/arch/powerpc/platforms/83xx/ |
H A D | usb_831x.c | 47 if (immr_node && (of_device_is_compatible(immr_node, "fsl,mpc8315-immr") || in mpc831x_usb_cfg() 48 of_device_is_compatible(immr_node, "fsl,mpc8308-immr"))) in mpc831x_usb_cfg() 59 if (of_device_is_compatible(immr_node, "fsl,mpc8308-immr")) { in mpc831x_usb_cfg() 63 } else if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr")) { in mpc831x_usb_cfg() 96 if (of_device_is_compatible(immr_node, "fsl,mpc8308-immr")) in mpc831x_usb_cfg() 99 if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr")) in mpc831x_usb_cfg() 112 if (!of_device_is_compatible(immr_node, "fsl,mpc8308-immr")) { in mpc831x_usb_cfg()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fsl-mph-dr-of.c | 139 if (of_device_is_compatible(np, "fsl-usb2-dr")) { in usb_get_ver_info() 140 if (of_device_is_compatible(np, "fsl-usb2-dr-v1.6")) in usb_get_ver_info() 142 else if (of_device_is_compatible(np, "fsl-usb2-dr-v2.2")) in usb_get_ver_info() 144 else if (of_device_is_compatible(np, "fsl-usb2-dr-v2.4")) in usb_get_ver_info() 146 else if (of_device_is_compatible(np, "fsl-usb2-dr-v2.5")) in usb_get_ver_info() 155 if (of_device_is_compatible(np, "fsl,mpc5121-usb2-dr")) in usb_get_ver_info() 158 if (of_device_is_compatible(np, "fsl-usb2-mph")) { in usb_get_ver_info() 159 if (of_device_is_compatible(np, "fsl-usb2-mph-v1.6")) in usb_get_ver_info() 161 else if (of_device_is_compatible(np, "fsl-usb2-mph-v2.2")) in usb_get_ver_info() 163 else if (of_device_is_compatible(n in usb_get_ver_info() [all...] |
H A D | ohci-ppc-of.c | 103 of_device_is_compatible(dn, "ohci-bigendian") || in ohci_hcd_ppc_of_probe() 104 of_device_is_compatible(dn, "ohci-be"); in ohci_hcd_ppc_of_probe() 136 if (of_device_is_compatible(dn, "fsl,mpc5200-ohci")) in ohci_hcd_ppc_of_probe() 138 if (of_device_is_compatible(dn, "mpc5200-ohci")) in ohci_hcd_ppc_of_probe()
|
H A D | xhci-rcar.c | 104 return of_device_is_compatible(node, "renesas,xhci-r8a7790") || in xhci_rcar_is_gen2() 105 of_device_is_compatible(node, "renesas,xhci-r8a7791") || in xhci_rcar_is_gen2() 106 of_device_is_compatible(node, "renesas,xhci-r8a7793") || in xhci_rcar_is_gen2() 107 of_device_is_compatible(node, "renesas,rcar-gen2-xhci"); in xhci_rcar_is_gen2()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | fsl-mph-dr-of.c | 142 if (of_device_is_compatible(np, "fsl-usb2-dr")) { in usb_get_ver_info() 143 if (of_device_is_compatible(np, "fsl-usb2-dr-v1.6")) in usb_get_ver_info() 145 else if (of_device_is_compatible(np, "fsl-usb2-dr-v2.2")) in usb_get_ver_info() 147 else if (of_device_is_compatible(np, "fsl-usb2-dr-v2.4")) in usb_get_ver_info() 149 else if (of_device_is_compatible(np, "fsl-usb2-dr-v2.5")) in usb_get_ver_info() 158 if (of_device_is_compatible(np, "fsl,mpc5121-usb2-dr")) in usb_get_ver_info() 161 if (of_device_is_compatible(np, "fsl-usb2-mph")) { in usb_get_ver_info() 162 if (of_device_is_compatible(np, "fsl-usb2-mph-v1.6")) in usb_get_ver_info() 164 else if (of_device_is_compatible(np, "fsl-usb2-mph-v2.2")) in usb_get_ver_info() 166 else if (of_device_is_compatible(n in usb_get_ver_info() [all...] |
H A D | ohci-ppc-of.c | 101 of_device_is_compatible(dn, "ohci-bigendian") || in ohci_hcd_ppc_of_probe() 102 of_device_is_compatible(dn, "ohci-be"); in ohci_hcd_ppc_of_probe() 134 if (of_device_is_compatible(dn, "fsl,mpc5200-ohci")) in ohci_hcd_ppc_of_probe() 136 if (of_device_is_compatible(dn, "mpc5200-ohci")) in ohci_hcd_ppc_of_probe()
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-impl.c | 217 if (of_device_is_compatible(np, "nvidia,tegra194-smmu")) in arm_smmu_impl_init() 220 if (of_device_is_compatible(np, "qcom,sdm845-smmu-500") || in arm_smmu_impl_init() 221 of_device_is_compatible(np, "qcom,sc7180-smmu-500") || in arm_smmu_impl_init() 222 of_device_is_compatible(np, "qcom,sm8150-smmu-500") || in arm_smmu_impl_init() 223 of_device_is_compatible(np, "qcom,sm8250-smmu-500")) in arm_smmu_impl_init() 226 if (of_device_is_compatible(np, "marvell,ap806-smmu-500")) in arm_smmu_impl_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun4i_drv.c | 153 return of_device_is_compatible(node, "hdmi-connector"); in sun4i_drv_node_is_connector() 158 return of_device_is_compatible(node, "allwinner,sun4i-a10-display-frontend") || in sun4i_drv_node_is_frontend() 159 of_device_is_compatible(node, "allwinner,sun5i-a13-display-frontend") || in sun4i_drv_node_is_frontend() 160 of_device_is_compatible(node, "allwinner,sun6i-a31-display-frontend") || in sun4i_drv_node_is_frontend() 161 of_device_is_compatible(node, "allwinner,sun7i-a20-display-frontend") || in sun4i_drv_node_is_frontend() 162 of_device_is_compatible(node, "allwinner,sun8i-a23-display-frontend") || in sun4i_drv_node_is_frontend() 163 of_device_is_compatible(node, "allwinner,sun8i-a33-display-frontend") || in sun4i_drv_node_is_frontend() 164 of_device_is_compatible(node, "allwinner,sun9i-a80-display-frontend"); in sun4i_drv_node_is_frontend() 169 return of_device_is_compatible(node, "allwinner,sun9i-a80-deu"); in sun4i_drv_node_is_deu()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun4i_drv.c | 155 return of_device_is_compatible(node, "hdmi-connector"); in sun4i_drv_node_is_connector() 160 return of_device_is_compatible(node, "allwinner,sun4i-a10-display-frontend") || in sun4i_drv_node_is_frontend() 161 of_device_is_compatible(node, "allwinner,sun5i-a13-display-frontend") || in sun4i_drv_node_is_frontend() 162 of_device_is_compatible(node, "allwinner,sun6i-a31-display-frontend") || in sun4i_drv_node_is_frontend() 163 of_device_is_compatible(node, "allwinner,sun7i-a20-display-frontend") || in sun4i_drv_node_is_frontend() 164 of_device_is_compatible(node, "allwinner,sun8i-a23-display-frontend") || in sun4i_drv_node_is_frontend() 165 of_device_is_compatible(node, "allwinner,sun8i-a33-display-frontend") || in sun4i_drv_node_is_frontend() 166 of_device_is_compatible(node, "allwinner,sun9i-a80-display-frontend"); in sun4i_drv_node_is_frontend() 171 return of_device_is_compatible(node, "allwinner,sun9i-a80-deu"); in sun4i_drv_node_is_deu()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/ |
H A D | usb.c | 126 if (immr_node && (of_device_is_compatible(immr_node, "fsl,mpc8315-immr") || in mpc831x_usb_cfg() 127 of_device_is_compatible(immr_node, "fsl,mpc8308-immr"))) in mpc831x_usb_cfg() 138 if (of_device_is_compatible(immr_node, "fsl,mpc8308-immr")) { in mpc831x_usb_cfg() 142 } else if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr")) { in mpc831x_usb_cfg() 176 if (of_device_is_compatible(immr_node, "fsl,mpc8308-immr")) in mpc831x_usb_cfg() 179 if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr")) in mpc831x_usb_cfg() 192 if (!of_device_is_compatible(immr_node, "fsl,mpc8308-immr")) { in mpc831x_usb_cfg()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_platform.c | 340 if (of_device_is_compatible(plat->mdio_node, in stmmac_dt_phy() 489 if (of_device_is_compatible(np, "st,spear600-gmac") || in stmmac_probe_config_dt() 490 of_device_is_compatible(np, "snps,dwmac-3.50a") || in stmmac_probe_config_dt() 491 of_device_is_compatible(np, "snps,dwmac-3.70a") || in stmmac_probe_config_dt() 492 of_device_is_compatible(np, "snps,dwmac")) { in stmmac_probe_config_dt() 513 if (of_device_is_compatible(np, "snps,dwmac-3.40a")) { in stmmac_probe_config_dt() 521 if (of_device_is_compatible(np, "snps,dwmac-4.00") || in stmmac_probe_config_dt() 522 of_device_is_compatible(np, "snps,dwmac-4.10a") || in stmmac_probe_config_dt() 523 of_device_is_compatible(np, "snps,dwmac-4.20a") || in stmmac_probe_config_dt() 524 of_device_is_compatible(n in stmmac_probe_config_dt() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_platform.c | 339 if (of_device_is_compatible(plat->mdio_node, in stmmac_dt_phy() 487 if (of_device_is_compatible(np, "st,spear600-gmac") || in stmmac_probe_config_dt() 488 of_device_is_compatible(np, "snps,dwmac-3.50a") || in stmmac_probe_config_dt() 489 of_device_is_compatible(np, "snps,dwmac-3.70a") || in stmmac_probe_config_dt() 490 of_device_is_compatible(np, "snps,dwmac")) { in stmmac_probe_config_dt() 511 if (of_device_is_compatible(np, "snps,dwmac-3.40a")) { in stmmac_probe_config_dt() 519 if (of_device_is_compatible(np, "snps,dwmac-4.00") || in stmmac_probe_config_dt() 520 of_device_is_compatible(np, "snps,dwmac-4.10a") || in stmmac_probe_config_dt() 521 of_device_is_compatible(np, "snps,dwmac-4.20a") || in stmmac_probe_config_dt() 522 of_device_is_compatible(n in stmmac_probe_config_dt() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 803 if (of_device_is_compatible(dev, "u3-agp")) { in pmac_add_bridge() 807 } else if (of_device_is_compatible(dev, "u3-ht")) { in pmac_add_bridge() 811 } else if (of_device_is_compatible(dev, "u4-pcie")) { in pmac_add_bridge() 822 if (of_device_is_compatible(dev, "uni-north")) { in pmac_add_bridge() 973 of_device_is_compatible(node->parent, "uni-north"); in pmac_pci_enable_device_hook() 979 (of_device_is_compatible(node, "pci106b,18") || in pmac_pci_enable_device_hook() 980 of_device_is_compatible(node, "pci106b,30") || in pmac_pci_enable_device_hook() 981 of_device_is_compatible(node, "pci11c1,5811"))) { in pmac_pci_enable_device_hook() 987 of_device_is_compatible(node, "gmac")) { in pmac_pci_enable_device_hook() 1034 if (nd->parent && (of_device_is_compatible(n in pmac_pcibios_after_init() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 804 if (of_device_is_compatible(dev, "u3-agp")) { in pmac_add_bridge() 808 } else if (of_device_is_compatible(dev, "u3-ht")) { in pmac_add_bridge() 812 } else if (of_device_is_compatible(dev, "u4-pcie")) { in pmac_add_bridge() 823 if (of_device_is_compatible(dev, "uni-north")) { in pmac_add_bridge() 978 of_device_is_compatible(node->parent, "uni-north"); in pmac_pci_enable_device_hook() 984 (of_device_is_compatible(node, "pci106b,18") || in pmac_pci_enable_device_hook() 985 of_device_is_compatible(node, "pci106b,30") || in pmac_pci_enable_device_hook() 986 of_device_is_compatible(node, "pci11c1,5811"))) { in pmac_pci_enable_device_hook() 992 of_device_is_compatible(node, "gmac")) { in pmac_pci_enable_device_hook() 1039 if (nd->parent && (of_device_is_compatible(n in pmac_pcibios_after_init() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-highbank/ |
H A D | highbank.c | 78 if (of_device_is_compatible(dev->of_node, "calxeda,hb-ahci")) in highbank_platform_notifier() 80 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-sdhci")) in highbank_platform_notifier() 82 else if (of_device_is_compatible(dev->of_node, "arm,pl330")) in highbank_platform_notifier() 84 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-xgmac")) { in highbank_platform_notifier()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/ |
H A D | ge_imp3a.c | 67 if (of_device_is_compatible(np, "gef,fpga-pic-1.00")) { in ge_imp3a_pic_init() 88 if (of_device_is_compatible(np, "fsl,mpc8540-pci") || in ge_imp3a_pci_assign_primary() 89 of_device_is_compatible(np, "fsl,mpc8548-pcie") || in ge_imp3a_pci_assign_primary() 90 of_device_is_compatible(np, "fsl,p2020-pcie")) { in ge_imp3a_pci_assign_primary()
|
/kernel/linux/linux-6.6/arch/arm/mach-highbank/ |
H A D | highbank.c | 78 if (of_device_is_compatible(dev->of_node, "calxeda,hb-ahci")) in highbank_platform_notifier() 80 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-sdhci")) in highbank_platform_notifier() 82 else if (of_device_is_compatible(dev->of_node, "arm,pl330")) in highbank_platform_notifier() 84 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-xgmac")) { in highbank_platform_notifier()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/ |
H A D | ge_imp3a.c | 67 if (of_device_is_compatible(np, "gef,fpga-pic-1.00")) { in ge_imp3a_pic_init() 88 if (of_device_is_compatible(np, "fsl,mpc8540-pci") || in ge_imp3a_pci_assign_primary() 89 of_device_is_compatible(np, "fsl,mpc8548-pcie") || in ge_imp3a_pci_assign_primary() 90 of_device_is_compatible(np, "fsl,p2020-pcie")) { in ge_imp3a_pci_assign_primary()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 237 if (!of_device_is_compatible(isa_brg, "ibm,power8-lpc") || in add_legacy_isa_port() 306 if (of_device_is_compatible(pci_dev, "pci13a8,152") || in add_legacy_pci_port() 307 of_device_is_compatible(pci_dev, "pci13a8,154") || in add_legacy_pci_port() 308 of_device_is_compatible(pci_dev, "pci13a8,158")) { in add_legacy_pci_port() 429 if (of_device_is_compatible(np, "pciclass,0700") || in find_legacy_serial_ports() 430 of_device_is_compatible(np, "pciclass,070002")) in find_legacy_serial_ports() 432 else if (of_device_is_compatible(parent, "pciclass,0700") || in find_legacy_serial_ports() 433 of_device_is_compatible(parent, "pciclass,070002")) in find_legacy_serial_ports() 482 if (of_device_is_compatible(np, "fsl,ns16550")) { in fixup_port_irq()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 239 if (!of_device_is_compatible(isa_brg, "ibm,power8-lpc") || in add_legacy_isa_port() 308 if (of_device_is_compatible(pci_dev, "pci13a8,152") || in add_legacy_pci_port() 309 of_device_is_compatible(pci_dev, "pci13a8,154") || in add_legacy_pci_port() 310 of_device_is_compatible(pci_dev, "pci13a8,158")) { in add_legacy_pci_port() 457 if (of_device_is_compatible(np, "pciclass,0700") || in find_legacy_serial_ports() 458 of_device_is_compatible(np, "pciclass,070002")) in find_legacy_serial_ports() 460 else if (of_device_is_compatible(parent, "pciclass,0700") || in find_legacy_serial_ports() 461 of_device_is_compatible(parent, "pciclass,070002")) in find_legacy_serial_ports() 512 of_device_is_compatible(np, "fsl,ns16550")) { in fixup_port_irq()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-pltfm.c | 66 if (of_device_is_compatible(np, "fsl,p2020-rev1-esdhc")) in sdhci_get_compatibility() 69 if (of_device_is_compatible(np, "fsl,p2020-esdhc") || in sdhci_get_compatibility() 70 of_device_is_compatible(np, "fsl,p1010-esdhc") || in sdhci_get_compatibility() 71 of_device_is_compatible(np, "fsl,t4240-esdhc") || in sdhci_get_compatibility() 72 of_device_is_compatible(np, "fsl,mpc8536-esdhc")) in sdhci_get_compatibility()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-pltfm.c | 65 if (of_device_is_compatible(np, "fsl,p2020-rev1-esdhc")) in sdhci_get_compatibility() 68 if (of_device_is_compatible(np, "fsl,p2020-esdhc") || in sdhci_get_compatibility() 69 of_device_is_compatible(np, "fsl,p1010-esdhc") || in sdhci_get_compatibility() 70 of_device_is_compatible(np, "fsl,t4240-esdhc") || in sdhci_get_compatibility() 71 of_device_is_compatible(np, "fsl,mpc8536-esdhc")) in sdhci_get_compatibility()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-of.c | 46 if (!of_device_is_compatible(np, "fsl,spi") && in of_gpio_spi_cs_get_count() 47 !of_device_is_compatible(np, "aeroflexgaisler,spictrl") && in of_gpio_spi_cs_get_count() 48 !of_device_is_compatible(np, "ibm,ppc4xx-spi")) in of_gpio_spi_cs_get_count() 143 (of_device_is_compatible(np, "regulator-fixed") || in of_gpio_flags_quirks() 144 of_device_is_compatible(np, "reg-fixed-voltage") || in of_gpio_flags_quirks() 147 of_device_is_compatible(np, "regulator-gpio")))) { in of_gpio_flags_quirks() 168 of_device_is_compatible(np, "reg-fixed-voltage") && in of_gpio_flags_quirks() 387 if (!of_device_is_compatible(np, "spi-gpio") || !con_id) in of_find_spi_gpio() 413 if (!of_device_is_compatible(np, "fsl,spi") && in of_find_spi_cs_gpio() 414 !of_device_is_compatible(n in of_find_spi_cs_gpio() [all...] |
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-impl.c | 217 if (of_device_is_compatible(np, "nvidia,tegra234-smmu") || in arm_smmu_impl_init() 218 of_device_is_compatible(np, "nvidia,tegra194-smmu") || in arm_smmu_impl_init() 219 of_device_is_compatible(np, "nvidia,tegra186-smmu")) in arm_smmu_impl_init() 225 if (of_device_is_compatible(np, "marvell,ap806-smmu-500")) in arm_smmu_impl_init()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl-asoc-card.c | 630 if (of_device_is_compatible(np, "fsl,imx-audio-cs42888")) { in fsl_asoc_card_probe() 638 } else if (of_device_is_compatible(np, "fsl,imx-audio-cs427x")) { in fsl_asoc_card_probe() 642 } else if (of_device_is_compatible(np, "fsl,imx-audio-sgtl5000")) { in fsl_asoc_card_probe() 646 } else if (of_device_is_compatible(np, "fsl,imx-audio-tlv320aic32x4")) { in fsl_asoc_card_probe() 649 } else if (of_device_is_compatible(np, "fsl,imx-audio-tlv320aic31xx")) { in fsl_asoc_card_probe() 658 } else if (of_device_is_compatible(np, "fsl,imx-audio-wm8962")) { in fsl_asoc_card_probe() 664 } else if (of_device_is_compatible(np, "fsl,imx-audio-wm8960")) { in fsl_asoc_card_probe() 669 } else if (of_device_is_compatible(np, "fsl,imx-audio-ac97")) { in fsl_asoc_card_probe() 674 } else if (of_device_is_compatible(np, "fsl,imx-audio-mqs")) { in fsl_asoc_card_probe() 683 } else if (of_device_is_compatible(n in fsl_asoc_card_probe() [all...] |