Home
last modified time | relevance | path

Searched refs:devm_reset_control_get_optional (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/intel/
Dphy-intel-lgm-combo.c423 cbphy->core_rst = devm_reset_control_get_optional(dev, "core"); in intel_cbphy_fwnode_parse()
431 cbphy->phy_rst = devm_reset_control_get_optional(dev, "phy"); in intel_cbphy_fwnode_parse()
439 cbphy->iphy[0].app_rst = devm_reset_control_get_optional(dev, "iphy0"); in intel_cbphy_fwnode_parse()
447 cbphy->iphy[1].app_rst = devm_reset_control_get_optional(dev, "iphy1"); in intel_cbphy_fwnode_parse()
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
Dphy-ath79-usb.c76 priv->no_suspend_override = devm_reset_control_get_optional( in ath79_usb_phy_probe()
Dphy-qcom-ipq4019-usb.c121 phy->srif_rst = devm_reset_control_get_optional(phy->dev, "srif_rst"); in ipq4019_usb_phy_probe()
/kernel/linux/linux-5.10/drivers/phy/lantiq/
Dphy-lantiq-rcu-usb2.c202 priv->phy_reset = devm_reset_control_get_optional(dev, "phy"); in ltq_rcu_usb2_of_parse()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dplatform.c224 hsotg->reset = devm_reset_control_get_optional(hsotg->dev, "dwc2"); in dwc2_lowlevel_hw_init()
233 hsotg->reset_ecc = devm_reset_control_get_optional(hsotg->dev, "dwc2-ecc"); in dwc2_lowlevel_hw_init()
/kernel/linux/linux-5.10/include/linux/
Dreset.h475 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional() function
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-core.c357 ss->reset = devm_reset_control_get_optional(&pdev->dev, "ahb"); in sun4i_ss_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c410 dwmac->stmmac_ocp_rst = devm_reset_control_get_optional(dev, "stmmaceth-ocp"); in socfpga_dwmac_probe()
/kernel/linux/linux-5.10/drivers/ata/
Dahci_brcm.c465 priv->rcdev = devm_reset_control_get_optional(&pdev->dev, reset_name); in brcm_ahci_probe()
/kernel/linux/linux-5.10/drivers/phy/cadence/
Dphy-cadence-sierra.c541 sp->apb_rst = devm_reset_control_get_optional(dev, "sierra_apb"); in cdns_sierra_phy_probe()
Dphy-cadence-torrent.c2106 cdns_phy->apb_rst = devm_reset_control_get_optional(dev, "torrent_apb"); in cdns_torrent_phy_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c1174 tcon->lvds_rst = devm_reset_control_get_optional(dev, "lvds"); in sun4i_tcon_bind()
/kernel/linux/linux-5.10/drivers/staging/media/tegra-vde/
Dvde.c1009 vde->rst_mc = devm_reset_control_get_optional(dev, "mc"); in tegra_vde_probe()
/kernel/linux/linux-5.10/drivers/dma/
Dpl330.c3034 pl330->rstc = devm_reset_control_get_optional(&adev->dev, "dma"); in pl330_probe()
3045 pl330->rstc_ocp = devm_reset_control_get_optional(&adev->dev, "dma-ocp"); in pl330_probe()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch17364 + dp->apb_reset = devm_reset_control_get_optional(dev, "apb");
48812 + rphy->phy_reset = devm_reset_control_get_optional(dev, "phy");