Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/linux/
Dsys_soc.h40 const struct soc_device_attribute *soc_device_match(
43 static inline const struct soc_device_attribute *soc_device_match( in soc_device_match() function
/Linux-v5.4/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-v5.4/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.c64 if (!soc_device_match(r8a7795es1)) in r8a7795_sysc_init()
/Linux-v5.4/drivers/base/
Dsoc.c241 const struct soc_device_attribute *soc_device_match( in soc_device_match() function
267 EXPORT_SYMBOL_GPL(soc_device_match);
/Linux-v5.4/drivers/mmc/host/
Dsdhci-of-esdhc.c1033 if (soc_device_match(soc_incorrect_hostver)) in esdhc_init()
1038 if (soc_device_match(soc_fixup_sdhc_clkdivs)) in esdhc_init()
1043 if (soc_device_match(soc_unreliable_pulse_detection)) in esdhc_init()
1117 if (soc_device_match(soc_fixup_tuning)) in sdhci_esdhc_probe()
Drenesas_sdhi_internal_dmac.c325 const struct soc_device_attribute *soc = soc_device_match(soc_whitelist); in renesas_sdhi_internal_dmac_probe()
Drenesas_sdhi_core.c655 attr = soc_device_match(sdhi_quirks_match); in renesas_sdhi_probe()
Dsdhci-omap.c1075 soc = soc_device_match(sdhci_omap_soc_devices); in sdhci_omap_probe()
/Linux-v5.4/drivers/usb/host/
Dxhci-rcar.c137 attr = soc_device_match(rcar_quirks_match); in xhci_rcar_download_firmware()
/Linux-v5.4/drivers/media/platform/vsp1/
Dvsp1_uif.c250 if (soc_device_match(vsp1_r8a7796)) in vsp1_uif_create()
/Linux-v5.4/drivers/watchdog/
Drenesas_wdt.c177 attr = soc_device_match(rwdt_quirks_match); in rwdt_blacklisted()
/Linux-v5.4/drivers/clk/renesas/
Drcar-gen2-cpg.c383 attr = soc_device_match(cpg_quirks_match); in rcar_gen2_cpg_init()
Dr8a7795-cpg-mssr.c442 if (soc_device_match(r8a7795es1)) { in r8a7795_cpg_mssr_init()
Drcar-gen3-cpg.c715 attr = soc_device_match(cpg_quirks_match); in rcar_gen3_cpg_init()
/Linux-v5.4/drivers/staging/mt7621-pci-phy/
Dpci-mt7621-phy.c341 attr = soc_device_match(mt7621_pci_quirks_match); in mt7621_pci_phy_probe()
/Linux-v5.4/drivers/iommu/
Dipmmu-vmsa.c816 if (!soc_device_match(soc_rcar_gen3)) in ipmmu_slave_whitelist()
820 if (!soc_device_match(soc_rcar_gen3_whitelist)) in ipmmu_slave_whitelist()
/Linux-v5.4/drivers/thermal/
Drcar_gen3_thermal.c376 if (soc_device_match(r8a7795es1)) in rcar_gen3_thermal_probe()
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Ddpi.c664 if (!soc_device_match(dpi_soc_devices)) in dpi_init_regulator()
Dhdmi4_core.c916 soc = soc_device_match(hdmi4_soc_devices); in hdmi4_core_init()
Dvenc.c839 if (soc_device_match(venc_soc_devices)) in venc_probe()
/Linux-v5.4/drivers/gpu/drm/omapdrm/
Domap_drv.c580 soc = soc_device_match(omapdrm_soc_devices); in omapdrm_init()
/Linux-v5.4/drivers/crypto/caam/
Dctrl.c597 imx_soc_match = soc_device_match(caam_imx_soc_table); in caam_probe()
/Linux-v5.4/drivers/media/platform/rcar-vin/
Drcar-csi2.c1145 attr = soc_device_match(r8a7795); in rcsi2_probe()

12