tag | line | file | source code |
BLANK_TIMER | 1841 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 1845 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
BLANK_TIMER | 1846 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1847 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1849 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1850 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 2027 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 2028 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 2030 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 2031 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 2110 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 2111 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
BLANK_TIMER | 2129 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = vesa_powerdown_screen; |
BLANK_TIMER | 2130 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + vesa_off_interval; |
BLANK_TIMER | 2131 | drivers/char/console.c | timer_active |= (1<<BLANK_TIMER); |
BLANK_TIMER | 2133 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 2134 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
BLANK_TIMER | 2172 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 2174 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 2175 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |