Searched defs:tty_mode_ioctl (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dtty_ioctl.c942 * tty_mode_ioctl - mode related ioctls
953 int tty_mode_ioctl(struct tty_struct *tty, struct file *file, function
1094 EXPORT_SYMBOL_GPL(tty_mode_ioctl); variable
1189 return tty_mode_ioctl(tty, file, cmd, arg);
1201 return tty_mode_ioctl(tty, file, cmd, (unsigned long) compat_ptr(arg));

Completed in 68 milliseconds