Home
last modified time | relevance | path

Searched refs:uart_console_enabled (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h423 static inline bool uart_console_enabled(struct uart_port *port) in uart_console_enabled() function
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c2135 if (!uart_console_enabled(port) && !port->console_reinit) in uart_set_options()
2826 console = uart_console_enabled(uport); in console_show()
2848 oldconsole = uart_console_enabled(uport); in console_store()
2957 if (!uart_console_enabled(uport)) in uart_add_one_port()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_core.c576 if (uart_console_enabled(&up->port)) in serial8250_register_ports()