Lines Matching defs:port
80 static inline struct sirfsoc_uart_port *to_sirfport(struct uart_port *port) in to_sirfport()
85 static inline unsigned int sirfsoc_uart_tx_empty(struct uart_port *port) in sirfsoc_uart_tx_empty()
95 static unsigned int sirfsoc_uart_get_mctrl(struct uart_port *port) in sirfsoc_uart_get_mctrl()
113 static void sirfsoc_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in sirfsoc_uart_set_mctrl()
126 static void sirfsoc_uart_stop_tx(struct uart_port *port) in sirfsoc_uart_stop_tx()
133 void sirfsoc_uart_start_tx(struct uart_port *port) in sirfsoc_uart_start_tx()
143 static void sirfsoc_uart_stop_rx(struct uart_port *port) in sirfsoc_uart_stop_rx()
151 static void sirfsoc_uart_disable_ms(struct uart_port *port) in sirfsoc_uart_disable_ms()
164 static void sirfsoc_uart_enable_ms(struct uart_port *port) in sirfsoc_uart_enable_ms()
181 static void sirfsoc_uart_break_ctl(struct uart_port *port, int break_state) in sirfsoc_uart_break_ctl()
192 sirfsoc_uart_pio_rx_chars(struct uart_port *port, unsigned int max_rx_count) in sirfsoc_uart_pio_rx_chars()
222 struct uart_port *port = &sirfport->port; in sirfsoc_uart_pio_tx_chars() local
245 struct uart_port *port = &sirfport->port; in sirfsoc_uart_isr() local
302 static void sirfsoc_uart_start_rx(struct uart_port *port) in sirfsoc_uart_start_rx()
343 static void sirfsoc_uart_set_termios(struct uart_port *port, in sirfsoc_uart_set_termios()
458 static void startup_uart_controller(struct uart_port *port) in startup_uart_controller()
478 static int sirfsoc_uart_startup(struct uart_port *port) in sirfsoc_uart_startup()
500 static void sirfsoc_uart_shutdown(struct uart_port *port) in sirfsoc_uart_shutdown()
511 static const char *sirfsoc_uart_type(struct uart_port *port) in sirfsoc_uart_type()
516 static int sirfsoc_uart_request_port(struct uart_port *port) in sirfsoc_uart_request_port()
524 static void sirfsoc_uart_release_port(struct uart_port *port) in sirfsoc_uart_release_port()
529 static void sirfsoc_uart_config_port(struct uart_port *port, int flags) in sirfsoc_uart_config_port()
562 struct uart_port *port = &sirfsoc_uart_ports[co->index].port; in sirfsoc_uart_console_setup() local
576 static void sirfsoc_uart_console_putchar(struct uart_port *port, int ch) in sirfsoc_uart_console_putchar()
587 struct uart_port *port = &sirfsoc_uart_ports[co->index].port; in sirfsoc_uart_console_write() local
626 struct uart_port *port; in sirfsoc_uart_probe() local
712 struct uart_port *port = &sirfport->port; in sirfsoc_uart_remove() local
727 struct uart_port *port = &sirfport->port; in sirfsoc_uart_suspend() local
735 struct uart_port *port = &sirfport->port; in sirfsoc_uart_resume() local