Lines Matching refs:ip_port
137 struct uart_port *ip_port; member
598 __func__, ((struct uart_port *)port->ip_port)->line, in config_port()
743 if (!uart_tx_stopped(port->ip_port)) { in do_write()
1081 if (port->ip_port) { in ioc3_cb_output_lowat()
1082 spin_lock_irqsave(&port->ip_port->lock, pflags); in ioc3_cb_output_lowat()
1083 transmit_chars(port->ip_port); in ioc3_cb_output_lowat()
1084 spin_unlock_irqrestore(&port->ip_port->lock, pflags); in ioc3_cb_output_lowat()
1289 && port->ip_port) { in do_read()
1291 (port->ip_port, 0); in do_read()
1479 ((struct uart_port *)port->ip_port)->line); in ioc3uart_intr_one()
1489 && (port->ip_port)) { in ioc3uart_intr_one()
1490 the_port = port->ip_port; in ioc3uart_intr_one()
1498 uart_handle_dcd_change(port->ip_port, in ioc3uart_intr_one()
1509 if ((port->ip_notify & N_DCTS) && (port->ip_port)) { in ioc3uart_intr_one()
1510 the_port = port->ip_port; in ioc3uart_intr_one()
1525 && (port->ip_port)) { in ioc3uart_intr_one()
1526 receive_chars(port->ip_port); in ioc3uart_intr_one()
1533 if ((port->ip_notify & N_DATA_READY) && port->ip_port) { in ioc3uart_intr_one()
1534 receive_chars(port->ip_port); in ioc3uart_intr_one()
1833 port->ip_port = the_port; in ic3_startup()
1932 port->ip_port = the_port; in ioc3_serial_core_attach()