Lines Matching defs:port

38 static void apbuart_stop_tx(struct uart_port *port)  in apbuart_stop_tx()
47 static void apbuart_start_tx(struct uart_port *port) in apbuart_start_tx()
59 static void apbuart_stop_rx(struct uart_port *port) in apbuart_stop_rx()
68 static void apbuart_rx_chars(struct uart_port *port) in apbuart_rx_chars()
121 static void apbuart_tx_chars(struct uart_port *port) in apbuart_tx_chars()
133 struct uart_port *port = dev_id; in apbuart_int() local
149 static unsigned int apbuart_tx_empty(struct uart_port *port) in apbuart_tx_empty()
155 static unsigned int apbuart_get_mctrl(struct uart_port *port) in apbuart_get_mctrl()
161 static void apbuart_set_mctrl(struct uart_port *port, unsigned int mctrl) in apbuart_set_mctrl()
166 static void apbuart_break_ctl(struct uart_port *port, int break_state) in apbuart_break_ctl()
171 static int apbuart_startup(struct uart_port *port) in apbuart_startup()
190 static void apbuart_shutdown(struct uart_port *port) in apbuart_shutdown()
204 static void apbuart_set_termios(struct uart_port *port, in apbuart_set_termios()
257 static const char *apbuart_type(struct uart_port *port) in apbuart_type()
262 static void apbuart_release_port(struct uart_port *port) in apbuart_release_port()
267 static int apbuart_request_port(struct uart_port *port) in apbuart_request_port()
275 static void apbuart_config_port(struct uart_port *port, int flags) in apbuart_config_port()
284 static int apbuart_verify_port(struct uart_port *port, in apbuart_verify_port()
318 static int apbuart_scan_fifo_size(struct uart_port *port, int portnumber) in apbuart_scan_fifo_size()
375 static void apbuart_flush_fifo(struct uart_port *port) in apbuart_flush_fifo()
390 static void apbuart_console_putchar(struct uart_port *port, unsigned char ch) in apbuart_console_putchar()
402 struct uart_port *port = &grlib_apbuart_ports[co->index]; in apbuart_console_write() local
423 apbuart_console_get_options(struct uart_port *port, int *baud, in apbuart_console_get_options()
447 struct uart_port *port; in apbuart_console_setup() local
524 struct uart_port *port = NULL; in apbuart_probe() local
573 struct uart_port *port; in grlib_apbuart_configure() local