Searched defs:restore (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_crtc_helper.h100 void (*restore)(struct drm_encoder *encoder); member in struct:drm_encoder_helper_funcs
H A Ddrm_crtc.h315 * @restore: restore CRTC state
338 void (*restore)(struct drm_crtc *crtc); /* resume? */ member in struct:drm_crtc_funcs
455 * @restore: restore connector state
470 void (*restore)(struct drm_connector *connector); member in struct:drm_connector_funcs
/solaris-x11-s12/open-src/kernel/i915/src/
H A Ddvo_ns2501.c311 bool restore = false; local
489 if (restore)
492 restore = true;
499 if (restore)
521 bool restore = false; local
549 if (restore)
552 restore = true;
556 if (restore)

Completed in 455 milliseconds