Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/
Dtty_ioctl.c919 int tty_perform_flush(struct tty_struct *tty, unsigned long arg) in tty_perform_flush() function
932 EXPORT_SYMBOL_GPL(tty_perform_flush);
/linux-6.1.9/include/linux/
Dtty.h462 int tty_perform_flush(struct tty_struct *tty, unsigned long arg);
/linux-6.1.9/drivers/tty/ipwireless/
Dtty.c429 return tty_perform_flush(linux_tty, arg); in ipw_ioctl()