Lines Matching refs:uart_port
410 struct uart_port icp_uart_port[UART_PORT_COUNT];
454 struct uart_port *ip_port; /* current active port ptr */
456 struct uart_port *ip_all_ports[UART_PORT_COUNT];
636 static void receive_chars(struct uart_port *);
645 struct uart_port *uart_port) in port_is_active() argument
649 && (port->ip_port == uart_port)) in port_is_active()
743 static struct ioc4_port *get_ioc4_port(struct uart_port *the_port, int set) in get_ioc4_port()
1556 static inline int set_mcr(struct uart_port *the_port, in set_mcr()
1625 static void transmit_chars(struct uart_port *the_port) in transmit_chars()
1684 ioc4_change_speed(struct uart_port *the_port, in ioc4_change_speed()
1787 static inline int ic4_startup_local(struct uart_port *the_port) in ic4_startup_local()
1817 static void ioc4_cb_output_lowat(struct uart_port *the_port) in ioc4_cb_output_lowat()
1841 struct uart_port *the_port; in handle_intr()
2042 static void ioc4_cb_post_ncs(struct uart_port *the_port, int ncs) in ioc4_cb_post_ncs()
2066 static inline int do_read(struct uart_port *the_port, unsigned char *buf, in do_read()
2342 static void receive_chars(struct uart_port *the_port) in receive_chars()
2377 static const char *ic4_type(struct uart_port *the_port) in ic4_type()
2390 static unsigned int ic4_tx_empty(struct uart_port *the_port) in ic4_tx_empty()
2407 static void ic4_stop_tx(struct uart_port *the_port) in ic4_stop_tx()
2420 static void null_void_function(struct uart_port *the_port) in null_void_function()
2429 static void ic4_shutdown(struct uart_port *the_port) in ic4_shutdown()
2459 static void ic4_set_mctrl(struct uart_port *the_port, unsigned int mctrl) in ic4_set_mctrl()
2487 static unsigned int ic4_get_mctrl(struct uart_port *the_port) in ic4_get_mctrl()
2511 static void ic4_start_tx(struct uart_port *the_port) in ic4_start_tx()
2527 static void ic4_break_ctl(struct uart_port *the_port, int break_state) in ic4_break_ctl()
2536 static int ic4_startup(struct uart_port *the_port) in ic4_startup()
2572 ic4_set_termios(struct uart_port *the_port, in ic4_set_termios()
2587 static int ic4_request_port(struct uart_port *port) in ic4_request_port()
2643 struct uart_port *the_port; in ioc4_serial_remove_one()
2709 struct uart_port *the_port; in ioc4_serial_core_attach()