Searched refs:DPMS_SUSPEND (Results 1 – 4 of 4) sorted by relevance
135 #define DPMS_SUSPEND (1 << 6) macro
316 if (flags & DPMS_SUSPEND) in get_dpms_capabilities()322 (flags & DPMS_SUSPEND) ? "yes" : "no", in get_dpms_capabilities()
136 if (DPMS_SUSPEND(c->dpms)) in print_dpms_features()
366 #define DPMS_SUSPEND(x) (x & 0x02) macro