Searched defs:gb_tty (Results 1 – 1 of 1) sorted by relevance
43 struct gb_tty { struct44 struct gbphy_device *gbphy_dev;45 struct tty_port port;69 static struct tty_driver *gb_tty_driver; argument76 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_receive_data_handler() local132 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_serial_state_handler() local152 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_receive_credits_handler() local202 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_request_handler() local228 struct gb_tty *gb_tty; in gb_uart_tx_write_work() local288 static int send_control(struct gb_tty *gb_tty, u8 control) in send_control()[all …]