Lines Matching refs:uart_port

100 static void lqasc_tx_chars(struct uart_port *port);
106 int (*request_irq)(struct uart_port *port);
107 void (*free_irq)(struct uart_port *port);
111 struct uart_port port;
133 ltq_uart_port *to_ltq_uart_port(struct uart_port *port) in to_ltq_uart_port()
139 lqasc_stop_tx(struct uart_port *port) in lqasc_stop_tx()
145 lqasc_start_tx(struct uart_port *port) in lqasc_start_tx()
157 lqasc_stop_rx(struct uart_port *port) in lqasc_stop_rx()
163 lqasc_rx_chars(struct uart_port *port) in lqasc_rx_chars()
225 lqasc_tx_chars(struct uart_port *port) in lqasc_tx_chars()
259 struct uart_port *port = (struct uart_port *)_port; in lqasc_tx_int()
273 struct uart_port *port = (struct uart_port *)_port; in lqasc_err_int()
288 struct uart_port *port = (struct uart_port *)_port; in lqasc_rx_int()
302 struct uart_port *port = p; in lqasc_irq()
324 lqasc_tx_empty(struct uart_port *port) in lqasc_tx_empty()
333 lqasc_get_mctrl(struct uart_port *port) in lqasc_get_mctrl()
339 lqasc_set_mctrl(struct uart_port *port, u_int mctrl) in lqasc_set_mctrl()
344 lqasc_break_ctl(struct uart_port *port, int break_state) in lqasc_break_ctl()
349 lqasc_startup(struct uart_port *port) in lqasc_startup()
391 lqasc_shutdown(struct uart_port *port) in lqasc_shutdown()
410 lqasc_set_termios(struct uart_port *port, in lqasc_set_termios()
511 lqasc_type(struct uart_port *port) in lqasc_type()
520 lqasc_release_port(struct uart_port *port) in lqasc_release_port()
531 lqasc_request_port(struct uart_port *port) in lqasc_request_port()
561 lqasc_config_port(struct uart_port *port, int flags) in lqasc_config_port()
570 lqasc_verify_port(struct uart_port *port, in lqasc_verify_port()
602 lqasc_console_putchar(struct uart_port *port, int ch) in lqasc_console_putchar()
616 static void lqasc_serial_port_write(struct uart_port *port, const char *s, in lqasc_serial_port_write()
644 struct uart_port *port; in lqasc_console_setup()
721 struct uart_port *port = &ltq_port->port; in fetch_irq_lantiq()
739 static int request_irq_lantiq(struct uart_port *port) in request_irq_lantiq()
773 static void free_irq_lantiq(struct uart_port *port) in free_irq_lantiq()
784 struct uart_port *port = &ltq_port->port; in fetch_irq_intel()
798 static int request_irq_intel(struct uart_port *port) in request_irq_intel()
811 static void free_irq_intel(struct uart_port *port) in free_irq_intel()
823 struct uart_port *port; in lqasc_probe()