Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c1172 tcon->lvds_rst = devm_reset_control_get_optional(dev, "lvds"); in sun4i_tcon_bind()
1173 if (IS_ERR(tcon->lvds_rst)) { in sun4i_tcon_bind()
1175 return PTR_ERR(tcon->lvds_rst); in sun4i_tcon_bind()
1176 } else if (tcon->lvds_rst) { in sun4i_tcon_bind()
1178 reset_control_reset(tcon->lvds_rst); in sun4i_tcon_bind()
Dsun4i_tcon.h276 struct reset_control *lvds_rst; member