Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dserial_core.h746 static inline bool uart_console_enabled(struct uart_port *port) in uart_console_enabled() function
/linux-6.1.9/drivers/tty/serial/
Dserial_core.c2230 if (!uart_console_enabled(port) && !port->console_reinit) in uart_set_options()
2959 console = uart_console_enabled(uport); in console_show()
2981 oldconsole = uart_console_enabled(uport); in console_store()
3089 if (!uart_console_enabled(uport)) in uart_add_one_port()
Dpic32_uart.c922 if (uart_console_enabled(port)) { in pic32_uart_probe()
/linux-6.1.9/drivers/tty/serial/8250/
D8250_core.c568 if (uart_console_enabled(&up->port)) in serial8250_register_ports()