Home
last modified time | relevance | path

Searched refs:devm_reset_control_get (Results 1 – 25 of 59) sorted by relevance

123

/linux/drivers/ata/
H A Dahci_st.c107 drv_data->pwr = devm_reset_control_get(dev, "pwr-dwn"); in st_ahci_probe_resets()
113 drv_data->sw_rst = devm_reset_control_get(dev, "sw-rst"); in st_ahci_probe_resets()
119 drv_data->pwr_rst = devm_reset_control_get(dev, "pwr-rst"); in st_ahci_probe_resets()
/linux/drivers/phy/allwinner/
H A Dphy-sun9i-usb.c139 phy->reset = devm_reset_control_get(dev, "hsic"); in sun9i_usb_phy_probe()
151 phy->reset = devm_reset_control_get(dev, "phy"); in sun9i_usb_phy_probe()
H A Dphy-sun50i-usb3.c150 phy->reset = devm_reset_control_get(dev, NULL); in sun50i_usb3_phy_probe()
/linux/drivers/phy/ralink/
H A Dphy-ralink-usb.c198 phy->rsthost = devm_reset_control_get(&pdev->dev, "host"); in ralink_usb_phy_probe()
204 phy->rstdev = devm_reset_control_get(&pdev->dev, "device"); in ralink_usb_phy_probe()
/linux/drivers/pci/controller/dwc/
H A Dpcie-histb.c372 hipcie->soft_reset = devm_reset_control_get(dev, "soft"); in histb_pcie_probe()
378 hipcie->sys_reset = devm_reset_control_get(dev, "sys"); in histb_pcie_probe()
384 hipcie->bus_reset = devm_reset_control_get(dev, "bus"); in histb_pcie_probe()
/linux/drivers/phy/qualcomm/
H A Dphy-ath79-usb.c73 priv->reset = devm_reset_control_get(&pdev->dev, "phy"); in ath79_usb_phy_probe()
H A Dphy-qcom-ipq4019-usb.c111 phy->por_rst = devm_reset_control_get(phy->dev, "por_rst"); in ipq4019_usb_phy_probe()
H A Dphy-qcom-usb-hs.c248 uphy->reset = reset = devm_reset_control_get(&ulpi->dev, "por"); in qcom_usb_hs_phy_probe()
/linux/drivers/gpu/drm/sun4i/
H A Dsun6i_drc.c33 drc->reset = devm_reset_control_get(dev, NULL); in sun6i_drc_bind()
H A Dsun8i_dw_hdmi.c131 hdmi->rst_ctrl = devm_reset_control_get(dev, "ctrl"); in sun8i_dw_hdmi_bind()
H A Dsun8i_tcon_top.c149 tcon_top->rst = devm_reset_control_get(dev, NULL); in sun8i_tcon_top_bind()
H A Dsun4i_backend.c663 backend->sat_reset = devm_reset_control_get(dev, "sat"); in sun4i_backend_init_sat()
824 backend->reset = devm_reset_control_get(dev, NULL); in sun4i_backend_bind()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-tegra.c272 mgbe->rst_mac = devm_reset_control_get(&pdev->dev, "mac"); in tegra_mgbe_probe()
289 mgbe->rst_pcs = devm_reset_control_get(&pdev->dev, "pcs"); in tegra_mgbe_probe()
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-dcphy.c1597 samsung->m_phy_rst = devm_reset_control_get(dev, "m_phy"); in samsung_mipi_dcphy_probe()
1602 samsung->s_phy_rst = devm_reset_control_get(dev, "s_phy"); in samsung_mipi_dcphy_probe()
1607 samsung->apb_rst = devm_reset_control_get(dev, "apb"); in samsung_mipi_dcphy_probe()
1612 samsung->grf_apb_rst = devm_reset_control_get(dev, "grf"); in samsung_mipi_dcphy_probe()
/linux/drivers/hwspinlock/
H A Dsun6i_hwspinlock.c114 priv->reset = devm_reset_control_get(&pdev->dev, "ahb"); in sun6i_hwspinlock_probe()
/linux/drivers/phy/marvell/
H A Dphy-berlin-usb.c178 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()
/linux/drivers/phy/hisilicon/
H A Dphy-histb-combphy.c250 priv->por_rst = devm_reset_control_get(dev, NULL); in histb_combphy_probe()
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_hw.c290 dev->rstc = devm_reset_control_get(dev->dev, NULL); in cedrus_hw_probe()
/linux/drivers/net/dsa/
H A Dmt7530-mdio.c172 priv->rstc = devm_reset_control_get(&mdiodev->dev, "mcm"); in mt7530_probe()
/linux/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c363 priv->reset = devm_reset_control_get(dev, "phy"); in phy_meson_axg_mipi_dphy_probe()
H A Dphy-meson-g12a-usb2.c333 priv->reset = devm_reset_control_get(dev, "phy"); in phy_meson_g12a_usb2_probe()
/linux/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.c217 csi->rst = devm_reset_control_get(&pdev->dev, NULL); in sun4i_csi_probe()
/linux/drivers/rtc/
H A Drtc-meson.c325 rtc->reset = devm_reset_control_get(dev, NULL); in meson_rtc_probe()
/linux/drivers/iio/adc/
H A Dnpcm_adc.c230 info->reset = devm_reset_control_get(&pdev->dev, NULL); in npcm_adc_probe()
/linux/drivers/dma/stm32/
H A Dstm32-dmamux.c259 rst = devm_reset_control_get(&pdev->dev, NULL); in stm32_dmamux_probe()

123