Lines Matching refs:CON_CONSDEV
3849 newcon->flags |= CON_CONSDEV; in try_enable_preferred_console()
3876 newcon->flags |= CON_CONSDEV; in try_enable_default_console()
4057 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console()
4094 newcon->flags |= CON_CONSDEV; in register_console()
4097 } else if (newcon->flags & CON_CONSDEV) { in register_console()
4099 console_srcu_write_flags(console_first(), console_first()->flags & ~CON_CONSDEV); in register_console()
4127 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()
4197 if (!hlist_empty(&console_list) && console->flags & CON_CONSDEV) in unregister_console_locked()
4198 console_srcu_write_flags(console_first(), console_first()->flags | CON_CONSDEV); in unregister_console_locked()
4285 con->flags |= CON_CONSDEV; in console_force_preferred_locked()
4289 console_srcu_write_flags(cur_pref_con, cur_pref_con->flags & ~CON_CONSDEV); in console_force_preferred_locked()