_IOC 76 include/uapi/asm-generic/ioctl.h #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) _IOC 77 include/uapi/asm-generic/ioctl.h #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) _IOC 78 include/uapi/asm-generic/ioctl.h #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) _IOC 79 include/uapi/asm-generic/ioctl.h #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) _IOC 80 include/uapi/asm-generic/ioctl.h #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) _IOC 81 include/uapi/asm-generic/ioctl.h #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) _IOC 82 include/uapi/asm-generic/ioctl.h #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) _IOC 159 include/uapi/linux/hiddev.h #define HIDIOCGNAME(len) _IOC(_IOC_READ, 'H', 0x06, len) _IOC 171 include/uapi/linux/hiddev.h #define HIDIOCGPHYS(len) _IOC(_IOC_READ, 'H', 0x12, len) _IOC 36 include/uapi/linux/hidraw.h #define HIDIOCGRAWNAME(len) _IOC(_IOC_READ, 'H', 0x04, len) _IOC 37 include/uapi/linux/hidraw.h #define HIDIOCGRAWPHYS(len) _IOC(_IOC_READ, 'H', 0x05, len) _IOC 39 include/uapi/linux/hidraw.h #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) _IOC 40 include/uapi/linux/hidraw.h #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len) _IOC 110 include/uapi/linux/input.h #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */ _IOC 111 include/uapi/linux/input.h #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ _IOC 112 include/uapi/linux/input.h #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */ _IOC 113 include/uapi/linux/input.h #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */ _IOC 139 include/uapi/linux/input.h #define EVIOCGMTSLOTS(len) _IOC(_IOC_READ, 'E', 0x0a, len) _IOC 141 include/uapi/linux/input.h #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global key state */ _IOC 142 include/uapi/linux/input.h #define EVIOCGLED(len) _IOC(_IOC_READ, 'E', 0x19, len) /* get all LEDs */ _IOC 143 include/uapi/linux/input.h #define EVIOCGSND(len) _IOC(_IOC_READ, 'E', 0x1a, len) /* get all sounds status */ _IOC 144 include/uapi/linux/input.h #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states */ _IOC 146 include/uapi/linux/input.h #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ _IOC 150 include/uapi/linux/input.h #define EVIOCSFF _IOC(_IOC_WRITE, 'E', 0x80, sizeof(struct ff_effect)) /* send a force effect to a force feedback device */ _IOC 62 include/uapi/linux/joystick.h #define JSIOCGNAME(len) _IOC(_IOC_READ, 'j', 0x13, len) /* get identifier string */ _IOC 85 include/uapi/linux/uinput.h #define UI_GET_SYSNAME(len) _IOC(_IOC_READ, UINPUT_IOCTL_BASE, 300, len) _IOC 109 include/uapi/sound/sb16_csp.h _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode)) _IOC 41 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 0, sizeof(struct ioctl_evtchn_bind_virq)) _IOC 51 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 1, sizeof(struct ioctl_evtchn_bind_interdomain)) _IOC 61 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 2, sizeof(struct ioctl_evtchn_bind_unbound_port)) _IOC 70 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind)) _IOC 79 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 4, sizeof(struct ioctl_evtchn_notify)) _IOC 86 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 5, 0) _IOC 18 include/uapi/xen/gntalloc.h _IOC(_IOC_NONE, 'G', 5, sizeof(struct ioctl_gntalloc_alloc_gref)) _IOC 42 include/uapi/xen/gntalloc.h _IOC(_IOC_NONE, 'G', 6, sizeof(struct ioctl_gntalloc_dealloc_gref)) _IOC 62 include/uapi/xen/gntalloc.h _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntalloc_unmap_notify)) _IOC 49 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 0, sizeof(struct ioctl_gntdev_map_grant_ref)) _IOC 69 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 1, sizeof(struct ioctl_gntdev_unmap_grant_ref)) _IOC 92 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 2, sizeof(struct ioctl_gntdev_get_offset_for_vaddr)) _IOC 112 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 3, sizeof(struct ioctl_gntdev_set_max_grants)) _IOC 130 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntdev_unmap_notify)) _IOC 90 include/uapi/xen/privcmd.h _IOC(_IOC_NONE, 'P', 0, sizeof(struct privcmd_hypercall)) _IOC 92 include/uapi/xen/privcmd.h _IOC(_IOC_NONE, 'P', 2, sizeof(struct privcmd_mmap)) _IOC 94 include/uapi/xen/privcmd.h _IOC(_IOC_NONE, 'P', 3, sizeof(struct privcmd_mmapbatch)) _IOC 96 include/uapi/xen/privcmd.h _IOC(_IOC_NONE, 'P', 4, sizeof(struct privcmd_mmapbatch_v2)) _IOC 39 include/xen/xenbus_dev.h _IOC(_IOC_NONE, 'B', 0, 0) _IOC 42 include/xen/xenbus_dev.h _IOC(_IOC_NONE, 'B', 1, 0)