Searched refs:lvds_rst (Results 1 – 2 of 2) sorted by relevance
1172 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()
276 struct reset_control *lvds_rst; member