Home
last modified time | relevance | path

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

/Linux-v5.4/net/nfc/nci/
Duart.c286 err = n_tty_ioctl_helper(tty, file, cmd, arg); in nci_uart_tty_ioctl()
/Linux-v5.4/drivers/tty/
Dtty_ioctl.c894 int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file, in n_tty_ioctl_helper() function
943 EXPORT_SYMBOL(n_tty_ioctl_helper);
Dn_hdlc.c783 error = n_tty_ioctl_helper(tty, file, cmd, arg); in n_hdlc_tty_ioctl()
Dn_tty.c2466 return n_tty_ioctl_helper(tty, file, cmd, arg); in n_tty_ioctl()
Dn_gsm.c2632 return n_tty_ioctl_helper(tty, file, cmd, arg); in gsmld_ioctl()
/Linux-v5.4/drivers/net/ppp/
Dppp_synctty.c306 err = n_tty_ioctl_helper(tty, file, cmd, arg); in ppp_synctty_ioctl()
Dppp_async.c313 err = n_tty_ioctl_helper(tty, file, cmd, arg); in ppp_asynctty_ioctl()
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dser-gigaset.c637 rc = n_tty_ioctl_helper(tty, file, cmd, arg); in gigaset_tty_ioctl()
/Linux-v5.4/drivers/bluetooth/
Dhci_ldisc.c793 err = n_tty_ioctl_helper(tty, file, cmd, arg); in hci_uart_tty_ioctl()
/Linux-v5.4/include/linux/
Dtty.h755 extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file,