Searched defs:tty (Results 1 – 2 of 2) sorted by relevance
/net/nfc/nci/ |
D | uart.c | 86 struct tty_struct *tty = nu->tty; in nci_uart_write_work() local 117 static int nci_uart_set_driver(struct tty_struct *tty, unsigned int driver) in nci_uart_set_driver() 163 static int nci_uart_tty_open(struct tty_struct *tty) in nci_uart_tty_open() 185 static void nci_uart_tty_close(struct tty_struct *tty) in nci_uart_tty_close() 217 static void nci_uart_tty_wakeup(struct tty_struct *tty) in nci_uart_tty_wakeup() 310 static void nci_uart_tty_receive(struct tty_struct *tty, const u8 *data, in nci_uart_tty_receive() 338 static int nci_uart_tty_ioctl(struct tty_struct *tty, struct file *file, in nci_uart_tty_ioctl() 360 static ssize_t nci_uart_tty_read(struct tty_struct *tty, struct file *file, in nci_uart_tty_read() 367 static ssize_t nci_uart_tty_write(struct tty_struct *tty, struct file *file, in nci_uart_tty_write() 373 static __poll_t nci_uart_tty_poll(struct tty_struct *tty, in nci_uart_tty_poll()
|
/net/bluetooth/rfcomm/ |
D | tty.c | 111 static int rfcomm_dev_activate(struct tty_port *port, struct tty_struct *tty) in rfcomm_dev_activate() 322 struct device *tty; in rfcomm_dev_add() local 442 struct tty_struct *tty; in __rfcomm_release_dev() local 686 static void rfcomm_tty_cleanup(struct tty_struct *tty) in rfcomm_tty_cleanup() 709 static int rfcomm_tty_install(struct tty_driver *driver, struct tty_struct *tty) in rfcomm_tty_install() 747 static int rfcomm_tty_open(struct tty_struct *tty, struct file *filp) in rfcomm_tty_open() 773 static void rfcomm_tty_close(struct tty_struct *tty, struct file *filp) in rfcomm_tty_close() 783 static int rfcomm_tty_write(struct tty_struct *tty, const unsigned char *buf, int count) in rfcomm_tty_write() 812 static unsigned int rfcomm_tty_write_room(struct tty_struct *tty) in rfcomm_tty_write_room() 825 static int rfcomm_tty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in rfcomm_tty_ioctl() [all …]
|