/openbmc/linux/drivers/ata/ |
H A D | ahci_st.c | 108 drv_data->pwr = devm_reset_control_get(dev, "pwr-dwn"); in st_ahci_probe_resets() 114 drv_data->sw_rst = devm_reset_control_get(dev, "sw-rst"); in st_ahci_probe_resets() 120 drv_data->pwr_rst = devm_reset_control_get(dev, "pwr-rst"); in st_ahci_probe_resets()
|
H A D | ahci_tegra.c | 547 tegra->sata_rst = devm_reset_control_get(&pdev->dev, "sata"); in tegra_ahci_probe() 554 tegra->sata_oob_rst = devm_reset_control_get(&pdev->dev, in tegra_ahci_probe() 562 tegra->sata_cold_rst = devm_reset_control_get(&pdev->dev, "sata-cold"); in tegra_ahci_probe()
|
/openbmc/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()
|
/openbmc/linux/drivers/phy/ralink/ |
H A D | phy-ralink-usb.c | 203 phy->rsthost = devm_reset_control_get(&pdev->dev, "host"); in ralink_usb_phy_probe() 209 phy->rstdev = devm_reset_control_get(&pdev->dev, "device"); in ralink_usb_phy_probe()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-histb.c | 375 hipcie->soft_reset = devm_reset_control_get(dev, "soft"); in histb_pcie_probe() 381 hipcie->sys_reset = devm_reset_control_get(dev, "sys"); in histb_pcie_probe() 387 hipcie->bus_reset = devm_reset_control_get(dev, "bus"); in histb_pcie_probe()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | mt7530-mmio.c | 38 priv->rstc = devm_reset_control_get(&pdev->dev, NULL); in mt7988_probe()
|
H A D | mt7530-mdio.c | 175 priv->rstc = devm_reset_control_get(&mdiodev->dev, "mcm"); in mt7530_probe()
|
/openbmc/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 | 661 backend->sat_reset = devm_reset_control_get(dev, "sat"); in sun4i_backend_init_sat() 822 backend->reset = devm_reset_control_get(dev, NULL); in sun4i_backend_bind()
|
/openbmc/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()
|
/openbmc/linux/drivers/hwspinlock/ |
H A D | sun6i_hwspinlock.c | 114 priv->reset = devm_reset_control_get(&pdev->dev, "ahb"); in sun6i_hwspinlock_probe()
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.c | 754 dp->spdif_rst = devm_reset_control_get(dev, "spdif"); in cdn_dp_parse_dt() 760 dp->dptx_rst = devm_reset_control_get(dev, "dptx"); in cdn_dp_parse_dt() 766 dp->core_rst = devm_reset_control_get(dev, "core"); in cdn_dp_parse_dt() 772 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()
|
/openbmc/linux/drivers/char/hw_random/ |
H A D | stm32-rng.c | 140 priv->rst = devm_reset_control_get(&ofdev->dev, NULL); in stm32_rng_probe()
|
/openbmc/linux/drivers/phy/marvell/ |
H A D | phy-berlin-usb.c | 179 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()
|
/openbmc/linux/drivers/media/platform/rockchip/rga/ |
H A D | rga.c | 736 core_rst = devm_reset_control_get(rga->dev, "core"); in rga_parse_dt() 742 axi_rst = devm_reset_control_get(rga->dev, "axi"); in rga_parse_dt() 748 ahb_rst = devm_reset_control_get(rga->dev, "ahb"); in rga_parse_dt()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/bus/ |
H A D | tegra-gmi.c | 233 gmi->rst = devm_reset_control_get(dev, "gmi"); in tegra_gmi_probe()
|
/openbmc/linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-typec.c | 1062 tcphy->uphy_rst = devm_reset_control_get(dev, "uphy"); in tcphy_parse_dt() 1068 tcphy->pipe_rst = devm_reset_control_get(dev, "uphy-pipe"); in tcphy_parse_dt() 1074 tcphy->tcphy_rst = devm_reset_control_get(dev, "uphy-tcphy"); in tcphy_parse_dt()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_msm.c | 195 reset = devm_reset_control_get(&pdev->dev, "core"); in ci_hdrc_msm_probe()
|