Home
last modified time | relevance | path

Searched refs:CON_CONSDEV (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk.c2760 newcon->flags |= CON_CONSDEV; in try_enable_new_console()
2840 newcon->flags |= CON_CONSDEV; in register_console()
2863 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()
2871 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()
2875 newcon->next->flags &= ~CON_CONSDEV; in register_console()
2877 newcon->flags |= CON_CONSDEV; in register_console()
2920 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()
2972 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()
2973 console_drivers->flags |= CON_CONSDEV; in unregister_console()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dconsoles.c22 { CON_CONSDEV, 'C' }, in show_console_dev()
/OK3568_Linux_fs/kernel/include/linux/
H A Dconsole.h134 #define CON_CONSDEV (2) /* Preferred console, /dev/console */ macro
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dxen-fbfront.c516 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()