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

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc_helper.h98 void (*restore)(struct drm_encoder *encoder); member in struct:drm_encoder_helper_funcs
H A Ddrm_crtc.h313 * @restore: restore CRTC state
336 void (*restore)(struct drm_crtc *crtc); /* resume? */ member in struct:drm_crtc_funcs
453 * @restore: restore connector state
468 void (*restore)(struct drm_connector *connector); member in struct:drm_connector_funcs
/solaris-x11-s11/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)
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDPSScrollW.c179 static void EndFeedbackDrawing(Widget w, int restore);
3209 int restore)
3213 if (restore) {
3231 Bool restore)
3236 sw_class.end_feedback_drawing) (w, restore);
3207 EndFeedbackDrawing( Widget w, int restore) argument
3229 DSWEndFeedbackDrawing( Widget w, Bool restore) argument

Completed in 75 milliseconds