Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/nci/
H A Duart.c339 err = n_tty_ioctl_helper(tty, cmd, arg); in nci_uart_tty_ioctl()
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c946 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);
H A Dn_hdlc.c631 error = n_tty_ioctl_helper(tty, cmd, arg); in n_hdlc_tty_ioctl()
H A Dn_tty.c2526 return n_tty_ioctl_helper(tty, cmd, arg); in n_tty_ioctl()
H A Dn_gsm.c3881 return n_tty_ioctl_helper(tty, cmd, arg); in gsmld_ioctl()
/openbmc/linux/include/linux/
H A Dtty.h499 int n_tty_ioctl_helper(struct tty_struct *tty, unsigned int cmd,
/openbmc/linux/drivers/net/ppp/
H A Dppp_synctty.c304 err = n_tty_ioctl_helper(tty, cmd, arg); in ppp_synctty_ioctl()
H A Dppp_async.c311 err = n_tty_ioctl_helper(tty, cmd, arg); in ppp_asynctty_ioctl()
/openbmc/linux/drivers/bluetooth/
H A Dhci_ldisc.c793 err = n_tty_ioctl_helper(tty, cmd, arg); in hci_uart_tty_ioctl()