Lines Matching refs:ip_port
134 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()
1486 && (port->ip_port)) { in ioc3uart_intr_one()
1487 the_port = port->ip_port; in ioc3uart_intr_one()
1495 uart_handle_dcd_change(port->ip_port, in ioc3uart_intr_one()
1506 if ((port->ip_notify & N_DCTS) && (port->ip_port)) { in ioc3uart_intr_one()
1507 the_port = port->ip_port; in ioc3uart_intr_one()
1522 && (port->ip_port)) { in ioc3uart_intr_one()
1523 receive_chars(port->ip_port); in ioc3uart_intr_one()
1530 if ((port->ip_notify & N_DATA_READY) && port->ip_port) { in ioc3uart_intr_one()
1531 receive_chars(port->ip_port); in ioc3uart_intr_one()
1830 port->ip_port = the_port; in ic3_startup()
1929 port->ip_port = the_port; in ioc3_serial_core_attach()