Home
last modified time | relevance | path

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

/linux/drivers/phy/intel/
A 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/drivers/phy/qualcomm/
A Dphy-ath79-usb.c77 priv->no_suspend_override = devm_reset_control_get_optional( in ath79_usb_phy_probe()
A Dphy-qcom-ipq4019-usb.c118 phy->srif_rst = devm_reset_control_get_optional(phy->dev, "srif_rst"); in ipq4019_usb_phy_probe()
/linux/drivers/phy/lantiq/
A Dphy-lantiq-rcu-usb2.c201 priv->phy_reset = devm_reset_control_get_optional(dev, "phy"); in ltq_rcu_usb2_of_parse()
/linux/drivers/usb/dwc2/
A Dplatform.c215 hsotg->reset = devm_reset_control_get_optional(hsotg->dev, "dwc2"); in dwc2_lowlevel_hw_init()
226 hsotg->reset_ecc = devm_reset_control_get_optional(hsotg->dev, "dwc2-ecc"); in dwc2_lowlevel_hw_init()
/linux/drivers/net/dsa/realtek/
A Drtl83xx.c187 priv->reset_ctl = devm_reset_control_get_optional(dev, NULL); in rtl83xx_probe()
/linux/include/linux/
A Dreset.h835 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional() function
/linux/drivers/remoteproc/
A Dstm32_rproc.c736 ddata->rst = devm_reset_control_get_optional(dev, "mcu_rst"); in stm32_rproc_parse_dt()
756 ddata->hold_boot_rst = devm_reset_control_get_optional(dev, "hold_boot"); in stm32_rproc_parse_dt()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-socfpga.c467 dwmac->stmmac_ocp_rst = devm_reset_control_get_optional(dev, "stmmaceth-ocp"); in socfpga_dwmac_probe()
A Dstmmac_platform.c645 plat->stmmac_rst = devm_reset_control_get_optional(&pdev->dev, in stmmac_probe_config_dt()
/linux/drivers/crypto/allwinner/sun4i-ss/
A Dsun4i-ss-core.c385 ss->reset = devm_reset_control_get_optional(&pdev->dev, "ahb"); in sun4i_ss_probe()
/linux/drivers/soc/tegra/fuse/
A Dfuse-tegra.c236 fuse->rst = devm_reset_control_get_optional(&pdev->dev, "fuse"); in tegra_fuse_probe()
/linux/drivers/ata/
A Dahci_brcm.c463 priv->rcdev_ahci = devm_reset_control_get_optional(&pdev->dev, "ahci"); in brcm_ahci_probe()
/linux/drivers/gpu/drm/sun4i/
A Dsun4i_tcon.c1171 tcon->lvds_rst = devm_reset_control_get_optional(dev, "lvds"); in sun4i_tcon_bind()
/linux/drivers/dma/
A Dpl330.c3043 pl330->rstc = devm_reset_control_get_optional(&adev->dev, "dma"); in pl330_probe()
3054 pl330->rstc_ocp = devm_reset_control_get_optional(&adev->dev, "dma-ocp"); in pl330_probe()
/linux/drivers/ufs/host/
A Dufs-qcom.c1060 host->core_reset = devm_reset_control_get_optional(hba->dev, "rst"); in ufs_qcom_init()
/linux/drivers/clk/tegra/
A Dclk-dfll.c1959 td->dfll_rst = devm_reset_control_get_optional(td->dev, "dfll"); in tegra_dfll_register()
/linux/drivers/phy/rockchip/
A Dphy-rockchip-inno-usb2.c1405 rphy->phy_reset = devm_reset_control_get_optional(dev, "phy"); in rockchip_usb2phy_probe()
/linux/drivers/dma/lgm/
A Dlgm-dma.c1597 d->rst = devm_reset_control_get_optional(dev, NULL); in intel_ldma_probe()
/linux/drivers/dma/stm32/
A Dstm32-dma3.c1636 reset = devm_reset_control_get_optional(&pdev->dev, NULL); in stm32_dma3_probe()
/linux/drivers/soc/mediatek/
A Dmtk-svs.c2175 svsp->rst = devm_reset_control_get_optional(svsp->dev, "svs_rst"); in svs_mt8192_platform_probe()

Completed in 124 milliseconds