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_TIMER2112drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2113drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2131drivers/char/console.ctimer_table[BLANK_TIMER].fn = vesa_powerdown_screen;
BLANK_TIMER2132drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + vesa_off_interval;
BLANK_TIMER2133drivers/char/console.ctimer_active |= (1<<BLANK_TIMER);
BLANK_TIMER2135drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2136drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2174drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2176drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2177drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;