/linux-3.4.99/include/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 | 49 _IOC(_IOC_NONE, 'G', 0, sizeof(struct ioctl_gntdev_map_grant_ref)) 69 _IOC(_IOC_NONE, 'G', 1, sizeof(struct ioctl_gntdev_unmap_grant_ref)) 92 _IOC(_IOC_NONE, 'G', 2, sizeof(struct ioctl_gntdev_get_offset_for_vaddr)) 112 _IOC(_IOC_NONE, 'G', 3, sizeof(struct ioctl_gntdev_set_max_grants)) 130 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntdev_unmap_notify))
|
D | gntalloc.h | 18 _IOC(_IOC_NONE, 'G', 5, sizeof(struct ioctl_gntalloc_alloc_gref)) 42 _IOC(_IOC_NONE, 'G', 6, sizeof(struct ioctl_gntalloc_dealloc_gref)) 62 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntalloc_unmap_notify))
|
D | privcmd.h | 71 _IOC(_IOC_NONE, 'P', 0, sizeof(struct privcmd_hypercall)) 73 _IOC(_IOC_NONE, 'P', 2, sizeof(struct privcmd_mmap)) 75 _IOC(_IOC_NONE, 'P', 3, sizeof(struct privcmd_mmapbatch))
|
D | xenbus_dev.h | 39 _IOC(_IOC_NONE, 'B', 0, 0)
|
/linux-3.4.99/include/asm-generic/ |
D | ioctl.h | 53 #ifndef _IOC_NONE 54 # define _IOC_NONE 0U macro 83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | ioctl.h | 35 #define _IOC_NONE 1U macro 47 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | ioctl.h | 34 #define _IOC_NONE 1U macro 44 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | ioctl.h | 38 #define _IOC_NONE 0U macro
|
/linux-3.4.99/arch/mips/include/asm/ |
D | ioctl.h | 21 #define _IOC_NONE 1U macro
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | ioctl.h | 7 #define _IOC_NONE 1U macro
|
/linux-3.4.99/drivers/staging/crystalhd/ |
D | bc_dts_glob_lnx.h | 254 #define BC_IOC_VOID _IOC_NONE
|
/linux-3.4.99/drivers/media/dvb/dvb-core/ |
D | dvbdev.c | 394 case _IOC_NONE: in dvb_usercopy()
|
/linux-3.4.99/drivers/s390/block/ |
D | dasd_ioctl.c | 447 if ((_IOC_DIR(cmd) != _IOC_NONE) && !arg) { in dasd_ioctl()
|
/linux-3.4.99/drivers/usb/class/ |
D | usblp.c | 97 #define LPIOC_SOFT_RESET _IOC(_IOC_NONE, 'P', IOCNR_SOFT_RESET, 0); 642 if (_IOC_DIR(cmd) != _IOC_NONE) { in usblp_ioctl()
|
/linux-3.4.99/include/linux/ |
D | soundcard.h | 95 #define _SIOC_NONE _IOC_NONE
|
/linux-3.4.99/drivers/staging/bcm/ |
D | Bcmchar.c | 174 else if (_IOC_NONE == (_IOC_DIR(cmd) & _IOC_NONE)) in bcm_char_ioctl()
|
/linux-3.4.99/drivers/media/video/ |
D | v4l2-ioctl.c | 307 case _IOC_NONE: dir = "--"; break; in v4l_printk_ioctl() 2406 if (_IOC_DIR(cmd) != _IOC_NONE) { in video_usercopy()
|