/linux-6.3-rc2/drivers/ata/ |
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()
|
A D | ahci_tegra.c | 548 tegra->sata_rst = devm_reset_control_get(&pdev->dev, "sata"); in tegra_ahci_probe() 555 tegra->sata_oob_rst = devm_reset_control_get(&pdev->dev, in tegra_ahci_probe() 563 tegra->sata_cold_rst = devm_reset_control_get(&pdev->dev, "sata-cold"); in tegra_ahci_probe()
|
/linux-6.3-rc2/drivers/phy/allwinner/ |
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()
|
A D | phy-sun50i-usb3.c | 149 phy->reset = devm_reset_control_get(dev, NULL); in sun50i_usb3_phy_probe()
|
/linux-6.3-rc2/drivers/phy/ralink/ |
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()
|
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
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()
|
/linux-6.3-rc2/drivers/phy/qualcomm/ |
A D | phy-ath79-usb.c | 72 priv->reset = devm_reset_control_get(&pdev->dev, "phy"); in ath79_usb_phy_probe()
|
A D | phy-qcom-ipq4019-usb.c | 112 phy->por_rst = devm_reset_control_get(phy->dev, "por_rst"); in ipq4019_usb_phy_probe()
|
/linux-6.3-rc2/drivers/gpu/drm/sun4i/ |
A D | sun6i_drc.c | 33 drc->reset = devm_reset_control_get(dev, NULL); in sun6i_drc_bind()
|
A D | sun8i_dw_hdmi.c | 131 hdmi->rst_ctrl = devm_reset_control_get(dev, "ctrl"); in sun8i_dw_hdmi_bind()
|
A D | sun8i_tcon_top.c | 148 tcon_top->rst = devm_reset_control_get(dev, NULL); in sun8i_tcon_top_bind()
|
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
A D | dwmac-tegra.c | 253 mgbe->rst_mac = devm_reset_control_get(&pdev->dev, "mac"); in tegra_mgbe_probe() 270 mgbe->rst_pcs = devm_reset_control_get(&pdev->dev, "pcs"); in tegra_mgbe_probe()
|
/linux-6.3-rc2/drivers/hwspinlock/ |
A D | sun6i_hwspinlock.c | 114 priv->reset = devm_reset_control_get(&pdev->dev, "ahb"); in sun6i_hwspinlock_probe()
|
/linux-6.3-rc2/drivers/gpu/drm/rockchip/ |
A D | cdn-dp-core.c | 756 dp->spdif_rst = devm_reset_control_get(dev, "spdif"); in cdn_dp_parse_dt() 762 dp->dptx_rst = devm_reset_control_get(dev, "dptx"); in cdn_dp_parse_dt() 768 dp->core_rst = devm_reset_control_get(dev, "core"); in cdn_dp_parse_dt() 774 dp->apb_rst = devm_reset_control_get(dev, "apb"); in cdn_dp_parse_dt()
|
/linux-6.3-rc2/drivers/char/hw_random/ |
A D | stm32-rng.c | 139 priv->rst = devm_reset_control_get(&ofdev->dev, NULL); in stm32_rng_probe()
|
/linux-6.3-rc2/drivers/phy/marvell/ |
A D | phy-berlin-usb.c | 179 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()
|
/linux-6.3-rc2/drivers/media/platform/rockchip/rga/ |
A D | rga.c | 748 core_rst = devm_reset_control_get(rga->dev, "core"); in rga_parse_dt() 754 axi_rst = devm_reset_control_get(rga->dev, "axi"); in rga_parse_dt() 760 ahb_rst = devm_reset_control_get(rga->dev, "ahb"); in rga_parse_dt()
|
/linux-6.3-rc2/drivers/nvmem/ |
A D | rockchip-otp.c | 246 otp->rst = devm_reset_control_get(dev, "phy"); in rockchip_otp_probe()
|
/linux-6.3-rc2/drivers/phy/hisilicon/ |
A D | phy-histb-combphy.c | 249 priv->por_rst = devm_reset_control_get(dev, NULL); in histb_combphy_probe()
|
/linux-6.3-rc2/drivers/bus/ |
A D | tegra-gmi.c | 233 gmi->rst = devm_reset_control_get(dev, "gmi"); in tegra_gmi_probe()
|
/linux-6.3-rc2/drivers/staging/media/sunxi/cedrus/ |
A D | cedrus_hw.c | 290 dev->rstc = devm_reset_control_get(dev->dev, NULL); in cedrus_hw_probe()
|
/linux-6.3-rc2/drivers/phy/rockchip/ |
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()
|
/linux-6.3-rc2/drivers/usb/chipidea/ |
A D | ci_hdrc_msm.c | 195 reset = devm_reset_control_get(&pdev->dev, "core"); in ci_hdrc_msm_probe()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
A D | tegra.c | 261 tdev->rst = devm_reset_control_get(&pdev->dev, "gpu"); in nvkm_device_tegra_new()
|
/linux-6.3-rc2/drivers/phy/amlogic/ |
A D | phy-meson-axg-mipi-dphy.c | 365 priv->reset = devm_reset_control_get(dev, "phy"); in phy_meson_axg_mipi_dphy_probe()
|