Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dof_serial.c277 if (info->clk && (!uart_console(port) || console_suspend_enabled)) in of_serial_suspend_8250()
286 if (info->clk && (!uart_console(port) || console_suspend_enabled)) in of_serial_resume_8250()
Dserial_core.c165 if (uart_console(uport) && uport->cons->cflag) { in uart_port_startup()
240 if (uart_console(uport) && tty) in uart_shutdown()
1427 } else if (!uart_console(uport)) { in uart_close()
1524 if (!uart_console(state->uart_port)) in uart_hangup()
1938 if (!(uart_console(port) && (port->cons->flags & CON_ENABLED))) { in uart_set_options()
2047 if (!console_suspend_enabled && uart_console(uport)) in uart_suspend_port()
2081 if (uart_console(uport)) in uart_suspend_port()
2117 if (uart_console(uport)) { in uart_resume_port()
2145 if (console_suspend_enabled || !uart_console(uport)) { in uart_resume_port()
2265 if (!uart_console(port)) in uart_configure_port()
[all …]
Dmpc52xx_uart.c737 if (uart_console(port)) in mpc512x_psc_endis_clock()
1160 if (!uart_console(port)) in mpc52xx_uart_shutdown()
1778 (uart_console(port) ? 0 : UPF_IOREMAP); in mpc52xx_uart_of_probe()
Dclps711x.c512 if (!uart_console(&s->port)) in uart_clps711x_probe()
Dmxs-auart.c898 if (uart_console(u)) { in mxs_auart_startup()
936 if (uart_console(u)) { in mxs_auart_shutdown()
Domap-serial.c1816 uart_console(&up->port)) in serial_omap_runtime_suspend()
Dsamsung.c1055 if (!uart_console(port)) in s3c64xx_serial_startup()
Dimx.c1130 if (is_imx6q_uart(sport) && !uart_console(port) && in imx_startup()
/linux-4.4.14/include/linux/
Dserial_core.h35 #define uart_console(port) \ macro
38 #define uart_console(port) ({ (void)port; 0; }) macro
/linux-4.4.14/drivers/tty/serial/8250/
D8250_pnp.c486 if (uart_console(&port->port)) in serial_pnp_probe()
D8250_core.c756 if (!console_suspend_enabled && uart_console(port) && in serial8250_suspend_port()
D8250_port.c1243 if (uart_console(port)) in autoconfig_irq()
1277 if (uart_console(port)) in autoconfig_irq()
D8250_omap.c1354 if (uart_console(&up->port)) in omap8250_runtime_suspend()