Searched refs:DPMS_STANDBY (Results 1 – 4 of 4) sorted by relevance
136 #define DPMS_STANDBY (1 << 7) macro
318 if (flags & DPMS_STANDBY) in get_dpms_capabilities()323 (flags & DPMS_STANDBY) ? "yes" : "no"); in get_dpms_capabilities()
134 if (DPMS_STANDBY(c->dpms)) in print_dpms_features()
365 #define DPMS_STANDBY(x) (x & 0x04) macro