Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsn_console.c94 struct uart_port sc_port; member
463 if (port->sc_port.state) { in sn_receive_chars()
465 tport = &port->sc_port.state->port; in sn_receive_chars()
481 spin_unlock_irqrestore(&port->sc_port.lock, flags); in sn_receive_chars()
483 spin_lock_irqsave(&port->sc_port.lock, flags); in sn_receive_chars()
509 port->sc_port.icount.rx++; in sn_receive_chars()
540 if (port->sc_port.state) { in sn_transmit_chars()
542 xmit = &port->sc_port.state->xmit; in sn_transmit_chars()
551 if (uart_circ_empty(xmit) || uart_tx_stopped(&port->sc_port)) { in sn_transmit_chars()
583 port->sc_port.icount.tx += result; in sn_transmit_chars()
[all …]