Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c134 struct uart_port *ip_port; member
595 __func__, ((struct uart_port *)port->ip_port)->line, in config_port()
740 if (!uart_tx_stopped(port->ip_port)) { in do_write()
1078 if (port->ip_port) { in ioc3_cb_output_lowat()
1079 spin_lock_irqsave(&port->ip_port->lock, pflags); in ioc3_cb_output_lowat()
1080 transmit_chars(port->ip_port); in ioc3_cb_output_lowat()
1081 spin_unlock_irqrestore(&port->ip_port->lock, pflags); in ioc3_cb_output_lowat()
1286 && port->ip_port) { in do_read()
1288 (port->ip_port, 0); in do_read()
1476 ((struct uart_port *)port->ip_port)->line); in ioc3uart_intr_one()
[all …]
Dioc4_serial.c451 struct uart_port *ip_port; /* current active port ptr */ member
646 && (port->ip_port == uart_port)) in port_is_active()
760 port->ip_port = the_port; in get_ioc4_port()
1470 if (!uart_tx_stopped(port->ip_port)) { in do_write()
1886 && (port->ip_port)) { in handle_intr()
1887 the_port = port->ip_port; in handle_intr()
1907 && (port->ip_port)) { in handle_intr()
1908 the_port = port->ip_port; in handle_intr()
1926 && (port->ip_port)) { in handle_intr()
1928 receive_chars(port->ip_port); in handle_intr()
[all …]