Home
last modified time | relevance | path

Searched refs:top_rst (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/clk/starfive/
H A Dclk-starfive-jh7110-vout.c73 struct reset_control *top_rst; in jh7110_vout_top_rst_init() local
76 top_rst = devm_reset_control_get_shared(priv->dev, NULL); in jh7110_vout_top_rst_init()
77 if (IS_ERR(top_rst)) in jh7110_vout_top_rst_init()
78 return dev_err_probe(priv->dev, PTR_ERR(top_rst), "failed to get top reset\n"); in jh7110_vout_top_rst_init()
80 return reset_control_deassert(top_rst); in jh7110_vout_top_rst_init()
/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.c48 struct reset_control *top_rst; member
306 mipi_dsi->top_rst = devm_reset_control_get_exclusive(dev, "top"); in meson_dw_mipi_dsi_probe()
307 if (IS_ERR(mipi_dsi->top_rst)) in meson_dw_mipi_dsi_probe()
308 return dev_err_probe(dev, PTR_ERR(mipi_dsi->top_rst), in meson_dw_mipi_dsi_probe()
311 reset_control_assert(mipi_dsi->top_rst); in meson_dw_mipi_dsi_probe()
313 reset_control_deassert(mipi_dsi->top_rst); in meson_dw_mipi_dsi_probe()