tty_ioctl
long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
return tty_ioctl(file, cmd, (unsigned long)compat_ptr(arg));
return tty_ioctl(file, cmd, arg);
.unlocked_ioctl = tty_ioctl,
.unlocked_ioctl = tty_ioctl,