Lines Matching refs:reset
177 * drm_mode_config_reset - call ->reset callbacks
180 * This functions calls all the crtc's, encoder's and connector's ->reset
182 * reset hardware and software state.
193 if (plane->funcs->reset)
194 plane->funcs->reset(plane);
197 if (crtc->funcs->reset)
198 crtc->funcs->reset(crtc);
201 if (encoder->funcs && encoder->funcs->reset)
202 encoder->funcs->reset(encoder);
206 if (connector->funcs->reset)
207 connector->funcs->reset(connector);