Searched refs:edp_rstc (Results 1 – 1 of 1) sorted by relevance
1118 struct reset_control *edp_rstc; in sun4i_tcon_bind() local1144 edp_rstc = devm_reset_control_get_shared(dev, "edp"); in sun4i_tcon_bind()1145 if (IS_ERR(edp_rstc)) { in sun4i_tcon_bind()1147 return PTR_ERR(edp_rstc); in sun4i_tcon_bind()1150 ret = reset_control_deassert(edp_rstc); in sun4i_tcon_bind()