• Home
  • Raw
  • Download

Lines Matching defs:port

37 	struct uart_port	port;  member
51 static void timbuart_stop_rx(struct uart_port *port) in timbuart_stop_rx()
58 static void timbuart_stop_tx(struct uart_port *port) in timbuart_stop_tx()
65 static void timbuart_start_tx(struct uart_port *port) in timbuart_start_tx()
74 static unsigned int timbuart_tx_empty(struct uart_port *port) in timbuart_tx_empty()
81 static void timbuart_flush_buffer(struct uart_port *port) in timbuart_flush_buffer()
92 static void timbuart_rx_chars(struct uart_port *port) in timbuart_rx_chars()
110 static void timbuart_tx_chars(struct uart_port *port) in timbuart_tx_chars()
131 static void timbuart_handle_tx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_tx_port()
165 static void timbuart_handle_rx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_rx_port()
211 static unsigned int timbuart_get_mctrl(struct uart_port *port) in timbuart_get_mctrl()
222 static void timbuart_set_mctrl(struct uart_port *port, unsigned int mctrl) in timbuart_set_mctrl()
232 static void timbuart_mctrl_check(struct uart_port *port, u32 isr, u32 *ier) in timbuart_mctrl_check()
247 static void timbuart_break_ctl(struct uart_port *port, int ctl) in timbuart_break_ctl()
252 static int timbuart_startup(struct uart_port *port) in timbuart_startup()
269 static void timbuart_shutdown(struct uart_port *port) in timbuart_shutdown()
291 static void timbuart_set_termios(struct uart_port *port, in timbuart_set_termios()
319 static const char *timbuart_type(struct uart_port *port) in timbuart_type()
327 static void timbuart_release_port(struct uart_port *port) in timbuart_release_port()
341 static int timbuart_request_port(struct uart_port *port) in timbuart_request_port()
382 static void timbuart_config_port(struct uart_port *port, int flags) in timbuart_config_port()
390 static int timbuart_verify_port(struct uart_port *port, in timbuart_verify_port()