| /linux/include/linux/ |
| H A D | serial_core.h | 24 #define uart_console(port) \ macro 27 #define uart_console(port) ({ (void)port; 0; }) macro 642 if (likely(!uart_console(up))) in __uart_port_using_nbcon() 1109 return uart_console(port) && console_is_registered_locked(port->cons); in uart_console_registered_locked() 1114 return uart_console(port) && console_is_registered(port->cons); in uart_console_registered() 1288 if (port->has_sysrq && uart_console(port)) { in uart_handle_break()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_tegra.c | 141 if (!uart_console(port) || console_suspend_enabled) in tegra_uart_suspend() 153 if (!uart_console(port) || console_suspend_enabled) in tegra_uart_resume()
|
| H A D | 8250_uniphier.c | 250 if (!uart_console(&up->port) || console_suspend_enabled) in uniphier_uart_suspend() 262 if (!uart_console(&up->port) || console_suspend_enabled) { in uniphier_uart_resume()
|
| H A D | 8250_loongson.c | 191 if (!uart_console(&up->port) || console_suspend_enabled) in loongson_uart_suspend() 203 if (!uart_console(&up->port) || console_suspend_enabled) { in loongson_uart_resume()
|
| H A D | 8250_of.c | 301 if (!uart_console(port) || console_suspend_enabled) { in of_serial_suspend() 315 if (!uart_console(port) || console_suspend_enabled) { in of_serial_resume()
|
| H A D | 8250_mtk.c | 197 if (uart_console(port)) in mtk8250_startup() 322 if (uart_console(port)) { in mtk8250_set_termios() 420 if (uart_console(port)) in mtk8250_set_termios()
|
| H A D | 8250_pnp.c | 485 if (uart_console(&port->port)) in serial_pnp_probe()
|
| H A D | 8250_bcm2835aux.c | 225 if (uart_console(&up->port) && !console_suspend_enabled) in bcm2835aux_can_disable_clock()
|
| H A D | 8250_omap.c | 734 if (dma->fn && !uart_console(port)) { in omap_8250_startup() 1675 if (uart_console(&up->port) && console_suspend_enabled) in omap8250_suspend() 1695 if (uart_console(&up->port) && console_suspend_enabled) { in omap8250_resume()
|
| H A D | 8250_core.c | 587 if (!console_suspend_enabled && uart_console(port) && in serial8250_suspend_port()
|
| H A D | 8250_port.c | 2319 if (uart_console(port)) in serial8250_do_startup()
|
| /linux/drivers/tty/serial/ |
| H A D | serial_core.c | 323 if (uart_console(uport) && uport->cons->cflag) { in uart_port_startup() 409 if (uart_console(uport) && tty) { in uart_shutdown() 1838 if (uport && !uart_console(uport)) in uart_hangup() 2311 if (!console_suspend_enabled && uart_console(uport)) { in uart_suspend_port() 2356 if (uart_console(uport)) in uart_suspend_port() 2388 if (uart_console(uport)) { in uart_resume_port() 2422 if (console_suspend_enabled || !uart_console(uport)) { in uart_resume_port() 2521 if (uart_console(port)) in uart_configure_port() 2524 if (uart_console(port)) in uart_configure_port() 2532 if (uart_console(port)) in uart_configure_port() [all …]
|
| H A D | qcom_geni_serial.c | 230 if (uart_console(uport)) { in qcom_geni_serial_get_mctrl() 247 if (uart_console(uport)) in qcom_geni_serial_set_mctrl() 1223 if (uart_console(uport)) in qcom_geni_serial_port_setup() 1425 if (!uart_console(uport)) in qcom_geni_serial_set_termios() 1851 uart_console(uport) ? "console" : "uart", uport->line); in qcom_geni_serial_probe() 1962 if (uart_console(uport)) { in qcom_geni_serial_suspend() 1977 if (uart_console(uport)) { in qcom_geni_serial_resume()
|
| H A D | sunplus-uart.c | 672 if (!uart_console(&sup->port)) in sunplus_uart_suspend() 682 if (!uart_console(&sup->port)) in sunplus_uart_resume()
|
| H A D | fsl_lpuart.c | 1642 if (uart_console(&sport->port)) in lpuart_setup_watermark() 1680 if (uart_console(&sport->port)) in lpuart32_setup_watermark() 1687 if (!uart_console(&sport->port)) { in lpuart32_setup_watermark() 1743 if (uart_console(&sport->port)) in lpuart_tx_dma_startup() 1775 if (uart_console(&sport->port)) in lpuart_rx_dma_startup() 3068 (!console_suspend_enabled && uart_console(&sport->port))) in lpuart_uport_is_active() 3199 console_suspend_enabled && uart_console(uport)) { in lpuart_console_fixup()
|
| H A D | mpc52xx_uart.c | 732 if (uart_console(port)) in mpc512x_psc_endis_clock() 1152 if (!uart_console(port)) in mpc52xx_uart_shutdown() 1733 (uart_console(port) ? 0 : UPF_IOREMAP); in mpc52xx_uart_of_probe()
|
| H A D | clps711x.c | 493 if (!uart_console(&s->port)) in uart_clps711x_probe()
|
| H A D | mxs-auart.c | 1174 if (uart_console(u)) { in mxs_auart_startup() 1212 if (uart_console(u)) { in mxs_auart_shutdown()
|
| H A D | xilinx_uartps.c | 1470 if (console_suspend_enabled && uart_console(port) && may_wake) { in cdns_uart_suspend() 1509 if (console_suspend_enabled && uart_console(port) && !may_wake) { in cdns_uart_resume()
|
| H A D | atmel_serial.c | 2731 if (uart_console(port) && console_suspend_enabled) { in atmel_serial_suspend() 2738 if (uart_console(port) && !console_suspend_enabled) { in atmel_serial_suspend() 2774 if (uart_console(port) && !console_suspend_enabled) { in atmel_serial_resume()
|
| H A D | sh-sci.c | 1816 if (uart_console(port)) in sci_request_dma() 3958 if (!console_suspend_enabled && uart_console(&sport->port)) { in sci_suspend() 3974 if (!console_suspend_enabled && uart_console(&sport->port)) { in sci_resume()
|
| H A D | samsung_tty.c | 1247 if (!uart_console(port)) in s3c64xx_serial_startup() 1285 if (!uart_console(port)) in apple_s5l_serial_startup()
|
| H A D | imx.c | 1487 if (uart_console(&sport->port)) in imx_uart_startup() 1506 if (!uart_console(port) && imx_uart_dma_init(sport) == 0) { in imx_uart_startup()
|
| H A D | omap-serial.c | 1750 uart_console(&up->port)) in serial_omap_runtime_suspend()
|
| H A D | stm32-usart.c | 2134 if (console_suspend_enabled || !uart_console(port)) { in stm32_usart_serial_suspend()
|