Lines Matching refs:uart_port

98 static void lqasc_tx_chars(struct uart_port *port);
104 int (*request_irq)(struct uart_port *port);
105 void (*free_irq)(struct uart_port *port);
109 struct uart_port port;
131 ltq_uart_port *to_ltq_uart_port(struct uart_port *port) in to_ltq_uart_port()
137 lqasc_stop_tx(struct uart_port *port) in lqasc_stop_tx()
142 static bool lqasc_tx_ready(struct uart_port *port) in lqasc_tx_ready()
150 lqasc_start_tx(struct uart_port *port) in lqasc_start_tx()
162 lqasc_stop_rx(struct uart_port *port) in lqasc_stop_rx()
168 lqasc_rx_chars(struct uart_port *port) in lqasc_rx_chars()
230 lqasc_tx_chars(struct uart_port *port) in lqasc_tx_chars()
263 struct uart_port *port = (struct uart_port *)_port; in lqasc_tx_int()
277 struct uart_port *port = (struct uart_port *)_port; in lqasc_err_int()
292 struct uart_port *port = (struct uart_port *)_port; in lqasc_rx_int()
306 struct uart_port *port = p; in lqasc_irq()
328 lqasc_tx_empty(struct uart_port *port) in lqasc_tx_empty()
337 lqasc_get_mctrl(struct uart_port *port) in lqasc_get_mctrl()
343 lqasc_set_mctrl(struct uart_port *port, u_int mctrl) in lqasc_set_mctrl()
348 lqasc_break_ctl(struct uart_port *port, int break_state) in lqasc_break_ctl()
353 lqasc_startup(struct uart_port *port) in lqasc_startup()
395 lqasc_shutdown(struct uart_port *port) in lqasc_shutdown()
414 lqasc_set_termios(struct uart_port *port, struct ktermios *new, in lqasc_set_termios()
515 lqasc_type(struct uart_port *port) in lqasc_type()
524 lqasc_release_port(struct uart_port *port) in lqasc_release_port()
535 lqasc_request_port(struct uart_port *port) in lqasc_request_port()
565 lqasc_config_port(struct uart_port *port, int flags) in lqasc_config_port()
574 lqasc_verify_port(struct uart_port *port, in lqasc_verify_port()
607 lqasc_console_putchar(struct uart_port *port, unsigned char ch) in lqasc_console_putchar()
618 static void lqasc_serial_port_write(struct uart_port *port, const char *s, in lqasc_serial_port_write()
646 struct uart_port *port; in lqasc_console_setup()
731 struct uart_port *port = &ltq_port->port; in fetch_irq_lantiq()
753 static int request_irq_lantiq(struct uart_port *port) in request_irq_lantiq()
787 static void free_irq_lantiq(struct uart_port *port) in free_irq_lantiq()
798 struct uart_port *port = &ltq_port->port; in fetch_irq_intel()
812 static int request_irq_intel(struct uart_port *port) in request_irq_intel()
825 static void free_irq_intel(struct uart_port *port) in free_irq_intel()
836 struct uart_port *port; in lqasc_probe()
918 struct uart_port *port = platform_get_drvdata(pdev); in lqasc_remove()