Searched refs:n_tty_ioctl_helper (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/net/nfc/nci/ |
| D | uart.c | 339 err = n_tty_ioctl_helper(tty, cmd, arg); in nci_uart_tty_ioctl()
|
| /Linux-v6.6/drivers/tty/ |
| D | tty_ioctl.c | 946 int n_tty_ioctl_helper(struct tty_struct *tty, unsigned int cmd, in n_tty_ioctl_helper() function 995 EXPORT_SYMBOL(n_tty_ioctl_helper);
|
| D | n_hdlc.c | 631 error = n_tty_ioctl_helper(tty, cmd, arg); in n_hdlc_tty_ioctl()
|
| D | n_tty.c | 2516 return n_tty_ioctl_helper(tty, cmd, arg); in n_tty_ioctl()
|
| D | n_gsm.c | 3827 return n_tty_ioctl_helper(tty, cmd, arg); in gsmld_ioctl()
|
| /Linux-v6.6/include/linux/ |
| D | tty.h | 499 int n_tty_ioctl_helper(struct tty_struct *tty, unsigned int cmd,
|
| /Linux-v6.6/drivers/net/ppp/ |
| D | ppp_synctty.c | 304 err = n_tty_ioctl_helper(tty, cmd, arg); in ppp_synctty_ioctl()
|
| D | ppp_async.c | 311 err = n_tty_ioctl_helper(tty, cmd, arg); in ppp_asynctty_ioctl()
|
| /Linux-v6.6/drivers/bluetooth/ |
| D | hci_ldisc.c | 799 err = n_tty_ioctl_helper(tty, cmd, arg); in hci_uart_tty_ioctl()
|