Home
last modified time | relevance | path

Searched refs:tty_mode_ioctl (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/tty/
H A Dtty_ioctl.c765 int tty_mode_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in tty_mode_ioctl() function
891 EXPORT_SYMBOL_GPL(tty_mode_ioctl);
982 return tty_mode_ioctl(tty, cmd, arg); in n_tty_ioctl_helper()
/linux/drivers/net/ppp/
H A Dppp_synctty.c313 err = tty_mode_ioctl(tty, cmd, arg); in ppp_synctty_ioctl()
H A Dppp_async.c322 err = tty_mode_ioctl(tty, cmd, arg); in ppp_asynctty_ioctl()