taglinefilesource code
BLANK_TIMER1841drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1845drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1846drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1847drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1849drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1850drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2027drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2028drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER2030drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2031drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2110drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2111drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2129drivers/char/console.ctimer_table[BLANK_TIMER].fn = vesa_powerdown_screen;
BLANK_TIMER2130drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + vesa_off_interval;
BLANK_TIMER2131drivers/char/console.ctimer_active |= (1<<BLANK_TIMER);
BLANK_TIMER2133drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2134drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2172drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2174drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2175drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;