Home
last modified time | relevance | path

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

/linux/drivers/phy/qualcomm/
H A Dphy-ath79-usb.c77 priv->no_suspend_override = devm_reset_control_get_optional( in ath79_usb_phy_probe()
H 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/
H 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/
H 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/
H A Drtl83xx.c187 priv->reset_ctl = devm_reset_control_get_optional(dev, NULL); in rtl83xx_probe()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-socfpga.c471 dwmac->stmmac_ocp_rst = devm_reset_control_get_optional(dev, "stmmaceth-ocp"); in socfpga_dwmac_probe()
H A Dstmmac_platform.c652 plat->stmmac_rst = devm_reset_control_get_optional(&pdev->dev, in stmmac_probe_config_dt()
/linux/drivers/ata/
H A Dahci_brcm.c466 priv->rcdev_ahci = devm_reset_control_get_optional(&pdev->dev, "ahci"); in brcm_ahci_probe()
/linux/include/linux/
H A Dreset.h985 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional() function
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c1171 tcon->lvds_rst = devm_reset_control_get_optional(dev, "lvds"); in sun4i_tcon_bind()
/linux/drivers/dma/
H 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/clk/tegra/
H A Dclk-dfll.c1959 td->dfll_rst = devm_reset_control_get_optional(td->dev, "dfll"); in tegra_dfll_register()
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c1416 rphy->phy_reset = devm_reset_control_get_optional(dev, "phy"); in rockchip_usb2phy_probe()
/linux/drivers/dma/lgm/
H A Dlgm-dma.c1597 d->rst = devm_reset_control_get_optional(dev, NULL); in intel_ldma_probe()
/linux/drivers/dma/stm32/
H A Dstm32-dma3.c1705 reset = devm_reset_control_get_optional(&pdev->dev, NULL); in stm32_dma3_probe()