Home
last modified time | relevance | path

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

123

/linux-6.1.9/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.1.9/drivers/soc/fsl/dpio/
Ddpio-driver.c60 if (soc_device_match(ls1088a_soc)) { in dpaa2_dpio_get_cluster_sdest()
63 } else if (soc_device_match(ls2080a_soc) || in dpaa2_dpio_get_cluster_sdest()
64 soc_device_match(ls2088a_soc) || in dpaa2_dpio_get_cluster_sdest()
65 soc_device_match(lx2160a_soc)) { in dpaa2_dpio_get_cluster_sdest()
/linux-6.1.9/drivers/soc/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.c76 attr = soc_device_match(r8a7795_quirks_match); in r8a7795_sysc_init()
/linux-6.1.9/drivers/base/
Dsoc.c241 const struct soc_device_attribute *soc_device_match( in soc_device_match() function
265 EXPORT_SYMBOL_GPL(soc_device_match);
/linux-6.1.9/drivers/dma/ti/
Dk3-psil.c37 soc = soc_device_match(k3_soc_devices); in psil_get_ep_config()
/linux-6.1.9/drivers/mmc/host/
Dsdhci-of-esdhc.c1354 if (soc_device_match(soc_incorrect_hostver)) in esdhc_init()
1359 if (soc_device_match(soc_fixup_sdhc_clkdivs)) in esdhc_init()
1364 if (soc_device_match(soc_unreliable_pulse_detection)) in esdhc_init()
1451 if (soc_device_match(soc_tuning_erratum_type1)) in sdhci_esdhc_probe()
1456 if (soc_device_match(soc_tuning_erratum_type2)) in sdhci_esdhc_probe()
Drenesas_sdhi_internal_dmac.c554 attr = soc_device_match(sdhi_quirks_match); in renesas_sdhi_internal_dmac_probe()
/linux-6.1.9/drivers/usb/host/
Dxhci-rcar.c144 attr = soc_device_match(rcar_quirks_match); in xhci_rcar_download_firmware()
Dehci-platform.c303 if (soc_device_match(quirk_poll_match)) in ehci_platform_probe()
/linux-6.1.9/drivers/media/platform/renesas/vsp1/
Dvsp1_uif.c253 if (soc_device_match(vsp1_r8a7796)) in vsp1_uif_create()
/linux-6.1.9/drivers/phy/ralink/
Dphy-mt7621-pci.c305 attr = soc_device_match(mt7621_pci_quirks_match); in mt7621_pci_phy_probe()
/linux-6.1.9/drivers/watchdog/
Drenesas_wdt.c199 attr = soc_device_match(rwdt_quirks_match); in rwdt_blacklisted()
/linux-6.1.9/drivers/clk/renesas/
Drcar-gen2-cpg.c385 attr = soc_device_match(cpg_quirks_match); in rcar_gen2_cpg_init()
Dr8a7795-cpg-mssr.c460 if (soc_device_match(r8a7795es1)) { in r8a7795_cpg_mssr_init()
Drcar-gen3-cpg.c535 attr = soc_device_match(cpg_quirks_match); in rcar_gen3_cpg_init()
/linux-6.1.9/drivers/iommu/
Dipmmu-vmsa.c750 if (!soc_device_match(soc_needs_opt_in)) in ipmmu_device_is_allowed()
754 if (soc_device_match(soc_denylist)) in ipmmu_device_is_allowed()
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-ipq806x.c335 soc = soc_device_match(ipq806x_gmac_soc_v1); in ipq806x_gmac_configure_qsgmii_params()
/linux-6.1.9/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.1.9/drivers/phy/ti/
Dphy-omap-usb2.c361 if (soc_device_match(am65x_sr10_soc_devices)) in omap_usb2_init_errata()
/linux-6.1.9/drivers/gpu/drm/meson/
Dmeson_drv.c278 if (soc_device_match(meson_drm_soc_attrs[i].attrs)) { in meson_drv_bind_master()
/linux-6.1.9/drivers/pci/controller/
Dpcie-mt7621.c494 attr = soc_device_match(mt7621_pcie_quirks_match); in mt7621_pcie_probe()
/linux-6.1.9/drivers/thermal/
Drcar_gen3_thermal.c470 if (soc_device_match(r8a7795es1)) in rcar_gen3_thermal_probe()
/linux-6.1.9/drivers/rtc/
Drtc-ti-k3.c213 if (soc_device_match(has_erratum_i2327)) { in k3rtc_configure()

123