Lines Matching defs:tty
148 struct tty_struct *tty = hu->tty; in hci_uart_write_work() local
228 struct tty_struct *tty = hu->tty; in hci_uart_flush() local
310 struct tty_struct *tty = hu->tty; in hci_uart_set_flow_control() local
375 struct tty_struct *tty = hu->tty; in hci_uart_set_baudrate() local
476 static int hci_uart_tty_open(struct tty_struct *tty) in hci_uart_tty_open()
527 static void hci_uart_tty_close(struct tty_struct *tty) in hci_uart_tty_close()
574 static void hci_uart_tty_wakeup(struct tty_struct *tty) in hci_uart_tty_wakeup()
604 static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data, in hci_uart_tty_receive()
747 static int hci_uart_tty_ioctl(struct tty_struct *tty, unsigned int cmd, in hci_uart_tty_ioctl()
806 static ssize_t hci_uart_tty_read(struct tty_struct *tty, struct file *file, in hci_uart_tty_read()
813 static ssize_t hci_uart_tty_write(struct tty_struct *tty, struct file *file, in hci_uart_tty_write()