Searched refs:n_tty_ioctl_helper (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/net/nfc/nci/ |
| D | uart.c | 352 err = n_tty_ioctl_helper(tty, file, cmd, arg); in nci_uart_tty_ioctl()
|
| /Linux-v5.15/drivers/tty/ |
| D | tty_ioctl.c | 861 int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file, in n_tty_ioctl_helper() function 910 EXPORT_SYMBOL(n_tty_ioctl_helper);
|
| D | n_hdlc.c | 633 error = n_tty_ioctl_helper(tty, file, cmd, arg); in n_hdlc_tty_ioctl()
|
| D | n_tty.c | 2421 return n_tty_ioctl_helper(tty, file, cmd, arg); in n_tty_ioctl()
|
| D | n_gsm.c | 2654 return n_tty_ioctl_helper(tty, file, cmd, arg); in gsmld_ioctl()
|
| /Linux-v5.15/include/linux/ |
| D | tty.h | 411 extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file,
|
| /Linux-v5.15/drivers/net/ppp/ |
| D | ppp_synctty.c | 307 err = n_tty_ioctl_helper(tty, file, cmd, arg); in ppp_synctty_ioctl()
|
| D | ppp_async.c | 314 err = n_tty_ioctl_helper(tty, file, cmd, arg); in ppp_asynctty_ioctl()
|
| /Linux-v5.15/drivers/bluetooth/ |
| D | hci_ldisc.c | 793 err = n_tty_ioctl_helper(tty, file, cmd, arg); in hci_uart_tty_ioctl()
|