Searched refs:n_tty_ioctl_helper (Results 1 – 9 of 9) sorted by relevance
| /linux/net/nfc/nci/ |
| A D | uart.c | 339 err = n_tty_ioctl_helper(tty, cmd, arg); in nci_uart_tty_ioctl()
|
| /linux/drivers/tty/ |
| A D | tty_ioctl.c | 940 int n_tty_ioctl_helper(struct tty_struct *tty, unsigned int cmd, in n_tty_ioctl_helper() function 989 EXPORT_SYMBOL(n_tty_ioctl_helper);
|
| A D | n_hdlc.c | 631 error = n_tty_ioctl_helper(tty, cmd, arg); in n_hdlc_tty_ioctl()
|
| A D | n_tty.c | 2521 return n_tty_ioctl_helper(tty, cmd, arg); in n_tty_ioctl()
|
| A D | n_gsm.c | 3884 return n_tty_ioctl_helper(tty, cmd, arg); in gsmld_ioctl()
|
| /linux/include/linux/ |
| A D | tty.h | 491 int n_tty_ioctl_helper(struct tty_struct *tty, unsigned int cmd,
|
| /linux/drivers/net/ppp/ |
| A D | ppp_synctty.c | 304 err = n_tty_ioctl_helper(tty, cmd, arg); in ppp_synctty_ioctl()
|
| A D | ppp_async.c | 312 err = n_tty_ioctl_helper(tty, cmd, arg); in ppp_asynctty_ioctl()
|
| /linux/drivers/bluetooth/ |
| A D | hci_ldisc.c | 796 err = n_tty_ioctl_helper(tty, cmd, arg); in hci_uart_tty_ioctl()
|
Completed in 33 milliseconds