Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c931 int tty_perform_flush(struct tty_struct *tty, unsigned long arg) in tty_perform_flush() function
944 EXPORT_SYMBOL_GPL(tty_perform_flush);
/openbmc/linux/include/linux/
H A Dtty.h462 int tty_perform_flush(struct tty_struct *tty, unsigned long arg);
/openbmc/linux/drivers/tty/ipwireless/
H A Dtty.c429 return tty_perform_flush(linux_tty, arg); in ipw_ioctl()