Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/phy/socionext/
Dphy-uniphier-pcie.c219 devm_reset_control_get_shared(dev, "gio"); in uniphier_pciephy_probe()
227 priv->rst = devm_reset_control_get_shared(dev, "link"); in uniphier_pciephy_probe()
235 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.10/drivers/gpu/drm/sti/
Dsti_compositor.c237 compo->rst_main = devm_reset_control_get_shared(dev, "compo-main"); in sti_compositor_probe()
242 compo->rst_aux = devm_reset_control_get_shared(dev, "compo-aux"); in sti_compositor_probe()
/Linux-v5.10/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.c650 chip->rst = devm_reset_control_get_shared(dev, "aio"); in uniphier_aio_probe()
/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-uniphier-ep.c330 priv->rst_gio = devm_reset_control_get_shared(dev, "gio"); in uniphier_pcie_ep_probe()
338 priv->rst = devm_reset_control_get_shared(dev, "link"); in uniphier_pcie_ep_probe()
Dpcie-uniphier.c426 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.10/drivers/phy/st/
Dphy-stih407-usb.c104 phy_dev->rstc = devm_reset_control_get_shared(dev, "global"); in stih407_usb2_picophy_probe()
/Linux-v5.10/drivers/reset/
Dreset-uniphier-glue.c63 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_glue_reset_probe()
/Linux-v5.10/drivers/phy/lantiq/
Dphy-lantiq-rcu-usb2.c187 priv->ctrl_reset = devm_reset_control_get_shared(dev, "ctrl"); in ltq_rcu_usb2_of_parse()
Dphy-lantiq-vrx200-pcie.c455 priv->pcie_reset = devm_reset_control_get_shared(dev, "pcie"); in ltq_vrx200_pcie_phy_probe()
/Linux-v5.10/drivers/regulator/
Duniphier-regulator.c72 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_regulator_probe()
/Linux-v5.10/include/linux/
Dreset.h373 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared() function
/Linux-v5.10/drivers/mmc/host/
Duniphier-sd.c572 priv->rst = devm_reset_control_get_shared(dev, "host"); in uniphier_sd_probe()
580 priv->rst_br = devm_reset_control_get_shared(dev, "bridge"); in uniphier_sd_probe()
/Linux-v5.10/drivers/usb/dwc3/
Ddwc3-st.c244 devm_reset_control_get_shared(dev, "softreset"); in st_dwc3_probe()
Ddwc3-meson-g12a.c740 priv->reset = devm_reset_control_get_shared(dev, NULL); in dwc3_meson_g12a_probe()
/Linux-v5.10/drivers/phy/allwinner/
Dphy-sun6i-mipi-dphy.c277 dphy->reset = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_dphy_probe()
/Linux-v5.10/drivers/usb/host/
Dehci-tegra.c427 tegra->rst = devm_reset_control_get_shared(&pdev->dev, "usb"); in tegra_ehci_probe()
/Linux-v5.10/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.10/drivers/i2c/busses/
Di2c-aspeed.c992 bus->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in aspeed_i2c_probe_bus()
/Linux-v5.10/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c1139 edp_rstc = devm_reset_control_get_shared(dev, "edp"); in sun4i_tcon_bind()
Dsun6i_mipi_dsi.c1136 dsi->reset = devm_reset_control_get_shared(dev, NULL); in sun6i_dsi_probe()

12