Lines Matching defs:port

25 	struct uart_port	port;  member
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()
116 static void timbuart_handle_tx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_tx_port()
150 static void timbuart_handle_rx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_rx_port()
196 static unsigned int timbuart_get_mctrl(struct uart_port *port) in timbuart_get_mctrl()
207 static void timbuart_set_mctrl(struct uart_port *port, unsigned int mctrl) in timbuart_set_mctrl()
217 static void timbuart_mctrl_check(struct uart_port *port, u32 isr, u32 *ier) in timbuart_mctrl_check()
232 static void timbuart_break_ctl(struct uart_port *port, int ctl) in timbuart_break_ctl()
237 static int timbuart_startup(struct uart_port *port) in timbuart_startup()
254 static void timbuart_shutdown(struct uart_port *port) in timbuart_shutdown()
276 static void timbuart_set_termios(struct uart_port *port, in timbuart_set_termios()
304 static const char *timbuart_type(struct uart_port *port) in timbuart_type()
312 static void timbuart_release_port(struct uart_port *port) in timbuart_release_port()
326 static int timbuart_request_port(struct uart_port *port) in timbuart_request_port()
367 static void timbuart_config_port(struct uart_port *port, int flags) in timbuart_config_port()
375 static int timbuart_verify_port(struct uart_port *port, in timbuart_verify_port()