taglinefilesource code
BLANK_TIMER1833drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1837drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1838drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1839drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1841drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1842drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1994drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1995drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1997drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1998drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2076drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2077drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2095drivers/char/console.ctimer_table[BLANK_TIMER].fn = vesa_powerdown_screen;
BLANK_TIMER2096drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + vesa_off_interval;
BLANK_TIMER2097drivers/char/console.ctimer_active |= (1<<BLANK_TIMER);
BLANK_TIMER2099drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2100drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2138drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2140drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2141drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;