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

123

/linux-master/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( function
/linux-master/drivers/pmdomain/renesas/
H A Dr8a774c0-sysc.c39 if (soc_device_match(r8a774c0)) {
H A Dr8a77990-sysc.c39 if (soc_device_match(r8a77990)) {
H A Dr8a7795-sysc.c70 attr = soc_device_match(r8a7795_quirks_match);
/linux-master/drivers/soc/fsl/dpio/
H A Ddpio-driver.c59 if (soc_device_match(ls1088a_soc)) {
62 } else if (soc_device_match(ls2080a_soc) ||
63 soc_device_match(ls2088a_soc) ||
64 soc_device_match(lx2160a_soc)) {
/linux-master/drivers/dma/ti/
H A Dk3-psil.c42 soc = soc_device_match(k3_soc_devices);
/linux-master/drivers/base/
H A Dsoc.c241 * soc_device_match - identify the SoC in the machine
258 const struct soc_device_attribute *soc_device_match( function
282 EXPORT_SYMBOL_GPL(soc_device_match); variable
/linux-master/drivers/usb/dwc3/
H A Ddwc3-rtk.c210 if (soc_device_match(rtk_soc_kylin_a00)) {
217 if (soc_device_match(rtk_soc_hercules)) {
230 if (soc_device_match(rtk_soc_thor)) {
/linux-master/drivers/phy/cadence/
H A Dcdns-dphy-rx.c177 soc = soc_device_match(cdns_dphy_socinfo);
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uif.c250 if (soc_device_match(vsp1_r8a7796))
/linux-master/drivers/mmc/host/
H A Dsdhci-of-esdhc.c1359 if (soc_device_match(soc_incorrect_hostver))
1364 if (soc_device_match(soc_fixup_sdhc_clkdivs))
1369 if (soc_device_match(soc_unreliable_pulse_detection))
1456 if (soc_device_match(soc_tuning_erratum_type1))
1461 if (soc_device_match(soc_tuning_erratum_type2))
/linux-master/drivers/clk/renesas/
H A Drcar-gen2-cpg.c385 attr = soc_device_match(cpg_quirks_match);
H A Dr8a7795-cpg-mssr.c363 if (soc_device_match(r8a7795_denylist))
H A Drcar-gen3-cpg.c549 attr = soc_device_match(cpg_quirks_match);
/linux-master/drivers/watchdog/
H A Drenesas_wdt.c199 attr = soc_device_match(rwdt_quirks_match);
/linux-master/drivers/phy/ralink/
H A Dphy-mt7621-pci.c304 attr = soc_device_match(mt7621_pci_quirks_match);
/linux-master/drivers/extcon/
H A Dextcon-rtk-type-c.c283 if (soc_device_match(rtk_soc_kylin))
412 if (soc_device_match(rtk_soc_kylin))
423 if (soc_device_match(rtk_soc_kylin)) {
1109 if (soc_device_match(rtk_soc_efuse_v1))
1349 if (soc_device_match(rtk_soc_kylin)) {
/linux-master/drivers/pci/controller/
H A Dpcie-mt7621.c496 attr = soc_device_match(mt7621_pcie_quirks_match);
/linux-master/drivers/usb/host/
H A Dehci-platform.c303 if (soc_device_match(quirk_poll_match))
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-ipq806x.c335 soc = soc_device_match(ipq806x_gmac_soc_v1);
/linux-master/drivers/phy/ti/
H A Dphy-omap-usb2.c362 if (soc_device_match(am65x_sr10_soc_devices))
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_drv.c279 if (soc_device_match(meson_drm_soc_attrs[i].attrs)) {
/linux-master/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c1040 if (!soc_device_match(soc_no_cpu_notifier))
1077 if (!soc_device_match(soc_no_cpu_notifier))
/linux-master/drivers/iommu/
H A Dipmmu-vmsa.c754 if (!soc_device_match(soc_needs_opt_in))
758 if (soc_device_match(soc_denylist))
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddpi.c685 if (!soc_device_match(dpi_soc_devices))

Completed in 237 milliseconds

123