Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c1008 tcon->lvds_rst = devm_reset_control_get_optional(dev, "lvds"); in sun4i_tcon_bind()
1009 if (IS_ERR(tcon->lvds_rst)) { in sun4i_tcon_bind()
1011 return PTR_ERR(tcon->lvds_rst); in sun4i_tcon_bind()
1012 } else if (tcon->lvds_rst) { in sun4i_tcon_bind()
1014 reset_control_reset(tcon->lvds_rst); in sun4i_tcon_bind()
Dsun4i_tcon.h254 struct reset_control *lvds_rst; member