Searched refs:console_enable (Results 1 – 2 of 2) sorted by relevance
107 bool console_enable; member160 module_param_named(console_enable, initial_console_enable, bool, 0644);409 state->console_enable = true; in fiq_debugger_do_kgdb()684 state->console_enable = true; in fiq_debugger_fiq_exec()713 if (!state->console_enable) in fiq_debugger_fiq_exec()726 if (state->debug_enable && !state->console_enable) { in fiq_debugger_sleep_timer_expired()799 if (!state->console_enable) in fiq_debugger_handle_irq_context()952 state->console_enable = false; in fiq_debugger_handle_uart_interrupt()983 } else if (state->console_enable && state->tty_rbuf) { in fiq_debugger_handle_uart_interrupt()1046 if (!state->console_enable) in fiq_debugger_handle_uart_interrupt()[all …]