Home
last modified time | relevance | path

Searched refs:devm_reset_control_get_shared (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/phy/socionext/
H A Dphy-uniphier-ahci.c417 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_ahciphy_probe()
421 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_ahciphy_probe()
430 devm_reset_control_get_shared(dev, "gio"); in uniphier_ahciphy_probe()
434 priv->rst_pm = devm_reset_control_get_shared(dev, "pm"); in uniphier_ahciphy_probe()
438 priv->rst_tx = devm_reset_control_get_shared(dev, "tx"); in uniphier_ahciphy_probe()
442 priv->rst_rx = devm_reset_control_get_shared(dev, "rx"); in uniphier_ahciphy_probe()
H A Dphy-uniphier-usb3ss.c245 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_u3ssphy_probe()
254 devm_reset_control_get_shared(dev, "gio"); in uniphier_u3ssphy_probe()
263 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3ssphy_probe()
H A Dphy-uniphier-pcie.c248 devm_reset_control_get_shared(dev, "gio"); in uniphier_pciephy_probe()
256 priv->rst = devm_reset_control_get_shared(dev, "link"); in uniphier_pciephy_probe()
264 priv->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pciephy_probe()
H A Dphy-uniphier-usb3hs.c353 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_u3hsphy_probe()
363 devm_reset_control_get_shared(dev, "gio"); in uniphier_u3hsphy_probe()
372 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3hsphy_probe()
/linux/sound/soc/uniphier/
H A Devea.c468 evea->rst = devm_reset_control_get_shared(&pdev->dev, "evea"); in evea_probe()
472 evea->rst_exiv = devm_reset_control_get_shared(&pdev->dev, "exiv"); in evea_probe()
502 evea->rst_adamv = devm_reset_control_get_shared(&pdev->dev, "adamv"); in evea_probe()
/linux/drivers/pci/controller/dwc/
H A Dpcie-uniphier-ep.c375 priv->rst_gio = devm_reset_control_get_shared(dev, "gio"); in uniphier_pcie_ep_probe()
384 priv->rst = devm_reset_control_get_shared(dev, "link"); in uniphier_pcie_ep_probe()
H A Dpcie-uniphier.c378 pcie->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pcie_probe()
H A Dpci-meson.c83 reset = devm_reset_control_get_shared(dev, id); in meson_pcie_get_reset()
/linux/drivers/watchdog/
H A Dsunplus_wdt.c159 priv->rstc = devm_reset_control_get_shared(dev, NULL); in sp_wdt_probe()
/linux/drivers/clk/renesas/
H A Dclk-vbattb.c121 rstc = devm_reset_control_get_shared(dev, NULL); in vbattb_clk_probe()
/linux/drivers/phy/lantiq/
H A Dphy-lantiq-rcu-usb2.c194 priv->ctrl_reset = devm_reset_control_get_shared(dev, "ctrl"); in ltq_rcu_usb2_of_parse()
H A Dphy-lantiq-vrx200-pcie.c453 priv->pcie_reset = devm_reset_control_get_shared(dev, "pcie"); in ltq_vrx200_pcie_phy_probe()
/linux/Documentation/driver-api/
H A Dreset.rst76 the reset control is requested, either via devm_reset_control_get_shared() or
183 devm_reset_control_get_shared().
/linux/drivers/char/hw_random/
H A Djh7110-trng.c316 trng->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in starfive_trng_probe()
/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_crtc.c383 rcrtc->rstc = devm_reset_control_get_shared(rcdu->dev, NULL); in rzg2l_du_crtc_create()
/linux/drivers/i2c/busses/
H A Di2c-rzv2m.c431 rstc = devm_reset_control_get_shared(dev, NULL); in rzv2m_i2c_probe()
H A Di2c-aspeed.c1020 bus->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in aspeed_i2c_probe_bus()
/linux/include/linux/
H A Dreset.h743 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared() function
/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c722 phy->rst_phy = devm_reset_control_get_shared(dev, "phy"); in sun8i_hdmi_phy_probe()
H A Dsun6i_mipi_dsi.c1134 dsi->reset = devm_reset_control_get_shared(dev, NULL); in sun6i_dsi_probe()
H A Dsun4i_tcon.c1143 edp_rstc = devm_reset_control_get_shared(dev, "edp"); in sun4i_tcon_bind()
/linux/drivers/phy/allwinner/
H A Dphy-sun6i-mipi-dphy.c577 dphy->reset = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_dphy_probe()
/linux/drivers/iio/adc/
H A Daspeed_adc.c537 data->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in aspeed_adc_probe()
/linux/drivers/rtc/
H A Drtc-renesas-rtca3.c729 priv->rstc = devm_reset_control_get_shared(dev, NULL); in rtca3_probe()