Searched refs:devm_reset_control_get_shared (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_compositor.c | 236 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/ |
D | evea.c | 470 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()
|
D | aio-cpu.c | 617 chip->rst = devm_reset_control_get_shared(dev, "aio"); in uniphier_aio_probe()
|
/Linux-v4.19/drivers/phy/st/ |
D | phy-stih407-usb.c | 108 phy_dev->rstc = devm_reset_control_get_shared(dev, "global"); in stih407_usb2_picophy_probe()
|
/Linux-v4.19/drivers/reset/ |
D | reset-uniphier-usb3.c | 64 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_usb3_reset_probe()
|
/Linux-v4.19/drivers/regulator/ |
D | uniphier-regulator.c | 74 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_regulator_probe()
|
/Linux-v4.19/drivers/phy/lantiq/ |
D | phy-lantiq-rcu-usb2.c | 191 priv->ctrl_reset = devm_reset_control_get_shared(dev, "ctrl"); in ltq_rcu_usb2_of_parse()
|
/Linux-v4.19/include/linux/ |
D | reset.h | 287 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared() function
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | dwc3-st.c | 244 devm_reset_control_get_shared(dev, "softreset"); in st_dwc3_probe()
|
/Linux-v4.19/drivers/usb/host/ |
D | ehci-tegra.c | 429 tegra->rst = devm_reset_control_get_shared(&pdev->dev, "usb"); in tegra_ehci_probe()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-aspeed.c | 855 bus->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in aspeed_i2c_probe_bus()
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun4i_tcon.c | 980 edp_rstc = devm_reset_control_get_shared(dev, "edp"); in sun4i_tcon_bind()
|
D | sun6i_mipi_dsi.c | 998 dsi->reset = devm_reset_control_get_shared(dev, NULL); in sun6i_dsi_probe()
|
/Linux-v4.19/drivers/net/ethernet/socionext/ |
D | sni_ave.c | 1663 priv->rst[i] = devm_reset_control_get_shared(dev, name); in ave_probe()
|