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()
1555 static inline int set_mcr(struct uart_port *the_port, in set_mcr()
1624 static void transmit_chars(struct uart_port *the_port) in transmit_chars()
1683 ioc4_change_speed(struct uart_port *the_port, in ioc4_change_speed()
1786 static inline int ic4_startup_local(struct uart_port *the_port) in ic4_startup_local()
1816 static void ioc4_cb_output_lowat(struct uart_port *the_port) in ioc4_cb_output_lowat()
1840 struct uart_port *the_port; in handle_intr()
2041 static void ioc4_cb_post_ncs(struct uart_port *the_port, int ncs) in ioc4_cb_post_ncs()
2065 static inline int do_read(struct uart_port *the_port, unsigned char *buf, in do_read()
2341 static void receive_chars(struct uart_port *the_port) in receive_chars()
2376 static const char *ic4_type(struct uart_port *the_port) in ic4_type()
2389 static unsigned int ic4_tx_empty(struct uart_port *the_port) in ic4_tx_empty()
2406 static void ic4_stop_tx(struct uart_port *the_port) in ic4_stop_tx()
2419 static void null_void_function(struct uart_port *the_port) in null_void_function()
2428 static void ic4_shutdown(struct uart_port *the_port) in ic4_shutdown()
2458 static void ic4_set_mctrl(struct uart_port *the_port, unsigned int mctrl) in ic4_set_mctrl()
2486 static unsigned int ic4_get_mctrl(struct uart_port *the_port) in ic4_get_mctrl()
2510 static void ic4_start_tx(struct uart_port *the_port) in ic4_start_tx()
2526 static void ic4_break_ctl(struct uart_port *the_port, int break_state) in ic4_break_ctl()
2535 static int ic4_startup(struct uart_port *the_port) in ic4_startup()
2571 ic4_set_termios(struct uart_port *the_port, in ic4_set_termios()
2586 static int ic4_request_port(struct uart_port *port) in ic4_request_port()
2642 struct uart_port *the_port; in ioc4_serial_remove_one()
2708 struct uart_port *the_port; in ioc4_serial_core_attach()