Searched refs:n_tty_ioctl_helper (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/net/nfc/nci/ |
D | uart.c | 339 err = n_tty_ioctl_helper(tty, cmd, arg); in nci_uart_tty_ioctl()
|
/linux-6.1.9/drivers/tty/ |
D | tty_ioctl.c | 934 int n_tty_ioctl_helper(struct tty_struct *tty, unsigned int cmd, in n_tty_ioctl_helper() function 983 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 | 2483 return n_tty_ioctl_helper(tty, cmd, arg); in n_tty_ioctl()
|
D | n_gsm.c | 3122 return n_tty_ioctl_helper(tty, cmd, arg); in gsmld_ioctl()
|
/linux-6.1.9/include/linux/ |
D | tty.h | 499 int n_tty_ioctl_helper(struct tty_struct *tty, unsigned int cmd,
|
/linux-6.1.9/drivers/net/ppp/ |
D | ppp_synctty.c | 305 err = n_tty_ioctl_helper(tty, cmd, arg); in ppp_synctty_ioctl()
|
D | ppp_async.c | 312 err = n_tty_ioctl_helper(tty, cmd, arg); in ppp_asynctty_ioctl()
|
/linux-6.1.9/drivers/bluetooth/ |
D | hci_ldisc.c | 798 err = n_tty_ioctl_helper(tty, cmd, arg); in hci_uart_tty_ioctl()
|