| /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()
|
| H A D | pci-meson.c | 84 reset = devm_reset_control_get(dev, id); in meson_pcie_get_reset()
|
| /linux/drivers/net/dsa/ |
| H A D | mt7530-mmio.c | 47 priv->rstc = devm_reset_control_get(&pdev->dev, NULL); in mt7988_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()
|
| /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/media/platform/rockchip/rga/ |
| H A D | rga.c | 744 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 D | phy-histb-combphy.c | 250 priv->por_rst = devm_reset_control_get(dev, NULL); in histb_combphy_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/gpu/drm/nouveau/nvkm/engine/device/ |
| H A D | tegra.c | 274 tdev->rst = devm_reset_control_get(&pdev->dev, "gpu"); in nvkm_device_tegra_new()
|
| /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/iio/adc/ |
| H A D | npcm_adc.c | 230 info->reset = devm_reset_control_get(&pdev->dev, NULL); in npcm_adc_probe()
|
| /linux/drivers/rtc/ |
| H A D | rtc-meson.c | 324 rtc->reset = devm_reset_control_get(dev, NULL); in meson_rtc_probe()
|
| /linux/drivers/dma/stm32/ |
| H A D | stm32-dmamux.c | 266 rst = devm_reset_control_get(&pdev->dev, NULL); in stm32_dmamux_probe()
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-sprd.c | 64 rci->rc = devm_reset_control_get(dev, rci->name); in ufs_sprd_get_reset_ctrl()
|