Home
last modified time | relevance | path

Searched refs:soc_device_match (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.6.21/include/linux/
Dsys_soc.h41 const struct soc_device_attribute *soc_device_match(
44 static inline const struct soc_device_attribute *soc_device_match( in soc_device_match() function
/linux-6.6.21/drivers/soc/fsl/dpio/
Ddpio-driver.c59 if (soc_device_match(ls1088a_soc)) { in dpaa2_dpio_get_cluster_sdest()
62 } else if (soc_device_match(ls2080a_soc) || in dpaa2_dpio_get_cluster_sdest()
63 soc_device_match(ls2088a_soc) || in dpaa2_dpio_get_cluster_sdest()
64 soc_device_match(lx2160a_soc)) { in dpaa2_dpio_get_cluster_sdest()
/linux-6.6.21/drivers/pmdomain/renesas/
Dr8a774c0-sysc.c39 if (soc_device_match(r8a774c0)) { in r8a774c0_sysc_init()
Dr8a77990-sysc.c39 if (soc_device_match(r8a77990)) { in r8a77990_sysc_init()
Dr8a7795-sysc.c70 attr = soc_device_match(r8a7795_quirks_match); in r8a7795_sysc_init()
/linux-6.6.21/drivers/base/
Dsoc.c258 const struct soc_device_attribute *soc_device_match( in soc_device_match() function
282 EXPORT_SYMBOL_GPL(soc_device_match);
/linux-6.6.21/drivers/dma/ti/
Dk3-psil.c40 soc = soc_device_match(k3_soc_devices); in psil_get_ep_config()
/linux-6.6.21/drivers/mmc/host/
Dsdhci-of-esdhc.c1359 if (soc_device_match(soc_incorrect_hostver)) in esdhc_init()
1364 if (soc_device_match(soc_fixup_sdhc_clkdivs)) in esdhc_init()
1369 if (soc_device_match(soc_unreliable_pulse_detection)) in esdhc_init()
1456 if (soc_device_match(soc_tuning_erratum_type1)) in sdhci_esdhc_probe()
1461 if (soc_device_match(soc_tuning_erratum_type2)) in sdhci_esdhc_probe()
Drenesas_sdhi_internal_dmac.c586 attr = soc_device_match(sdhi_quirks_match); in renesas_sdhi_internal_dmac_probe()
/linux-6.6.21/drivers/phy/cadence/
Dcdns-dphy-rx.c177 soc = soc_device_match(cdns_dphy_socinfo); in cdns_dphy_rx_configure()
/linux-6.6.21/drivers/media/platform/renesas/vsp1/
Dvsp1_uif.c253 if (soc_device_match(vsp1_r8a7796)) in vsp1_uif_create()
/linux-6.6.21/drivers/phy/ralink/
Dphy-mt7621-pci.c304 attr = soc_device_match(mt7621_pci_quirks_match); in mt7621_pci_phy_probe()
/linux-6.6.21/drivers/watchdog/
Drenesas_wdt.c199 attr = soc_device_match(rwdt_quirks_match); in rwdt_blacklisted()
/linux-6.6.21/drivers/clk/renesas/
Drcar-gen2-cpg.c385 attr = soc_device_match(cpg_quirks_match); in rcar_gen2_cpg_init()
Dr8a7795-cpg-mssr.c363 if (soc_device_match(r8a7795_denylist)) in r8a7795_cpg_mssr_init()
Drcar-gen3-cpg.c549 attr = soc_device_match(cpg_quirks_match); in rcar_gen3_cpg_init()
/linux-6.6.21/drivers/iommu/
Dipmmu-vmsa.c716 if (!soc_device_match(soc_needs_opt_in)) in ipmmu_device_is_allowed()
720 if (soc_device_match(soc_denylist)) in ipmmu_device_is_allowed()
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-ipq806x.c335 soc = soc_device_match(ipq806x_gmac_soc_v1); in ipq806x_gmac_configure_qsgmii_params()
/linux-6.6.21/drivers/thermal/ti-soc-thermal/
Dti-bandgap.c1040 if (!soc_device_match(soc_no_cpu_notifier)) in ti_bandgap_probe()
1077 if (!soc_device_match(soc_no_cpu_notifier)) in ti_bandgap_remove()
/linux-6.6.21/drivers/usb/host/
Dehci-platform.c303 if (soc_device_match(quirk_poll_match)) in ehci_platform_probe()
/linux-6.6.21/drivers/phy/ti/
Dphy-omap-usb2.c361 if (soc_device_match(am65x_sr10_soc_devices)) in omap_usb2_init_errata()
/linux-6.6.21/drivers/gpu/drm/meson/
Dmeson_drv.c279 if (soc_device_match(meson_drm_soc_attrs[i].attrs)) { in meson_drv_bind_master()
/linux-6.6.21/drivers/pci/controller/
Dpcie-mt7621.c496 attr = soc_device_match(mt7621_pcie_quirks_match); in mt7621_pcie_probe()
/linux-6.6.21/drivers/rtc/
Drtc-ti-k3.c213 if (soc_device_match(has_erratum_i2327)) { in k3rtc_configure()
/linux-6.6.21/drivers/gpu/drm/omapdrm/dss/
Ddpi.c685 if (!soc_device_match(dpi_soc_devices)) in dpi_init_regulator()

123