Lines Matching refs:tty_port
58 static void uart_port_shutdown(struct tty_port *port);
325 struct tty_port *port = &state->port; in uart_startup()
348 struct tty_port *port = &state->port; in uart_shutdown()
772 static int uart_get_info(struct tty_port *port, struct serial_struct *retinfo) in uart_get_info()
816 struct tty_port *port = &state->port; in uart_get_info_user()
821 static int uart_set_info(struct tty_struct *tty, struct tty_port *port, in uart_set_info()
1028 struct tty_port *port = &state->port; in uart_set_info_user()
1077 struct tty_port *port = &state->port; in uart_tiocmget()
1101 struct tty_port *port = &state->port; in uart_tiocmset()
1122 struct tty_port *port = &state->port; in uart_break_ctl()
1141 struct tty_port *port = &state->port; in uart_do_autoconfig()
1215 struct tty_port *port = &state->port; in uart_wait_modem_status()
1568 struct tty_port *port = &state->port; in uart_ioctl()
1659 struct tty_port *port = &state->port; in uart_set_ldisc()
1740 struct tty_port *port; in uart_close()
1755 static void uart_tty_port_shutdown(struct tty_port *port) in uart_tty_port_shutdown()
1865 struct tty_port *port = &state->port; in uart_hangup()
1892 static void uart_port_shutdown(struct tty_port *port) in uart_port_shutdown()
1915 static bool uart_carrier_raised(struct tty_port *port) in uart_carrier_raised()
1939 static void uart_dtr_rts(struct tty_port *port, bool active) in uart_dtr_rts()
1983 static int uart_port_activate(struct tty_port *port, struct tty_struct *tty) in uart_port_activate()
2021 struct tty_port *port = &state->port; in uart_line_info()
2368 struct tty_port *port = &state->port; in uart_suspend_port()
2448 struct tty_port *port = &state->port; in uart_resume_port()
2653 struct tty_port *tport; in uart_poll_init()
2827 struct tty_port *port = &state->port; in uart_register_driver()
2884 struct tty_port *port = dev_get_drvdata(dev); in uartclk_show()
2894 struct tty_port *port = dev_get_drvdata(dev); in type_show()
2904 struct tty_port *port = dev_get_drvdata(dev); in line_show()
2914 struct tty_port *port = dev_get_drvdata(dev); in port_show()
2928 struct tty_port *port = dev_get_drvdata(dev); in irq_show()
2938 struct tty_port *port = dev_get_drvdata(dev); in flags_show()
2948 struct tty_port *port = dev_get_drvdata(dev); in xmit_fifo_size_show()
2958 struct tty_port *port = dev_get_drvdata(dev); in close_delay_show()
2968 struct tty_port *port = dev_get_drvdata(dev); in closing_wait_show()
2978 struct tty_port *port = dev_get_drvdata(dev); in custom_divisor_show()
2988 struct tty_port *port = dev_get_drvdata(dev); in io_type_show()
2998 struct tty_port *port = dev_get_drvdata(dev); in iomem_base_show()
3008 struct tty_port *port = dev_get_drvdata(dev); in iomem_reg_shift_show()
3017 struct tty_port *port = dev_get_drvdata(dev); in console_show()
3034 struct tty_port *port = dev_get_drvdata(dev); in console_store()
3118 struct tty_port *port; in serial_core_add_one_port()
3214 struct tty_port *port = &state->port; in serial_core_remove_one_port()
3448 struct tty_port *port = &uport->state->port; in uart_handle_dcd_change()
3520 struct tty_port *tport = &port->state->port; in uart_insert_char()