Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/sound/soc/uniphier/
Devea.c470 evea->rst = devm_reset_control_get_shared(&pdev->dev, "evea"); in evea_probe()
474 evea->rst_exiv = devm_reset_control_get_shared(&pdev->dev, "exiv"); in evea_probe()
505 evea->rst_adamv = devm_reset_control_get_shared(&pdev->dev, "adamv"); in evea_probe()
Daio-cpu.c617 chip->rst = devm_reset_control_get_shared(dev, "aio"); in uniphier_aio_probe()
/Linux-v4.19/drivers/phy/st/
Dphy-stih407-usb.c108 phy_dev->rstc = devm_reset_control_get_shared(dev, "global"); in stih407_usb2_picophy_probe()
/Linux-v4.19/drivers/reset/
Dreset-uniphier-usb3.c64 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_usb3_reset_probe()
/Linux-v4.19/drivers/regulator/
Duniphier-regulator.c74 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_regulator_probe()
/Linux-v4.19/drivers/phy/lantiq/
Dphy-lantiq-rcu-usb2.c191 priv->ctrl_reset = devm_reset_control_get_shared(dev, "ctrl"); in ltq_rcu_usb2_of_parse()
/Linux-v4.19/include/linux/
Dreset.h287 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared() function
/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-st.c244 devm_reset_control_get_shared(dev, "softreset"); in st_dwc3_probe()
/Linux-v4.19/drivers/usb/host/
Dehci-tegra.c429 tegra->rst = devm_reset_control_get_shared(&pdev->dev, "usb"); in tegra_ehci_probe()
/Linux-v4.19/drivers/i2c/busses/
Di2c-aspeed.c855 bus->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in aspeed_i2c_probe_bus()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c980 edp_rstc = devm_reset_control_get_shared(dev, "edp"); in sun4i_tcon_bind()
Dsun6i_mipi_dsi.c998 dsi->reset = devm_reset_control_get_shared(dev, NULL); in sun6i_dsi_probe()
/Linux-v4.19/drivers/net/ethernet/socionext/
Dsni_ave.c1663 priv->rst[i] = devm_reset_control_get_shared(dev, name); in ave_probe()