Lines Matching refs:reset
174 * drm_mode_config_reset - call ->reset callbacks
177 * This functions calls all the crtc's, encoder's and connector's ->reset
179 * reset hardware and software state.
190 if (plane->funcs->reset)
191 plane->funcs->reset(plane);
194 if (crtc->funcs->reset)
195 crtc->funcs->reset(crtc);
198 if (encoder->funcs->reset)
199 encoder->funcs->reset(encoder);
203 if (connector->funcs->reset)
204 connector->funcs->reset(connector);