Lines Matching refs:uart_port

25 	struct uart_port	port;
35 static void timbuart_mctrl_check(struct uart_port *port, u32 isr, u32 *ier);
39 static void timbuart_stop_rx(struct uart_port *port) in timbuart_stop_rx()
46 static void timbuart_stop_tx(struct uart_port *port) in timbuart_stop_tx()
53 static void timbuart_start_tx(struct uart_port *port) in timbuart_start_tx()
62 static unsigned int timbuart_tx_empty(struct uart_port *port) in timbuart_tx_empty()
69 static void timbuart_flush_buffer(struct uart_port *port) in timbuart_flush_buffer()
80 static void timbuart_rx_chars(struct uart_port *port) in timbuart_rx_chars()
96 static void timbuart_tx_chars(struct uart_port *port) in timbuart_tx_chars()
113 static void timbuart_handle_tx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_tx_port()
147 static void timbuart_handle_rx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_rx_port()
193 static unsigned int timbuart_get_mctrl(struct uart_port *port) in timbuart_get_mctrl()
204 static void timbuart_set_mctrl(struct uart_port *port, unsigned int mctrl) in timbuart_set_mctrl()
214 static void timbuart_mctrl_check(struct uart_port *port, u32 isr, u32 *ier) in timbuart_mctrl_check()
229 static void timbuart_break_ctl(struct uart_port *port, int ctl) in timbuart_break_ctl()
234 static int timbuart_startup(struct uart_port *port) in timbuart_startup()
251 static void timbuart_shutdown(struct uart_port *port) in timbuart_shutdown()
273 static void timbuart_set_termios(struct uart_port *port, in timbuart_set_termios()
301 static const char *timbuart_type(struct uart_port *port) in timbuart_type()
309 static void timbuart_release_port(struct uart_port *port) in timbuart_release_port()
323 static int timbuart_request_port(struct uart_port *port) in timbuart_request_port()
364 static void timbuart_config_port(struct uart_port *port, int flags) in timbuart_config_port()
372 static int timbuart_verify_port(struct uart_port *port, in timbuart_verify_port()