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()
425 uart_get_divisor(struct uart_port *port, unsigned int baud) in uart_get_divisor()
488 static inline int __uart_put_char(struct uart_port *port, in __uart_put_char()
523 struct uart_port *port; in uart_write() local
590 struct uart_port *port; in uart_flush_buffer() local
620 struct uart_port *port = state->uart_port; in uart_send_xchar() local
637 struct uart_port *port = state->uart_port; in uart_throttle() local
660 struct uart_port *port = state->uart_port; in uart_unthrottle() local
680 static void do_uart_get_info(struct tty_port *port, in do_uart_get_info()
708 static void uart_get_info(struct tty_port *port, in uart_get_info()
718 static int uart_get_info_user(struct tty_port *port, in uart_get_info_user()
729 static int uart_set_info(struct tty_struct *tty, struct tty_port *port, in uart_set_info()
925 struct tty_port *port = &state->port; in uart_set_info_user() local
977 struct tty_port *port = &state->port; in uart_tiocmget() local
998 struct tty_port *port = &state->port; in uart_tiocmset() local
1013 struct tty_port *port = &state->port; in uart_break_ctl() local
1028 struct tty_port *port = &state->port; in uart_do_autoconfig() local
1091 struct tty_port *port = &state->port; in uart_wait_modem_status() local
1168 static int uart_get_rs485_config(struct uart_port *port, in uart_get_rs485_config()
1184 static int uart_set_rs485_config(struct uart_port *port, in uart_set_rs485_config()
1217 struct tty_port *port = &state->port; in uart_ioctl() local
1378 struct tty_port *port; in uart_close() local
1450 struct uart_port *port = state->uart_port; in uart_wait_until_sent() local
1510 struct tty_port *port = &state->port; in uart_hangup() local
1532 static void uart_port_shutdown(struct tty_port *port) in uart_port_shutdown()
1557 static int uart_carrier_raised(struct tty_port *port) in uart_carrier_raised()
1571 static void uart_dtr_rts(struct tty_port *port, int onoff) in uart_dtr_rts()
1597 struct tty_port *port = &state->port; in uart_open() local
1647 static const char *uart_type(struct uart_port *port) in uart_type()
1665 struct tty_port *port = &state->port; in uart_line_info() local
1777 void uart_console_write(struct uart_port *port, const char *s, in uart_console_write()
1925 uart_set_options(struct uart_port *port, struct console *co, in uart_set_options()
2003 struct uart_port *port = state->uart_port; in uart_change_pm() local
2013 struct uart_port *port; member
2030 struct tty_port *port = &state->port; in uart_suspend_port() local
2094 struct tty_port *port = &state->port; in uart_resume_port() local
2176 uart_report_port(struct uart_driver *drv, struct uart_port *port) in uart_report_port()
2211 struct uart_port *port) in uart_configure_port()
2276 struct uart_port *port; in uart_poll_init() local
2318 struct uart_port *port; in uart_poll_get_char() local
2331 struct uart_port *port; in uart_poll_put_char() local
2434 struct tty_port *port = &state->port; in uart_register_driver() local
2487 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_uartclk() local
2497 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_type() local
2506 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_line() local
2516 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_port() local
2530 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_irq() local
2540 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_flags() local
2550 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_xmit_fifo_size() local
2561 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_close_delay() local
2572 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_closing_wait() local
2582 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_custom_divisor() local
2592 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_io_type() local
2602 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_iomem_base() local
2612 struct tty_port *port = dev_get_drvdata(dev); in uart_get_attr_iomem_reg_shift() local
2666 struct tty_port *port; in uart_add_one_port() local
2758 struct tty_port *port = &state->port; in uart_remove_one_port() local
2853 struct tty_port *port = &uport->state->port; in uart_handle_dcd_change() local
2922 void uart_insert_char(struct uart_port *port, unsigned int status, in uart_insert_char()