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