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()
98 static void timbuart_tx_chars(struct uart_port *port) in timbuart_tx_chars()
119 static void timbuart_handle_tx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_tx_port()
153 static void timbuart_handle_rx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_rx_port()
199 static unsigned int timbuart_get_mctrl(struct uart_port *port) in timbuart_get_mctrl()
210 static void timbuart_set_mctrl(struct uart_port *port, unsigned int mctrl) in timbuart_set_mctrl()
220 static void timbuart_mctrl_check(struct uart_port *port, u32 isr, u32 *ier) in timbuart_mctrl_check()
235 static void timbuart_break_ctl(struct uart_port *port, int ctl) in timbuart_break_ctl()
240 static int timbuart_startup(struct uart_port *port) in timbuart_startup()
257 static void timbuart_shutdown(struct uart_port *port) in timbuart_shutdown()
279 static void timbuart_set_termios(struct uart_port *port, in timbuart_set_termios()
307 static const char *timbuart_type(struct uart_port *port) in timbuart_type()
315 static void timbuart_release_port(struct uart_port *port) in timbuart_release_port()
329 static int timbuart_request_port(struct uart_port *port) in timbuart_request_port()
370 static void timbuart_config_port(struct uart_port *port, int flags) in timbuart_config_port()
378 static int timbuart_verify_port(struct uart_port *port, in timbuart_verify_port()