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

/linux-4.1.27/drivers/tty/serial/
H A Dioc3_serial.c137 struct uart_port *ip_port; member in struct:ioc3_port
598 __func__, ((struct uart_port *)port->ip_port)->line, config_port()
743 if (!uart_tx_stopped(port->ip_port)) { do_write()
1081 if (port->ip_port) { ioc3_cb_output_lowat()
1082 spin_lock_irqsave(&port->ip_port->lock, pflags); ioc3_cb_output_lowat()
1083 transmit_chars(port->ip_port); ioc3_cb_output_lowat()
1084 spin_unlock_irqrestore(&port->ip_port->lock, pflags); ioc3_cb_output_lowat()
1289 && port->ip_port) { do_read()
1291 (port->ip_port, 0); do_read()
1479 ((struct uart_port *)port->ip_port)->line); ioc3uart_intr_one()
1489 && (port->ip_port)) { ioc3uart_intr_one()
1490 the_port = port->ip_port; ioc3uart_intr_one()
1498 uart_handle_dcd_change(port->ip_port, ioc3uart_intr_one()
1509 if ((port->ip_notify & N_DCTS) && (port->ip_port)) { ioc3uart_intr_one()
1510 the_port = port->ip_port; ioc3uart_intr_one()
1525 && (port->ip_port)) { ioc3uart_intr_one()
1526 receive_chars(port->ip_port); ioc3uart_intr_one()
1533 if ((port->ip_notify & N_DATA_READY) && port->ip_port) { ioc3uart_intr_one()
1534 receive_chars(port->ip_port); ioc3uart_intr_one()
1833 port->ip_port = the_port; ic3_startup()
1932 port->ip_port = the_port; ioc3_serial_core_attach()
H A Dioc4_serial.c454 struct uart_port *ip_port; /* current active port ptr */ member in struct:ioc4_port
649 && (port->ip_port == uart_port)) port_is_active()
763 port->ip_port = the_port; get_ioc4_port()
1467 if (!uart_tx_stopped(port->ip_port)) { do_write()
1883 && (port->ip_port)) { handle_intr()
1884 the_port = port->ip_port; handle_intr()
1904 && (port->ip_port)) { handle_intr()
1905 the_port = port->ip_port; handle_intr()
1923 && (port->ip_port)) { handle_intr()
1925 receive_chars(port->ip_port); handle_intr()
1933 && port->ip_port) { handle_intr()
1935 receive_chars(port->ip_port); handle_intr()
1969 ioc4_cb_output_lowat(port->ip_port); handle_intr()
1982 ioc4_cb_output_lowat(port->ip_port); handle_intr()
2239 && port->ip_port) { do_read()
2439 port->ip_port = NULL; ic4_shutdown()
2552 port->ip_port = NULL; ic4_startup()

Completed in 61 milliseconds