Searched refs:unblank (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/proc/
H A Dconsoles.c61 con->write ? 'W' : '-', con->unblank ? 'U' : '-',
/linux-master/include/linux/
H A Dconsole.h55 * @con_blank: blank/unblank the console. The target mode is passed in @blank.
309 * @unblank: Callback to unblank the console (Optional)
333 void (*unblank)(void); member in struct:console
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_base.c1042 int unblank = 0; local
1068 unblank = 1;
1075 if (unblank)
1087 if (unblank) {
/linux-master/kernel/printk/
H A Dprintk.c78 * their unblank() callback or not. So let's export it.
3094 * First check if there are any consoles implementing the unblank()
3101 if ((console_srcu_read_flags(c) & CON_ENABLED) && c->unblank) {
3111 * Stop console printing because the unblank() callback may
3138 if ((console_srcu_read_flags(c) & CON_ENABLED) && c->unblank)
3139 c->unblank();
3751 init_section_contains(con->unblank, 0) ||
/linux-master/drivers/tty/vt/
H A Dvt.c169 * ignore_poke: don't unblank the screen when things are typed. This is
3133 if (do_poke_blanked_console) { /* do not unblank for a LED change */
3310 .unblank = unblank_screen,
4565 * This is called by the outside world to cause a forced unblank, mostly for

Completed in 148 milliseconds