/linux/drivers/ata/ |
H A D | ahci_st.c | 107 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 D | phy-sun9i-usb.c | 139 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 D | phy-sun50i-usb3.c | 150 phy->reset = devm_reset_control_get(dev, NULL); in sun50i_usb3_phy_probe()
|
/linux/drivers/phy/ralink/ |
H A D | phy-ralink-usb.c | 198 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 D | pcie-histb.c | 372 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 D | phy-ath79-usb.c | 73 priv->reset = devm_reset_control_get(&pdev->dev, "phy"); in ath79_usb_phy_probe()
|
H A D | phy-qcom-ipq4019-usb.c | 111 phy->por_rst = devm_reset_control_get(phy->dev, "por_rst"); in ipq4019_usb_phy_probe()
|
H A D | phy-qcom-usb-hs.c | 248 uphy->reset = reset = devm_reset_control_get(&ulpi->dev, "por"); in qcom_usb_hs_phy_probe()
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun6i_drc.c | 33 drc->reset = devm_reset_control_get(dev, NULL); in sun6i_drc_bind()
|
H A D | sun8i_dw_hdmi.c | 131 hdmi->rst_ctrl = devm_reset_control_get(dev, "ctrl"); in sun8i_dw_hdmi_bind()
|
H A D | sun8i_tcon_top.c | 149 tcon_top->rst = devm_reset_control_get(dev, NULL); in sun8i_tcon_top_bind()
|
H A D | sun4i_backend.c | 663 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 D | dwmac-tegra.c | 272 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 D | phy-rockchip-samsung-dcphy.c | 1597 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 D | sun6i_hwspinlock.c | 114 priv->reset = devm_reset_control_get(&pdev->dev, "ahb"); in sun6i_hwspinlock_probe()
|
/linux/drivers/phy/marvell/ |
H A D | phy-berlin-usb.c | 178 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()
|
/linux/drivers/phy/hisilicon/ |
H A D | phy-histb-combphy.c | 250 priv->por_rst = devm_reset_control_get(dev, NULL); in histb_combphy_probe()
|
/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_hw.c | 290 dev->rstc = devm_reset_control_get(dev->dev, NULL); in cedrus_hw_probe()
|
/linux/drivers/net/dsa/ |
H A D | mt7530-mdio.c | 172 priv->rstc = devm_reset_control_get(&mdiodev->dev, "mcm"); in mt7530_probe()
|
/linux/drivers/phy/amlogic/ |
H A D | phy-meson-axg-mipi-dphy.c | 363 priv->reset = devm_reset_control_get(dev, "phy"); in phy_meson_axg_mipi_dphy_probe()
|
H A D | phy-meson-g12a-usb2.c | 333 priv->reset = devm_reset_control_get(dev, "phy"); in phy_meson_g12a_usb2_probe()
|
/linux/drivers/media/platform/sunxi/sun4i-csi/ |
H A D | sun4i_csi.c | 217 csi->rst = devm_reset_control_get(&pdev->dev, NULL); in sun4i_csi_probe()
|
/linux/drivers/rtc/ |
H A D | rtc-meson.c | 325 rtc->reset = devm_reset_control_get(dev, NULL); in meson_rtc_probe()
|
/linux/drivers/iio/adc/ |
H A D | npcm_adc.c | 230 info->reset = devm_reset_control_get(&pdev->dev, NULL); in npcm_adc_probe()
|
/linux/drivers/dma/stm32/ |
H A D | stm32-dmamux.c | 259 rst = devm_reset_control_get(&pdev->dev, NULL); in stm32_dmamux_probe()
|