Home
last modified time | relevance | path

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

/drivers/tty/
Dtty_ioctl.c1122 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);
Dn_hdlc.c784 error = n_tty_ioctl_helper(tty, file, cmd, arg); in n_hdlc_tty_ioctl()
Dn_tty.c2533 return n_tty_ioctl_helper(tty, file, cmd, arg); in n_tty_ioctl()
Dn_gsm.c2636 return n_tty_ioctl_helper(tty, file, cmd, arg); in gsmld_ioctl()
/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()
/drivers/isdn/gigaset/
Dser-gigaset.c640 rc = n_tty_ioctl_helper(tty, file, cmd, arg); in gigaset_tty_ioctl()
/drivers/bluetooth/
Dhci_ldisc.c743 err = n_tty_ioctl_helper(tty, file, cmd, arg); in hci_uart_tty_ioctl()