Searched refs:uart_console (Results 1 – 23 of 23) sorted by relevance
148 if (!uart_console(port) || console_suspend_enabled) in tegra_uart_suspend()160 if (!uart_console(port) || console_suspend_enabled) in tegra_uart_resume()
261 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()
276 if (!uart_console(port) || console_suspend_enabled) { in of_serial_suspend()289 if (!uart_console(port) || console_suspend_enabled) { in of_serial_resume()
193 if (uart_console(port)) in mtk8250_startup()305 if (uart_console(port)) { in mtk8250_set_termios()403 if (uart_console(port)) in mtk8250_set_termios()
483 if (uart_console(&port->port)) in serial_pnp_probe()
692 if (uart_console(port)) in omap_8250_startup()1609 if (uart_console(&up->port)) in omap8250_runtime_suspend()
1392 if (uart_console(port)) in autoconfig_irq()1425 if (uart_console(port)) in autoconfig_irq()2400 if (uart_console(port)) in serial8250_do_startup()
752 if (!console_suspend_enabled && uart_console(port) && in serial8250_suspend_port()
23 #define uart_console(port) \ macro26 #define uart_console(port) ({ (void)port; 0; }) macro571 if (port->has_sysrq && uart_console(port)) { in uart_handle_break()
223 if (uart_console(uport) && uport->cons->cflag) { in uart_port_startup()297 if (uport && uart_console(uport) && tty) { in uart_shutdown()1681 if (uport && !uart_console(uport)) in uart_hangup()2185 if (!console_suspend_enabled && uart_console(uport)) in uart_suspend_port()2218 if (uart_console(uport)) in uart_suspend_port()2252 if (uart_console(uport)) { in uart_resume_port()2282 if (console_suspend_enabled || !uart_console(uport)) { in uart_resume_port()2411 if (!uart_console(port)) in uart_configure_port()2808 if (uart_console(uport)) { in console_store()2922 port->console = uart_console(uport); in uart_add_one_port()[all …]
222 if (uart_console(uport)) { in qcom_geni_serial_get_mctrl()239 if (uart_console(uport)) in qcom_geni_serial_set_mctrl()923 if (uart_console(uport)) in qcom_geni_serial_port_setup()1070 if (!uart_console(uport)) in qcom_geni_serial_set_termios()1398 uart_console(uport) ? "console" : "uart", uport->line); in qcom_geni_serial_probe()1488 if (uart_console(uport)) { in qcom_geni_serial_sys_suspend()1503 if (uart_console(uport)) { in qcom_geni_serial_sys_resume()
2693 if (uart_console(port) && console_suspend_enabled) { in atmel_serial_suspend()2700 if (uart_console(port) && !console_suspend_enabled) { in atmel_serial_suspend()2736 if (uart_console(port) && !console_suspend_enabled) { in atmel_serial_resume()2890 if (uart_console(&atmel_port->uart) in atmel_serial_probe()2933 if (!uart_console(&atmel_port->uart)) { in atmel_serial_probe()
730 if (uart_console(port)) in mpc512x_psc_endis_clock()1153 if (!uart_console(port)) in mpc52xx_uart_shutdown()1766 (uart_console(port) ? 0 : UPF_IOREMAP); in mpc52xx_uart_of_probe()
494 if (!uart_console(&s->port)) in uart_clps711x_probe()
1311 if (console_suspend_enabled && uart_console(port) && may_wake) { in cdns_uart_suspend()1349 if (console_suspend_enabled && uart_console(port) && !may_wake) { in cdns_uart_resume()
1189 if (uart_console(u)) { in mxs_auart_startup()1227 if (uart_console(u)) { in mxs_auart_shutdown()
871 if (uart_console(port) && (pic32_console.flags & CON_ENABLED)) { in pic32_uart_probe()
407 if (uart_console(port)) in lpuart_global_reset()1636 if (uart_console(&sport->port)) in lpuart_tx_dma_startup()1668 if (uart_console(&sport->port)) in lpuart_rx_dma_startup()
1381 if (uart_console(port)) in stm32_usart_of_dma_rx_probe()1764 if (console_suspend_enabled || !uart_console(port)) { in stm32_usart_serial_suspend()
1307 if (!uart_console(port)) in s3c64xx_serial_startup()1345 if (!uart_console(port)) in apple_s5l_serial_startup()
1798 uart_console(&up->port)) in serial_omap_runtime_suspend()
1410 if (!uart_console(port) && imx_uart_dma_init(sport) == 0) in imx_uart_startup()
1580 if (uart_console(port)) in sci_request_dma()
Completed in 75 milliseconds