Home
last modified time | relevance | path

Searched refs:tty_perform_flush (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/tty/
Dtty_ioctl.c1089 int tty_perform_flush(struct tty_struct *tty, unsigned long arg) in tty_perform_flush() function
1116 EXPORT_SYMBOL_GPL(tty_perform_flush);
1155 return tty_perform_flush(tty, arg); in n_tty_ioctl_helper()
/linux-3.4.99/drivers/tty/ipwireless/
Dtty.c474 return tty_perform_flush(linux_tty, arg); in ipw_ioctl()
/linux-3.4.99/drivers/net/ppp/
Dppp_synctty.c358 err = tty_perform_flush(tty, arg); in ppp_synctty_ioctl()
Dppp_async.c317 err = tty_perform_flush(tty, arg); in ppp_asynctty_ioctl()
/linux-3.4.99/include/linux/
Dtty.h470 extern int tty_perform_flush(struct tty_struct *tty, unsigned long arg);