Searched refs:n_tty_ioctl_helper (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/net/nfc/nci/ |
D | uart.c | 295 err = n_tty_ioctl_helper(tty, file, cmd, arg); in nci_uart_tty_ioctl()
|
/linux-4.4.14/drivers/tty/ |
D | tty_ioctl.c | 1122 int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file, in n_tty_ioctl_helper() function 1171 EXPORT_SYMBOL(n_tty_ioctl_helper);
|
D | n_hdlc.c | 795 error = n_tty_ioctl_helper(tty, file, cmd, arg); in n_hdlc_tty_ioctl()
|
D | n_tty.c | 2503 return n_tty_ioctl_helper(tty, file, cmd, arg); in n_tty_ioctl()
|
D | n_gsm.c | 2609 return n_tty_ioctl_helper(tty, file, cmd, arg); in gsmld_ioctl()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_synctty.c | 309 err = n_tty_ioctl_helper(tty, file, cmd, arg); in ppp_synctty_ioctl()
|
D | ppp_async.c | 317 err = n_tty_ioctl_helper(tty, file, cmd, arg); in ppp_asynctty_ioctl()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | ser-gigaset.c | 647 rc = n_tty_ioctl_helper(tty, file, cmd, arg); in gigaset_tty_ioctl()
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_ldisc.c | 732 err = n_tty_ioctl_helper(tty, file, cmd, arg); in hci_uart_tty_ioctl()
|
/linux-4.4.14/include/linux/ |
D | tty.h | 641 extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file,
|