Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/
Dtty_io.c452 static long hung_up_tty_compat_ioctl(struct file *file, in hung_up_tty_compat_ioctl() function
506 .compat_ioctl = hung_up_tty_compat_ioctl,
2964 return hung_up_tty_compat_ioctl(file, cmd, arg); in tty_compat_ioctl()