Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/socionext/
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.c342 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_u3hsphy_probe()
346 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3hsphy_probe()
Dphy-uniphier-pcie.c188 priv->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pciephy_probe()
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_compositor.c239 compo->rst_main = devm_reset_control_get_shared(dev, "compo-main"); in sti_compositor_probe()
244 compo->rst_aux = devm_reset_control_get_shared(dev, "compo-aux"); in sti_compositor_probe()
/Linux-v5.4/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.c627 chip->rst = devm_reset_control_get_shared(dev, "aio"); in uniphier_aio_probe()
/Linux-v5.4/drivers/phy/st/
Dphy-stih407-usb.c104 phy_dev->rstc = devm_reset_control_get_shared(dev, "global"); in stih407_usb2_picophy_probe()
/Linux-v5.4/drivers/reset/
Dreset-uniphier-glue.c64 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_glue_reset_probe()
/Linux-v5.4/drivers/regulator/
Duniphier-regulator.c74 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_regulator_probe()
/Linux-v5.4/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.c454 priv->pcie_reset = devm_reset_control_get_shared(dev, "pcie"); in ltq_vrx200_pcie_phy_probe()
/Linux-v5.4/include/linux/
Dreset.h351 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared() function
/Linux-v5.4/drivers/mmc/host/
Duniphier-sd.c575 priv->rst = devm_reset_control_get_shared(dev, "host"); in uniphier_sd_probe()
583 priv->rst_br = devm_reset_control_get_shared(dev, "bridge"); in uniphier_sd_probe()
/Linux-v5.4/drivers/usb/dwc3/
Ddwc3-st.c244 devm_reset_control_get_shared(dev, "softreset"); in st_dwc3_probe()
/Linux-v5.4/drivers/phy/allwinner/
Dphy-sun6i-mipi-dphy.c277 dphy->reset = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_dphy_probe()
/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-uniphier.c432 priv->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pcie_probe()
Dpci-meson.c115 reset = devm_reset_control_get_shared(dev, id); in meson_pcie_get_reset()
/Linux-v5.4/drivers/usb/host/
Dehci-tegra.c429 tegra->rst = devm_reset_control_get_shared(&pdev->dev, "usb"); in tegra_ehci_probe()
/Linux-v5.4/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_csi.c862 sdev->rstc_bus = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_csi_resource_request()
/Linux-v5.4/drivers/i2c/busses/
Di2c-aspeed.c983 bus->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in aspeed_i2c_probe_bus()
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun6i_mipi_dsi.c1110 dsi->reset = devm_reset_control_get_shared(dev, NULL); in sun6i_dsi_probe()
Dsun4i_tcon.c1117 edp_rstc = devm_reset_control_get_shared(dev, "edp"); in sun4i_tcon_bind()
/Linux-v5.4/drivers/net/ethernet/socionext/
Dsni_ave.c1653 priv->rst[i] = devm_reset_control_get_shared(dev, name); in ave_probe()