Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dtty_io.c150 static long tty_compat_ioctl(struct file *file, unsigned int cmd,
153 #define tty_compat_ioctl NULL macro
481 .compat_ioctl = tty_compat_ioctl,
496 .compat_ioctl = tty_compat_ioctl,
2837 static long tty_compat_ioctl(struct file *file, unsigned int cmd, in tty_compat_ioctl() function