Home
last modified time | relevance | path

Searched refs:lvds_rst (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c1166 tcon->lvds_rst = devm_reset_control_get_optional(dev, "lvds"); in sun4i_tcon_bind()
1167 if (IS_ERR(tcon->lvds_rst)) { in sun4i_tcon_bind()
1169 return PTR_ERR(tcon->lvds_rst); in sun4i_tcon_bind()
1170 } else if (tcon->lvds_rst) { in sun4i_tcon_bind()
1172 reset_control_reset(tcon->lvds_rst); in sun4i_tcon_bind()
H A Dsun4i_tcon.h276 struct reset_control *lvds_rst; member
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c1171 tcon->lvds_rst = devm_reset_control_get_optional(dev, "lvds"); in sun4i_tcon_bind()
1172 if (IS_ERR(tcon->lvds_rst)) { in sun4i_tcon_bind()
1174 return PTR_ERR(tcon->lvds_rst); in sun4i_tcon_bind()
1175 } else if (tcon->lvds_rst) { in sun4i_tcon_bind()
1177 reset_control_reset(tcon->lvds_rst); in sun4i_tcon_bind()
H A Dsun4i_tcon.h277 struct reset_control *lvds_rst; member

Completed in 6 milliseconds