taglinefilesource code
BLANK_TIMER2011arch/m68k/kernel/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2015arch/m68k/kernel/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2016arch/m68k/kernel/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER2017arch/m68k/kernel/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2019arch/m68k/kernel/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2020arch/m68k/kernel/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2211arch/m68k/kernel/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2212arch/m68k/kernel/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER2214arch/m68k/kernel/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2215arch/m68k/kernel/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2276arch/m68k/kernel/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2277arch/m68k/kernel/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2301arch/m68k/kernel/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2303arch/m68k/kernel/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2304arch/m68k/kernel/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1838drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1842drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1843drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1844drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1846drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1847drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2022drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2023drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER2025drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2026drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2109drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2110drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2128drivers/char/console.ctimer_table[BLANK_TIMER].fn = vesa_powerdown_screen;
BLANK_TIMER2129drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + vesa_off_interval;
BLANK_TIMER2130drivers/char/console.ctimer_active |= (1<<BLANK_TIMER);
BLANK_TIMER2132drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2133drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2171drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2173drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2174drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;