| /linux-6.15/include/linux/ |
| H A D | serial_core.h | 24 #define uart_console(port) \ macro 27 #define uart_console(port) ({ (void)port; 0; }) macro 640 if (likely(!uart_console(up))) in __uart_port_using_nbcon() 1094 return uart_console(port) && console_is_registered_locked(port->cons); in uart_console_registered_locked() 1099 return uart_console(port) && console_is_registered(port->cons); in uart_console_registered() 1275 if (port->has_sysrq && uart_console(port)) { in uart_handle_break()
|
| /linux-6.15/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_of.c | 290 if (!uart_console(port) || console_suspend_enabled) { in of_serial_suspend() 303 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 | 739 if (dma->fn && !uart_console(port)) { in omap_8250_startup() 1668 if (uart_console(&up->port) && console_suspend_enabled) in omap8250_suspend() 1681 if (uart_console(&up->port) && console_suspend_enabled) { in omap8250_resume()
|
| H A D | 8250_core.c | 585 if (!console_suspend_enabled && uart_console(port) && in serial8250_suspend_port()
|
| H A D | 8250_port.c | 2449 if (uart_console(port)) in serial8250_do_startup()
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | serial_core.c | 411 if (uart_console(uport) && tty) { in uart_shutdown() 1881 if (uport && !uart_console(uport)) in uart_hangup() 2430 if (uart_console(uport)) in uart_suspend_port() 2462 if (uart_console(uport)) { in uart_resume_port() 2597 if (uart_console(port)) in uart_configure_port() 2600 if (uart_console(port)) in uart_configure_port() 2610 if (uart_console(port)) in uart_configure_port() 2629 if (uart_console(port)) in uart_configure_port() 2644 if (!uart_console(port)) in uart_configure_port() 3058 if (!uart_console(uport)) in console_store() [all …]
|
| H A D | qcom_geni_serial.c | 218 if (uart_console(uport)) { in qcom_geni_serial_get_mctrl() 235 if (uart_console(uport)) in qcom_geni_serial_set_mctrl() 1178 if (uart_console(uport)) in qcom_geni_serial_port_setup() 1383 if (!uart_console(uport)) in qcom_geni_serial_set_termios() 1713 uart_console(uport) ? "console" : "uart", uport->line); in qcom_geni_serial_probe() 1792 if (uart_console(uport)) { in qcom_geni_serial_suspend() 1807 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 | 1639 if (uart_console(&sport->port)) in lpuart_setup_watermark() 1677 if (uart_console(&sport->port)) in lpuart32_setup_watermark() 1684 if (!uart_console(&sport->port)) { in lpuart32_setup_watermark() 1740 if (uart_console(&sport->port)) in lpuart_tx_dma_startup() 1772 if (uart_console(&sport->port)) in lpuart_rx_dma_startup() 3065 (!console_suspend_enabled && uart_console(&sport->port))) in lpuart_uport_is_active() 3188 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 | 1474 if (console_suspend_enabled && uart_console(port) && may_wake) { in cdns_uart_suspend() 1513 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 | 1657 if (uart_console(port)) in sci_request_dma() 3631 if (!console_suspend_enabled && uart_console(&sport->port)) in sci_suspend() 3645 if (!console_suspend_enabled && uart_console(&sport->port)) { in sci_resume()
|
| H A D | samsung_tty.c | 1245 if (!uart_console(port)) in s3c64xx_serial_startup() 1283 if (!uart_console(port)) in apple_s5l_serial_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()
|
| H A D | imx.c | 1499 if (!uart_console(port) && imx_uart_dma_init(sport) == 0) { in imx_uart_startup()
|