Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dtty_ioctl.c796 static int __tty_perform_flush(struct tty_struct *tty, unsigned long arg) in __tty_perform_flush() function
830 retval = __tty_perform_flush(tty, arg); in tty_perform_flush()
880 return __tty_perform_flush(tty, arg); in n_tty_ioctl_helper()