Lines Matching defs:ioctl
68 #include <linux/ioctl.h>
447 * ioctl handlers
956 static int ioctl(struct tty_struct *tty,
963 if (sanity_check(info, tty->name, "ioctl"))
965 DBGINFO(("%s ioctl() cmd=%08X\n", info->device_name, cmd));
1059 * support for 32 bit ioctl calls on 64 bit systems
1150 rc = ioctl(tty, cmd, (unsigned long)compat_ptr(arg));
1153 rc = ioctl(tty, cmd, arg);
3609 .ioctl = ioctl,