Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dtty_io.c448 static long hung_up_tty_ioctl(struct file *file, unsigned int cmd, in hung_up_tty_ioctl() function
507 .unlocked_ioctl = hung_up_tty_ioctl,
2748 return hung_up_tty_ioctl(file, cmd, arg); in tty_ioctl()