Searched refs:uart_console (Results 1 – 18 of 18) sorted by relevance
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()
294 if (!uart_console(port) || console_suspend_enabled) { in of_serial_suspend()307 if (!uart_console(port) || console_suspend_enabled) { in of_serial_resume()
187 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()
485 if (uart_console(&port->port)) in serial_pnp_probe()
628 if (uart_console(port)) in omap_8250_startup()1431 if (uart_console(&up->port)) in omap8250_runtime_suspend()
754 if (!console_suspend_enabled && uart_console(port) && in serial8250_suspend_port()
1346 if (uart_console(port)) in autoconfig_irq()1379 if (uart_console(port)) in autoconfig_irq()
222 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()
221 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 …]
734 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()
497 if (!uart_console(&s->port)) in uart_clps711x_probe()
1278 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()
1221 if (uart_console(u)) { in mxs_auart_startup()1259 if (uart_console(u)) { in mxs_auart_shutdown()
1865 uart_console(&up->port)) in serial_omap_runtime_suspend()
1089 if (!uart_console(port)) in s3c64xx_serial_startup()
1345 if (!uart_console(port) && imx_uart_dma_init(sport) == 0) in imx_uart_startup()
1570 if (uart_console(port)) in sci_request_dma()
23 #define uart_console(port) \ macro26 #define uart_console(port) ({ (void)port; 0; }) macro