Home
last modified time | relevance | path

Searched refs:n_tty_ioctl_helper (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/tty/
Dtty_ioctl.c1119 int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file, in n_tty_ioctl_helper() function
1168 EXPORT_SYMBOL(n_tty_ioctl_helper);
Dn_hdlc.c795 error = n_tty_ioctl_helper(tty, file, cmd, arg); in n_hdlc_tty_ioctl()
Dn_tty.c2527 return n_tty_ioctl_helper(tty, file, cmd, arg); in n_tty_ioctl()
Dn_gsm.c2610 return n_tty_ioctl_helper(tty, file, cmd, arg); in gsmld_ioctl()
/linux-4.1.27/drivers/bluetooth/
Dhci_ldisc.c613 err = n_tty_ioctl_helper(tty, file, cmd, arg); in hci_uart_tty_ioctl()
/linux-4.1.27/drivers/net/ppp/
Dppp_synctty.c309 err = n_tty_ioctl_helper(tty, file, cmd, arg); in ppp_synctty_ioctl()
Dppp_async.c317 err = n_tty_ioctl_helper(tty, file, cmd, arg); in ppp_asynctty_ioctl()
/linux-4.1.27/drivers/isdn/gigaset/
Dser-gigaset.c670 rc = n_tty_ioctl_helper(tty, file, cmd, arg); in gigaset_tty_ioctl()
/linux-4.1.27/include/linux/
Dtty.h639 extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file,