Home
last modified time | relevance | path

Searched refs:devm_reset_control_get (Results 1 – 25 of 70) 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()
H A Dpci-meson.c84 reset = devm_reset_control_get(dev, id); in meson_pcie_get_reset()
/linux/drivers/net/dsa/
H A Dmt7530-mmio.c47 priv->rstc = devm_reset_control_get(&pdev->dev, NULL); in mt7988_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()
/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/media/platform/rockchip/rga/
H A Drga.c744 core_rst = devm_reset_control_get(rga->dev, "core"); in rga_parse_dt()
750 axi_rst = devm_reset_control_get(rga->dev, "axi"); in rga_parse_dt()
756 ahb_rst = devm_reset_control_get(rga->dev, "ahb"); in rga_parse_dt()
/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/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/gpu/drm/nouveau/nvkm/engine/device/
H A Dtegra.c274 tdev->rst = devm_reset_control_get(&pdev->dev, "gpu"); in nvkm_device_tegra_new()
/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/iio/adc/
H A Dnpcm_adc.c230 info->reset = devm_reset_control_get(&pdev->dev, NULL); in npcm_adc_probe()
/linux/drivers/rtc/
H A Drtc-meson.c324 rtc->reset = devm_reset_control_get(dev, NULL); in meson_rtc_probe()
/linux/drivers/dma/stm32/
H A Dstm32-dmamux.c266 rst = devm_reset_control_get(&pdev->dev, NULL); in stm32_dmamux_probe()
/linux/drivers/ufs/host/
H A Dufs-sprd.c64 rci->rc = devm_reset_control_get(dev, rci->name); in ufs_sprd_get_reset_ctrl()

123