Searched refs:BACKLIGHT_INCR (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/backlight/
H A Dbacklight.c46 #define BACKLIGHT_INCR 0x0004 macro
129 action = BACKLIGHT_INCR;
192 case BACKLIGHT_INCR:
200 percent = action == BACKLIGHT_INCR ? percent : -percent;

Completed in 64 milliseconds