Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dsn_console.c75 struct uart_port sc_port; member
444 if (port->sc_port.state) { in sn_receive_chars()
446 tport = &port->sc_port.state->port; in sn_receive_chars()
462 spin_unlock_irqrestore(&port->sc_port.lock, flags); in sn_receive_chars()
464 spin_lock_irqsave(&port->sc_port.lock, flags); in sn_receive_chars()
490 port->sc_port.icount.rx++; in sn_receive_chars()
521 if (port->sc_port.state) { in sn_transmit_chars()
523 xmit = &port->sc_port.state->xmit; in sn_transmit_chars()
532 if (uart_circ_empty(xmit) || uart_tx_stopped(&port->sc_port)) { in sn_transmit_chars()
564 port->sc_port.icount.tx += result; in sn_transmit_chars()
[all …]