Searched refs:CON_CONSDEV (Results 1 – 3 of 3) sorted by relevance
22 { CON_CONSDEV, 'C' }, in show_console_dev()
3850 newcon->flags |= CON_CONSDEV; in try_enable_preferred_console() 3877 newcon->flags |= CON_CONSDEV; in try_enable_default_console() 4027 * Note that a console with tty binding will have CON_CONSDEV in register_console() 4058 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console() 4094 /* Ensure CON_CONSDEV is always set for the head. */ in register_console() 4095 newcon->flags |= CON_CONSDEV; in register_console() 4098 } else if (newcon->flags & CON_CONSDEV) { in register_console() 4099 /* Only the new head can have CON_CONSDEV set. */ in register_console() 4100 console_srcu_write_flags(console_first(), console_first()->flags & ~CON_CONSDEV); in register_console() [all...]
164 * @CON_CONSDEV: Indicates that the console driver is backing191 CON_CONSDEV = BIT(1), enumerator