Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/phy/socionext/
Dphy-uniphier-pcie.c222 devm_reset_control_get_shared(dev, "gio"); in uniphier_pciephy_probe()
230 priv->rst = devm_reset_control_get_shared(dev, "link"); in uniphier_pciephy_probe()
238 priv->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pciephy_probe()
Dphy-uniphier-usb3ss.c243 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_u3ssphy_probe()
252 devm_reset_control_get_shared(dev, "gio"); in uniphier_u3ssphy_probe()
261 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()
Dphy-uniphier-ahci.c260 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_ahciphy_probe()
264 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_ahciphy_probe()
/Linux-v5.15/drivers/gpu/drm/sti/
Dsti_compositor.c235 compo->rst_main = devm_reset_control_get_shared(dev, "compo-main"); in sti_compositor_probe()
240 compo->rst_aux = devm_reset_control_get_shared(dev, "compo-aux"); in sti_compositor_probe()
/Linux-v5.15/sound/soc/uniphier/
Devea.c469 evea->rst = devm_reset_control_get_shared(&pdev->dev, "evea"); in evea_probe()
473 evea->rst_exiv = devm_reset_control_get_shared(&pdev->dev, "exiv"); in evea_probe()
503 evea->rst_adamv = devm_reset_control_get_shared(&pdev->dev, "adamv"); in evea_probe()
Daio-cpu.c645 chip->rst = devm_reset_control_get_shared(dev, "aio"); in uniphier_aio_probe()
/Linux-v5.15/drivers/pci/controller/dwc/
Dpcie-uniphier-ep.c295 priv->rst_gio = devm_reset_control_get_shared(dev, "gio"); in uniphier_pcie_ep_probe()
303 priv->rst = devm_reset_control_get_shared(dev, "link"); in uniphier_pcie_ep_probe()
Dpcie-uniphier.c383 priv->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pcie_probe()
Dpci-meson.c84 reset = devm_reset_control_get_shared(dev, id); in meson_pcie_get_reset()
/Linux-v5.15/drivers/phy/st/
Dphy-stih407-usb.c104 phy_dev->rstc = devm_reset_control_get_shared(dev, "global"); in stih407_usb2_picophy_probe()
/Linux-v5.15/drivers/reset/
Dreset-uniphier-glue.c63 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_glue_reset_probe()
/Linux-v5.15/drivers/phy/lantiq/
Dphy-lantiq-rcu-usb2.c195 priv->ctrl_reset = devm_reset_control_get_shared(dev, "ctrl"); in ltq_rcu_usb2_of_parse()
Dphy-lantiq-vrx200-pcie.c453 priv->pcie_reset = devm_reset_control_get_shared(dev, "pcie"); in ltq_vrx200_pcie_phy_probe()
/Linux-v5.15/drivers/regulator/
Duniphier-regulator.c72 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_regulator_probe()
/Linux-v5.15/drivers/mmc/host/
Duniphier-sd.c570 priv->rst = devm_reset_control_get_shared(dev, "host"); in uniphier_sd_probe()
578 priv->rst_br = devm_reset_control_get_shared(dev, "bridge"); in uniphier_sd_probe()
/Linux-v5.15/drivers/usb/dwc3/
Ddwc3-st.c244 devm_reset_control_get_shared(dev, "softreset"); in st_dwc3_probe()
Ddwc3-meson-g12a.c745 priv->reset = devm_reset_control_get_shared(dev, NULL); in dwc3_meson_g12a_probe()
/Linux-v5.15/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-v5.15/drivers/phy/allwinner/
Dphy-sun6i-mipi-dphy.c275 dphy->reset = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_dphy_probe()
/Linux-v5.15/drivers/usb/chipidea/
Dci_hdrc_tegra.c102 rst = devm_reset_control_get_shared(dev, "usb"); in tegra_usb_reset_controller()
/Linux-v5.15/include/linux/
Dreset.h653 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared() function
/Linux-v5.15/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_csi.c864 sdev->rstc_bus = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_csi_resource_request()
/Linux-v5.15/drivers/i2c/busses/
Di2c-aspeed.c996 bus->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in aspeed_i2c_probe_bus()
/Linux-v5.15/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c1146 edp_rstc = devm_reset_control_get_shared(dev, "edp"); in sun4i_tcon_bind()

12