Lines Matching defs:port
72 struct uart_port port; member
80 static inline void owl_uart_write(struct uart_port *port, u32 val, unsigned int off) in owl_uart_write()
85 static inline u32 owl_uart_read(struct uart_port *port, unsigned int off) in owl_uart_read()
90 static void owl_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in owl_uart_set_mctrl()
104 static unsigned int owl_uart_get_mctrl(struct uart_port *port) in owl_uart_get_mctrl()
118 static unsigned int owl_uart_tx_empty(struct uart_port *port) in owl_uart_tx_empty()
134 static void owl_uart_stop_rx(struct uart_port *port) in owl_uart_stop_rx()
147 static void owl_uart_stop_tx(struct uart_port *port) in owl_uart_stop_tx()
160 static void owl_uart_start_tx(struct uart_port *port) in owl_uart_start_tx()
178 static void owl_uart_send_chars(struct uart_port *port) in owl_uart_send_chars()
211 static void owl_uart_receive_chars(struct uart_port *port) in owl_uart_receive_chars()
253 struct uart_port *port = dev_id; in owl_uart_irq() local
276 static void owl_uart_shutdown(struct uart_port *port) in owl_uart_shutdown()
293 static int owl_uart_startup(struct uart_port *port) in owl_uart_startup()
327 static void owl_uart_set_termios(struct uart_port *port, in owl_uart_set_termios()
399 static void owl_uart_release_port(struct uart_port *port) in owl_uart_release_port()
416 static int owl_uart_request_port(struct uart_port *port) in owl_uart_request_port()
439 static const char *owl_uart_type(struct uart_port *port) in owl_uart_type()
444 static int owl_uart_verify_port(struct uart_port *port, in owl_uart_verify_port()
456 static void owl_uart_config_port(struct uart_port *port, int flags) in owl_uart_config_port()
483 static void owl_console_putchar(struct uart_port *port, int ch) in owl_console_putchar()
494 static void owl_uart_port_write(struct uart_port *port, const char *s, in owl_uart_port_write()