Lines Matching defs:port
71 void uart_write_wakeup(struct uart_port *port) in uart_write_wakeup()
85 struct uart_port *port = state->uart_port; in uart_stop() local
96 struct uart_port *port = state->uart_port; in __uart_start() local
105 struct uart_port *port = state->uart_port; in uart_start() local
114 uart_update_mctrl(struct uart_port *port, unsigned int set, unsigned int clear) in uart_update_mctrl()
127 #define uart_set_mctrl(port, set) uart_update_mctrl(port, set, 0) argument
128 #define uart_clear_mctrl(port, clear) uart_update_mctrl(port, 0, clear) argument
198 struct tty_port *port = &state->port; in uart_startup() local
228 struct tty_port *port = &state->port; in uart_shutdown() local
275 uart_update_timeout(struct uart_port *port, unsigned int cflag, in uart_update_timeout()
335 uart_get_baud_rate(struct uart_port *port, struct ktermios *termios, in uart_get_baud_rate()
414 uart_get_divisor(struct uart_port *port, unsigned int baud) in uart_get_divisor()
477 static inline int __uart_put_char(struct uart_port *port, in __uart_put_char()
512 struct uart_port *port; in uart_write() local
579 struct uart_port *port; in uart_flush_buffer() local
609 struct uart_port *port = state->uart_port; in uart_send_xchar() local
626 struct uart_port *port = state->uart_port; in uart_throttle() local
649 struct uart_port *port = state->uart_port; in uart_unthrottle() local
669 static void do_uart_get_info(struct tty_port *port, in do_uart_get_info()
697 static void uart_get_info(struct tty_port *port, in uart_get_info()
707 static int uart_get_info_user(struct tty_port *port, in uart_get_info_user()
718 static int uart_set_info(struct tty_struct *tty, struct tty_port *port, in uart_set_info()
916 struct tty_port *port = &state->port; in uart_set_info_user() local
968 struct tty_port *port = &state->port; in uart_tiocmget() local
989 struct tty_port *port = &state->port; in uart_tiocmset() local
1004 struct tty_port *port = &state->port; in uart_break_ctl() local
1019 struct tty_port *port = &state->port; in uart_do_autoconfig() local
1082 struct tty_port *port = &state->port; in uart_wait_modem_status() local
1159 static int uart_get_rs485_config(struct uart_port *port, in uart_get_rs485_config()
1175 static int uart_set_rs485_config(struct uart_port *port, in uart_set_rs485_config()
1208 struct tty_port *port = &state->port; in uart_ioctl() local
1369 struct tty_port *port; in uart_close() local
1444 struct uart_port *port = state->uart_port; in uart_wait_until_sent() local
1504 struct tty_port *port = &state->port; in uart_hangup() local
1526 static int uart_port_activate(struct tty_port *port, struct tty_struct *tty) in uart_port_activate()
1531 static void uart_port_shutdown(struct tty_port *port) in uart_port_shutdown()
1556 static int uart_carrier_raised(struct tty_port *port) in uart_carrier_raised()
1570 static void uart_dtr_rts(struct tty_port *port, int onoff) in uart_dtr_rts()
1596 struct tty_port *port = &state->port; in uart_open() local
1646 static const char *uart_type(struct uart_port *port) in uart_type()
1664 struct tty_port *port = &state->port; in uart_line_info() local
1776 void uart_console_write(struct uart_port *port, const char *s, in uart_console_write()
1917 uart_set_options(struct uart_port *port, struct console *co, in uart_set_options()
1995 struct uart_port *port = state->uart_port; in uart_change_pm() local
2005 struct uart_port *port; member
2022 struct tty_port *port = &state->port; in uart_suspend_port() local
2086 struct tty_port *port = &state->port; in uart_resume_port() local
2168 uart_report_port(struct uart_driver *drv, struct uart_port *port) in uart_report_port()
2203 struct uart_port *port) in uart_configure_port()
2268 struct uart_port *port; in uart_poll_init() local
2310 struct uart_port *port; in uart_poll_get_char() local
2323 struct uart_port *port; in uart_poll_put_char() local
2428 struct tty_port *port = &state->port; in uart_register_driver() local
2481 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_uartclk() local
2491 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_type() local
2500 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_line() local
2510 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_port() local
2524 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_irq() local
2534 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_flags() local
2544 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_xmit_fifo_size() local
2555 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_close_delay() local
2566 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_closing_wait() local
2576 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_custom_divisor() local
2586 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_io_type() local
2596 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_iomem_base() local
2606 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_iomem_reg_shift() local
2660 struct tty_port *port; in uart_add_one_port() local
2752 struct tty_port *port = &state->port; in uart_remove_one_port() local
2847 struct tty_port *port = &uport->state->port; in uart_handle_dcd_change() local
2916 void uart_insert_char(struct uart_port *port, unsigned int status, in uart_insert_char()