Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/
Dsys_soc.h39 const struct soc_device_attribute *soc_device_match(
42 static inline const struct soc_device_attribute *soc_device_match( in soc_device_match() function
/Linux-v4.19/drivers/base/
Dsoc.c232 const struct soc_device_attribute *soc_device_match( in soc_device_match() function
258 EXPORT_SYMBOL_GPL(soc_device_match);
/Linux-v4.19/drivers/soc/renesas/
Dr8a77990-sysc.c52 if (soc_device_match(r8a77990)) { in r8a77990_sysc_init()
Dr8a7795-sysc.c67 if (!soc_device_match(r8a7795es1)) in r8a7795_sysc_init()
/Linux-v4.19/drivers/usb/host/
Dxhci-rcar.c146 attr = soc_device_match(rcar_quirks_match); in xhci_rcar_download_firmware()
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_uif.c249 if (soc_device_match(vsp1_r8a7796)) in vsp1_uif_create()
/Linux-v4.19/drivers/mmc/host/
Drenesas_sdhi_internal_dmac.c311 const struct soc_device_attribute *soc = soc_device_match(gen3_soc_whitelist); in renesas_sdhi_internal_dmac_probe()
Drenesas_sdhi_sys_dmac.c503 !soc_device_match(gen3_soc_whitelist)) in renesas_sdhi_sys_dmac_probe()
Dsdhci-of-esdhc.c840 if (soc_device_match(soc_incorrect_hostver)) in esdhc_init()
Dsdhci-omap.c934 soc = soc_device_match(sdhci_omap_soc_devices); in sdhci_omap_probe()
/Linux-v4.19/drivers/watchdog/
Drenesas_wdt.c163 attr = soc_device_match(rwdt_quirks_match); in rwdt_blacklisted()
/Linux-v4.19/drivers/clk/renesas/
Drcar-gen2-cpg.c386 attr = soc_device_match(cpg_quirks_match); in rcar_gen2_cpg_init()
Dr8a7795-cpg-mssr.c437 if (soc_device_match(r8a7795es1)) { in r8a7795_cpg_mssr_init()
Drcar-gen3-cpg.c582 attr = soc_device_match(cpg_quirks_match); in rcar_gen3_cpg_init()
/Linux-v4.19/drivers/thermal/
Drcar_gen3_thermal.c361 if (soc_device_match(r8a7795es1)) in rcar_gen3_thermal_probe()
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_drv.c539 soc = soc_device_match(omapdrm_soc_devices); in omapdrm_init()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddpi.c579 if (!soc_device_match(dpi_soc_devices)) in dpi_init_regulator()
Dhdmi4_core.c927 soc = soc_device_match(hdmi4_soc_devices); in hdmi4_core_init()
Dvenc.c906 if (soc_device_match(venc_soc_devices)) in venc_bind()
Ddss.c1428 soc = soc_device_match(dss_soc_devices); in dss_probe()
/Linux-v4.19/drivers/crypto/caam/
Dctrl.c505 caam_imx = (bool)soc_device_match(imx_soc); in caam_probe()
/Linux-v4.19/drivers/iommu/
Dipmmu-vmsa.c776 if (soc_device_match(soc_rcar_gen3) && !ipmmu_slave_whitelist(dev)) in ipmmu_of_xlate()
/Linux-v4.19/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.c244 if (soc_device_match(rcar_du_r8a7795_es1)) in rcar_du_crtc_set_display_timing()
/Linux-v4.19/drivers/media/platform/rcar-vin/
Drcar-csi2.c1008 attr = soc_device_match(r8a7795es1); in rcsi2_probe()
Drcar-core.c1179 attr = soc_device_match(r8a7795es1); in rcar_vin_probe()

12