Home
last modified time | relevance | path

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

12

/linux-6.14.4/drivers/phy/socionext/
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()
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()
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()
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-6.14.4/drivers/gpu/drm/sti/
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()
/linux-6.14.4/sound/soc/uniphier/
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-6.14.4/drivers/phy/st/
Dphy-stih407-usb.c104 phy_dev->rstc = devm_reset_control_get_shared(dev, "global"); in stih407_usb2_picophy_probe()
/linux-6.14.4/drivers/pci/controller/dwc/
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()
Dpcie-uniphier.c378 pcie->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pcie_probe()
/linux-6.14.4/drivers/clk/renesas/
Dclk-vbattb.c121 rstc = devm_reset_control_get_shared(dev, NULL); in vbattb_clk_probe()
/linux-6.14.4/drivers/watchdog/
Dsunplus_wdt.c159 priv->rstc = devm_reset_control_get_shared(dev, NULL); in sp_wdt_probe()
/linux-6.14.4/drivers/regulator/
Duniphier-regulator.c72 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_regulator_probe()
/linux-6.14.4/drivers/crypto/starfive/
Djh7110-cryp.c124 cryp->rst = devm_reset_control_get_shared(cryp->dev, NULL); in starfive_cryp_probe()
/linux-6.14.4/drivers/phy/lantiq/
Dphy-lantiq-rcu-usb2.c194 priv->ctrl_reset = devm_reset_control_get_shared(dev, "ctrl"); in ltq_rcu_usb2_of_parse()
/linux-6.14.4/drivers/clk/starfive/
Dclk-starfive-jh7110-vout.c76 top_rst = devm_reset_control_get_shared(priv->dev, NULL); in jh7110_vout_top_rst_init()
/linux-6.14.4/drivers/mmc/host/
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()
/linux-6.14.4/Documentation/driver-api/
Dreset.rst76 the reset control is requested, either via devm_reset_control_get_shared() or
183 devm_reset_control_get_shared().
/linux-6.14.4/drivers/usb/dwc3/
Ddwc3-st.c248 devm_reset_control_get_shared(dev, "softreset"); in st_dwc3_probe()
/linux-6.14.4/sound/soc/codecs/
Dntp8918.c347 ntp8918->reset = devm_reset_control_get_shared(&i2c->dev, NULL); in ntp8918_i2c_probe()
Dntp8835.c424 ntp8835->reset = devm_reset_control_get_shared(&i2c->dev, NULL); in ntp8835_i2c_probe()
/linux-6.14.4/drivers/media/platform/renesas/rzg2l-cru/
Drzg2l-core.c254 cru->presetn = devm_reset_control_get_shared(&pdev->dev, "presetn"); in rzg2l_cru_probe()
/linux-6.14.4/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_csi.c279 csi_dev->reset = devm_reset_control_get_shared(dev, NULL); in sun6i_csi_resources_setup()
/linux-6.14.4/drivers/usb/chipidea/
Dci_hdrc_tegra.c106 rst = devm_reset_control_get_shared(dev, "usb"); in tegra_usb_reset_controller()
/linux-6.14.4/drivers/gpu/drm/renesas/rz-du/
Drzg2l_du_crtc.c383 rcrtc->rstc = devm_reset_control_get_shared(rcdu->dev, NULL); in rzg2l_du_crtc_create()
/linux-6.14.4/drivers/char/hw_random/
Djh7110-trng.c316 trng->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in starfive_trng_probe()

12