Lines Matching defs:ioctl
68 #include <linux/ioctl.h>
452 * ioctl handlers
966 static int ioctl(struct tty_struct *tty,
973 if (sanity_check(info, tty->name, "ioctl"))
975 DBGINFO(("%s ioctl() cmd=%08X\n", info->device_name, cmd));
1069 * support for 32 bit ioctl calls on 64 bit systems
1159 rc = ioctl(tty, cmd, (unsigned long)compat_ptr(arg));
1162 rc = ioctl(tty, cmd, arg);
3636 .ioctl = ioctl,