Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/phy/intel/
Dphy-intel-lgm-combo.c420 cbphy->core_rst = devm_reset_control_get_optional(dev, "core"); in intel_cbphy_fwnode_parse()
425 cbphy->phy_rst = devm_reset_control_get_optional(dev, "phy"); in intel_cbphy_fwnode_parse()
430 cbphy->iphy[0].app_rst = devm_reset_control_get_optional(dev, "iphy0"); in intel_cbphy_fwnode_parse()
435 cbphy->iphy[1].app_rst = devm_reset_control_get_optional(dev, "iphy1"); in intel_cbphy_fwnode_parse()
/linux-6.1.9/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.c119 phy->srif_rst = devm_reset_control_get_optional(phy->dev, "srif_rst"); in ipq4019_usb_phy_probe()
/linux-6.1.9/drivers/phy/lantiq/
Dphy-lantiq-rcu-usb2.c202 priv->phy_reset = devm_reset_control_get_optional(dev, "phy"); in ltq_rcu_usb2_of_parse()
/linux-6.1.9/drivers/usb/dwc2/
Dplatform.c194 hsotg->reset = devm_reset_control_get_optional(hsotg->dev, "dwc2"); in dwc2_lowlevel_hw_init()
201 hsotg->reset_ecc = devm_reset_control_get_optional(hsotg->dev, "dwc2-ecc"); in dwc2_lowlevel_hw_init()
/linux-6.1.9/include/linux/
Dreset.h835 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional() function
/linux-6.1.9/drivers/soc/tegra/fuse/
Dfuse-tegra.c275 fuse->rst = devm_reset_control_get_optional(&pdev->dev, "fuse"); in tegra_fuse_probe()
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c410 dwmac->stmmac_ocp_rst = devm_reset_control_get_optional(dev, "stmmaceth-ocp"); in socfpga_dwmac_probe()
Dstmmac_platform.c607 plat->stmmac_rst = devm_reset_control_get_optional(&pdev->dev, in stmmac_probe_config_dt()
/linux-6.1.9/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-core.c388 ss->reset = devm_reset_control_get_optional(&pdev->dev, "ahb"); in sun4i_ss_probe()
/linux-6.1.9/drivers/ata/
Dahci_brcm.c465 priv->rcdev_ahci = devm_reset_control_get_optional(&pdev->dev, "ahci"); in brcm_ahci_probe()
/linux-6.1.9/drivers/ufs/host/
Dufs-qcom.c970 host->core_reset = devm_reset_control_get_optional(hba->dev, "rst"); in ufs_qcom_init()
/linux-6.1.9/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c1173 tcon->lvds_rst = devm_reset_control_get_optional(dev, "lvds"); in sun4i_tcon_bind()
/linux-6.1.9/drivers/dma/
Dpl330.c3028 pl330->rstc = devm_reset_control_get_optional(&adev->dev, "dma"); in pl330_probe()
3039 pl330->rstc_ocp = devm_reset_control_get_optional(&adev->dev, "dma-ocp"); in pl330_probe()
/linux-6.1.9/drivers/clk/tegra/
Dclk-dfll.c1959 td->dfll_rst = devm_reset_control_get_optional(td->dev, "dfll"); in tegra_dfll_register()
/linux-6.1.9/drivers/dma/lgm/
Dlgm-dma.c1597 d->rst = devm_reset_control_get_optional(dev, NULL); in intel_ldma_probe()
/linux-6.1.9/drivers/soc/mediatek/
Dmtk-svs.c2075 svsp->rst = devm_reset_control_get_optional(svsp->dev, "svs_rst"); in svs_mt8192_platform_probe()