Home
last modified time | relevance | path

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

12

/openbmc/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()
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_compositor.c236 compo->rst_main = devm_reset_control_get_shared(dev, "compo-main"); in sti_compositor_probe()
241 compo->rst_aux = devm_reset_control_get_shared(dev, "compo-aux"); in sti_compositor_probe()
/openbmc/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()
/openbmc/linux/drivers/phy/st/
H A Dphy-stih407-usb.c104 phy_dev->rstc = devm_reset_control_get_shared(dev, "global"); in stih407_usb2_picophy_probe()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-uniphier-ep.c376 priv->rst_gio = devm_reset_control_get_shared(dev, "gio"); in uniphier_pcie_ep_probe()
385 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.c84 reset = devm_reset_control_get_shared(dev, id); in meson_pcie_get_reset()
/openbmc/linux/drivers/watchdog/
H A Dsunplus_wdt.c172 priv->rstc = devm_reset_control_get_shared(dev, NULL); in sp_wdt_probe()
/openbmc/linux/drivers/regulator/
H A Duniphier-regulator.c72 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_regulator_probe()
/openbmc/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()
/openbmc/linux/drivers/clk/starfive/
H A Dclk-starfive-jh7110-vout.c76 top_rst = devm_reset_control_get_shared(priv->dev, NULL); in jh7110_vout_top_rst_init()
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-st.c241 devm_reset_control_get_shared(dev, "softreset"); in st_dwc3_probe()
/openbmc/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().
/openbmc/linux/drivers/mmc/host/
H A Duniphier-sd.c639 priv->rst = devm_reset_control_get_shared(dev, "host"); in uniphier_sd_probe()
647 priv->rst_br = devm_reset_control_get_shared(dev, "bridge"); in uniphier_sd_probe()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-cryp.c157 cryp->rst = devm_reset_control_get_shared(cryp->dev, NULL); in starfive_cryp_probe()
/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-core.c255 cru->presetn = devm_reset_control_get_shared(&pdev->dev, "presetn"); in rzg2l_cru_probe()
/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi.c279 csi_dev->reset = devm_reset_control_get_shared(dev, NULL); in sun6i_csi_resources_setup()
/openbmc/linux/drivers/usb/chipidea/
H A Dci_hdrc_tegra.c106 rst = devm_reset_control_get_shared(dev, "usb"); in tegra_usb_reset_controller()
/openbmc/linux/include/linux/
H A Dreset.h673 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared() function
/openbmc/linux/drivers/char/hw_random/
H A Djh7110-trng.c316 trng->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in starfive_trng_probe()
/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp.c378 isp_dev->reset = devm_reset_control_get_shared(dev, NULL); in sun6i_isp_resources_setup()

12