Home
last modified time | relevance | path

Searched refs:uart_console (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/tty/serial/8250/
D8250_uniphier.c261 if (!uart_console(&up->port) || console_suspend_enabled) in uniphier_uart_suspend()
273 if (!uart_console(&up->port) || console_suspend_enabled) { in uniphier_uart_resume()
D8250_of.c294 if (!uart_console(port) || console_suspend_enabled) { in of_serial_suspend()
307 if (!uart_console(port) || console_suspend_enabled) { in of_serial_resume()
D8250_mtk.c187 if (uart_console(port)) in mtk8250_startup()
299 if (uart_console(port)) { in mtk8250_set_termios()
379 if (uart_console(port)) in mtk8250_set_termios()
D8250_pnp.c485 if (uart_console(&port->port)) in serial_pnp_probe()
D8250_omap.c628 if (uart_console(port)) in omap_8250_startup()
1431 if (uart_console(&up->port)) in omap8250_runtime_suspend()
D8250_core.c754 if (!console_suspend_enabled && uart_console(port) && in serial8250_suspend_port()
D8250_port.c1346 if (uart_console(port)) in autoconfig_irq()
1379 if (uart_console(port)) in autoconfig_irq()
/Linux-v5.4/drivers/tty/serial/
Dqcom_geni_serial.c222 if (uart_console(uport)) { in qcom_geni_serial_get_mctrl()
238 if (uart_console(uport)) in qcom_geni_serial_set_mctrl()
830 if (uart_console(uport)) in qcom_geni_serial_shutdown()
846 if (uart_console(uport)) { in qcom_geni_serial_port_setup()
869 if (uart_console(uport)) in qcom_geni_serial_port_setup()
877 if (!uart_console(uport)) { in qcom_geni_serial_port_setup()
895 (uart_console(uport) ? "console" : "uart"), uport->line); in qcom_geni_serial_startup()
1034 if (!uart_console(uport)) in qcom_geni_serial_set_termios()
Dserial_core.c221 if (uart_console(uport) && uport->cons->cflag) { in uart_port_startup()
291 if (uport && uart_console(uport) && tty) in uart_shutdown()
1676 if (uport && !uart_console(uport)) in uart_hangup()
2069 if (!(uart_console(port) && (port->cons->flags & CON_ENABLED))) { in uart_set_options()
2169 if (!console_suspend_enabled && uart_console(uport)) in uart_suspend_port()
2202 if (uart_console(uport)) in uart_suspend_port()
2236 if (uart_console(uport)) { in uart_resume_port()
2264 if (console_suspend_enabled || !uart_console(uport)) { in uart_resume_port()
2384 if (!uart_console(port)) in uart_configure_port()
2830 if (!(uart_console(uport) && (uport->cons->flags & CON_ENABLED))) { in uart_add_one_port()
[all …]
Dmpc52xx_uart.c734 if (uart_console(port)) in mpc512x_psc_endis_clock()
1157 if (!uart_console(port)) in mpc52xx_uart_shutdown()
1775 (uart_console(port) ? 0 : UPF_IOREMAP); in mpc52xx_uart_of_probe()
Dclps711x.c497 if (!uart_console(&s->port)) in uart_clps711x_probe()
Dxilinx_uartps.c1278 if (console_suspend_enabled && uart_console(port) && may_wake) { in cdns_uart_suspend()
1316 if (console_suspend_enabled && uart_console(port) && !may_wake) { in cdns_uart_resume()
Dmxs-auart.c1221 if (uart_console(u)) { in mxs_auart_startup()
1259 if (uart_console(u)) { in mxs_auart_shutdown()
Domap-serial.c1865 uart_console(&up->port)) in serial_omap_runtime_suspend()
Dsamsung.c1089 if (!uart_console(port)) in s3c64xx_serial_startup()
Dimx.c1345 if (!uart_console(port) && imx_uart_dma_init(sport) == 0) in imx_uart_startup()
Dsh-sci.c1570 if (uart_console(port)) in sci_request_dma()
/Linux-v5.4/include/linux/
Dserial_core.h23 #define uart_console(port) \ macro
26 #define uart_console(port) ({ (void)port; 0; }) macro