Home
last modified time | relevance | path

Searched refs:soc_device_match (Results 1 - 25 of 105) sorted by relevance

12345

/kernel/linux/linux-5.10/include/linux/
H A 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
/kernel/linux/linux-6.6/include/linux/
H A 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
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H A 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()
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/
H A 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()
/kernel/linux/linux-5.10/drivers/soc/renesas/
H A Dr8a774c0-sysc.c39 if (soc_device_match(r8a774c0)) { in r8a774c0_sysc_init()
H A Dr8a77990-sysc.c39 if (soc_device_match(r8a77990)) { in r8a77990_sysc_init()
H A Dr8a7795-sysc.c76 attr = soc_device_match(r8a7795_quirks_match); in r8a7795_sysc_init()
/kernel/linux/linux-6.6/drivers/pmdomain/renesas/
H A Dr8a774c0-sysc.c39 if (soc_device_match(r8a774c0)) { in r8a774c0_sysc_init()
H A Dr8a77990-sysc.c39 if (soc_device_match(r8a77990)) { in r8a77990_sysc_init()
H A Dr8a7795-sysc.c70 attr = soc_device_match(r8a7795_quirks_match); in r8a7795_sysc_init()
/kernel/linux/linux-5.10/drivers/base/
H A Dsoc.c224 * soc_device_match - identify the SoC in the machine
241 const struct soc_device_attribute *soc_device_match( in soc_device_match() function
267 EXPORT_SYMBOL_GPL(soc_device_match); variable
/kernel/linux/linux-6.6/drivers/base/
H A Dsoc.c241 * soc_device_match - identify the SoC in the machine
258 const struct soc_device_attribute *soc_device_match( in soc_device_match() function
282 EXPORT_SYMBOL_GPL(soc_device_match); variable
/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dk3-psil.c34 soc = soc_device_match(k3_soc_devices); in psil_get_ep_config()
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dk3-psil.c40 soc = soc_device_match(k3_soc_devices); in psil_get_ep_config()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-of-esdhc.c1352 if (soc_device_match(soc_incorrect_hostver)) in esdhc_init()
1357 if (soc_device_match(soc_fixup_sdhc_clkdivs)) in esdhc_init()
1362 if (soc_device_match(soc_unreliable_pulse_detection)) in esdhc_init()
1449 if (soc_device_match(soc_tuning_erratum_type1)) in sdhci_esdhc_probe()
1454 if (soc_device_match(soc_tuning_erratum_type2)) in sdhci_esdhc_probe()
H A Drenesas_sdhi_internal_dmac.c333 const struct soc_device_attribute *soc = soc_device_match(soc_dma_quirks); in renesas_sdhi_internal_dmac_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A 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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-rcar.c143 attr = soc_device_match(rcar_quirks_match); in xhci_rcar_download_firmware()
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_uif.c250 if (soc_device_match(vsp1_r8a7796)) in vsp1_uif_create()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uif.c253 if (soc_device_match(vsp1_r8a7796)) in vsp1_uif_create()
/kernel/linux/linux-6.6/drivers/phy/cadence/
H A Dcdns-dphy-rx.c177 soc = soc_device_match(cdns_dphy_socinfo); in cdns_dphy_rx_configure()
/kernel/linux/linux-5.10/drivers/clk/renesas/
H A Drcar-gen2-cpg.c386 attr = soc_device_match(cpg_quirks_match); in rcar_gen2_cpg_init()
/kernel/linux/linux-5.10/drivers/watchdog/
H A Drenesas_wdt.c177 attr = soc_device_match(rwdt_quirks_match); in rwdt_blacklisted()
/kernel/linux/linux-5.10/drivers/staging/mt7621-pci-phy/
H A Dpci-mt7621-phy.c318 attr = soc_device_match(mt7621_pci_quirks_match); in mt7621_pci_phy_probe()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Drenesas_wdt.c199 attr = soc_device_match(rwdt_quirks_match); in rwdt_blacklisted()

Completed in 13 milliseconds

12345