Lines Matching refs:tty_struct
141 struct tty_struct *tty = hu->tty; in hci_uart_write_work()
218 struct tty_struct *tty = hu->tty; in hci_uart_flush()
263 struct tty_struct *tty = hu->tty; in hci_uart_set_flow_control()
322 struct tty_struct *tty = hu->tty; in hci_uart_init_tty()
341 struct tty_struct *tty = hu->tty; in hci_uart_set_baudrate()
440 static int hci_uart_tty_open(struct tty_struct *tty) in hci_uart_tty_open()
481 static void hci_uart_tty_close(struct tty_struct *tty) in hci_uart_tty_close()
520 static void hci_uart_tty_wakeup(struct tty_struct *tty) in hci_uart_tty_wakeup()
550 static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data, in hci_uart_tty_receive()
686 static int hci_uart_tty_ioctl(struct tty_struct *tty, struct file *file, in hci_uart_tty_ioctl()
742 static ssize_t hci_uart_tty_read(struct tty_struct *tty, struct file *file, in hci_uart_tty_read()
748 static ssize_t hci_uart_tty_write(struct tty_struct *tty, struct file *file, in hci_uart_tty_write()
754 static unsigned int hci_uart_tty_poll(struct tty_struct *tty, in hci_uart_tty_poll()