/linux/include/linux/ |
H A D | sys_soc.h | 41 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/drivers/soc/fsl/dpio/ |
H A D | dpio-driver.c | 59 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/drivers/pmdomain/renesas/ |
H A D | r8a774c0-sysc.c | 39 if (soc_device_match(r8a774c0)) { in r8a774c0_sysc_init()
|
H A D | r8a77990-sysc.c | 39 if (soc_device_match(r8a77990)) { in r8a77990_sysc_init()
|
H A D | r8a7795-sysc.c | 70 attr = soc_device_match(r8a7795_quirks_match); in r8a7795_sysc_init()
|
/linux/drivers/base/ |
H A D | soc.c | 258 const struct soc_device_attribute *soc_device_match( in soc_device_match() function 282 EXPORT_SYMBOL_GPL(soc_device_match);
|
/linux/drivers/dma/ti/ |
H A D | k3-psil.c | 42 soc = soc_device_match(k3_soc_devices); in psil_get_ep_config()
|
/linux/drivers/extcon/ |
H A D | extcon-rtk-type-c.c | 282 if (soc_device_match(rtk_soc_kylin)) in switch_type_c_plug_config() 411 if (soc_device_match(rtk_soc_kylin)) in __detect_host_device() 422 if (soc_device_match(rtk_soc_kylin)) { in __detect_host_device() 1108 if (soc_device_match(rtk_soc_efuse_v1)) in setup_type_c_parameter() 1348 if (soc_device_match(rtk_soc_kylin)) { in extcon_rtk_type_c_probe()
|
/linux/drivers/phy/cadence/ |
H A D | cdns-dphy-rx.c | 177 soc = soc_device_match(cdns_dphy_socinfo); in cdns_dphy_rx_configure()
|
/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_uif.c | 247 if (soc_device_match(vsp1_r8a7796)) in vsp1_uif_create()
|
/linux/drivers/phy/ralink/ |
H A D | phy-mt7621-pci.c | 304 attr = soc_device_match(mt7621_pci_quirks_match); in mt7621_pci_phy_probe()
|
/linux/drivers/clk/renesas/ |
H A D | rcar-gen2-cpg.c | 385 attr = soc_device_match(cpg_quirks_match); in rcar_gen2_cpg_init()
|
H A D | r8a7795-cpg-mssr.c | 363 if (soc_device_match(r8a7795_denylist)) in r8a7795_cpg_mssr_init()
|
H A D | rcar-gen3-cpg.c | 548 attr = soc_device_match(cpg_quirks_match); in rcar_gen3_cpg_init()
|
/linux/drivers/watchdog/ |
H A D | renesas_wdt.c | 199 attr = soc_device_match(rwdt_quirks_match); in rwdt_blacklisted()
|
/linux/drivers/iommu/ |
H A D | ipmmu-vmsa.c | 754 if (!soc_device_match(soc_needs_opt_in)) in ipmmu_device_is_allowed() 758 if (soc_device_match(soc_denylist)) in ipmmu_device_is_allowed()
|
/linux/drivers/gpu/drm/meson/ |
H A D | meson_drv.c | 272 if (soc_device_match(meson_drm_soc_attrs[i].attrs)) { in meson_drv_bind_master()
|
/linux/drivers/rtc/ |
H A D | rtc-ti-k3.c | 213 if (soc_device_match(has_erratum_i2327)) { in k3rtc_configure()
|
/linux/drivers/mmc/host/ |
H A D | renesas_sdhi_internal_dmac.c | 589 attr = soc_device_match(sdhi_quirks_match); in renesas_sdhi_internal_dmac_probe()
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_drv.c | 696 soc = soc_device_match(omapdrm_soc_devices); in omapdrm_init()
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4_core.c | 875 soc = soc_device_match(hdmi4_soc_devices); in hdmi4_core_init()
|
H A D | venc.c | 820 if (soc_device_match(venc_soc_devices)) in venc_probe()
|
/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_lvds.c | 890 attr = soc_device_match(lvds_quirk_matches); in rcar_lvds_probe()
|
/linux/drivers/crypto/caam/ |
H A D | ctrl.c | 883 imx_soc_match = soc_device_match(caam_imx_soc_table); in caam_probe()
|
/linux/drivers/ata/ |
H A D | pata_ep93xx.c | 973 match = soc_device_match(ep93xx_soc_table); in ep93xx_pata_probe()
|