| /linux-4.4.14/include/uapi/xen/ |
| D | evtchn.h | 41 _IOC(_IOC_NONE, 'E', 0, sizeof(struct ioctl_evtchn_bind_virq)) 51 _IOC(_IOC_NONE, 'E', 1, sizeof(struct ioctl_evtchn_bind_interdomain)) 61 _IOC(_IOC_NONE, 'E', 2, sizeof(struct ioctl_evtchn_bind_unbound_port)) 70 _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind)) 79 _IOC(_IOC_NONE, 'E', 4, sizeof(struct ioctl_evtchn_notify)) 86 _IOC(_IOC_NONE, 'E', 5, 0)
|
| D | gntdev.h | 51 _IOC(_IOC_NONE, 'G', 0, sizeof(struct ioctl_gntdev_map_grant_ref)) 71 _IOC(_IOC_NONE, 'G', 1, sizeof(struct ioctl_gntdev_unmap_grant_ref)) 94 _IOC(_IOC_NONE, 'G', 2, sizeof(struct ioctl_gntdev_get_offset_for_vaddr)) 114 _IOC(_IOC_NONE, 'G', 3, sizeof(struct ioctl_gntdev_set_max_grants)) 132 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntdev_unmap_notify))
|
| D | privcmd.h | 94 _IOC(_IOC_NONE, 'P', 0, sizeof(struct privcmd_hypercall)) 96 _IOC(_IOC_NONE, 'P', 2, sizeof(struct privcmd_mmap)) 98 _IOC(_IOC_NONE, 'P', 3, sizeof(struct privcmd_mmapbatch)) 100 _IOC(_IOC_NONE, 'P', 4, sizeof(struct privcmd_mmapbatch_v2))
|
| D | gntalloc.h | 20 _IOC(_IOC_NONE, 'G', 5, sizeof(struct ioctl_gntalloc_alloc_gref)) 44 _IOC(_IOC_NONE, 'G', 6, sizeof(struct ioctl_gntalloc_dealloc_gref)) 64 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntalloc_unmap_notify))
|
| /linux-4.4.14/include/xen/ |
| D | xenbus_dev.h | 39 _IOC(_IOC_NONE, 'B', 0, 0) 42 _IOC(_IOC_NONE, 'B', 1, 0)
|
| /linux-4.4.14/include/uapi/asm-generic/ |
| D | ioctl.h | 53 #ifndef _IOC_NONE 54 # define _IOC_NONE 0U macro 76 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
|
| /linux-4.4.14/arch/alpha/include/uapi/asm/ |
| D | ioctl.h | 35 #define _IOC_NONE 1U macro 47 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
|
| /linux-4.4.14/arch/sparc/include/uapi/asm/ |
| D | ioctl.h | 34 #define _IOC_NONE 1U macro 44 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
|
| /linux-4.4.14/arch/parisc/include/uapi/asm/ |
| D | ioctl.h | 38 #define _IOC_NONE 0U macro
|
| /linux-4.4.14/arch/mips/include/uapi/asm/ |
| D | ioctl.h | 21 #define _IOC_NONE 1U macro
|
| /linux-4.4.14/arch/powerpc/include/uapi/asm/ |
| D | ioctl.h | 7 #define _IOC_NONE 1U macro
|
| /linux-4.4.14/drivers/s390/block/ |
| D | dasd_ioctl.c | 512 if ((_IOC_DIR(cmd) != _IOC_NONE) && !arg) { in dasd_ioctl()
|
| /linux-4.4.14/drivers/media/dvb-core/ |
| D | dvbdev.c | 529 case _IOC_NONE: in dvb_usercopy()
|
| /linux-4.4.14/drivers/usb/class/ |
| D | usblp.c | 105 #define LPIOC_SOFT_RESET _IOC(_IOC_NONE, 'P', IOCNR_SOFT_RESET, 0); 661 if (_IOC_DIR(cmd) != _IOC_NONE) { in usblp_ioctl()
|
| /linux-4.4.14/include/uapi/linux/ |
| D | soundcard.h | 93 #define _SIOC_NONE _IOC_NONE
|
| /linux-4.4.14/drivers/media/v4l2-core/ |
| D | v4l2-ioctl.c | 2552 case _IOC_NONE: dir = "--"; break; in v4l_printk_ioctl() 2632 else if (_IOC_DIR(cmd) == _IOC_NONE) in __video_do_ioctl() 2722 if (_IOC_DIR(cmd) != _IOC_NONE) { in video_usercopy()
|