Searched refs:_IOC_NONE (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/xen/
H A Dxenbus_dev.h37 _IOC(_IOC_NONE, 'B', 0, 0)
40 _IOC(_IOC_NONE, 'B', 1, 0)
/linux-master/include/uapi/xen/
H A Devtchn.h42 _IOC(_IOC_NONE, 'E', 0, sizeof(struct ioctl_evtchn_bind_virq))
52 _IOC(_IOC_NONE, 'E', 1, sizeof(struct ioctl_evtchn_bind_interdomain))
62 _IOC(_IOC_NONE, 'E', 2, sizeof(struct ioctl_evtchn_bind_unbound_port))
71 _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind))
80 _IOC(_IOC_NONE, 'E', 4, sizeof(struct ioctl_evtchn_notify))
87 _IOC(_IOC_NONE, 'E', 5, 0)
99 _IOC(_IOC_NONE, 'E', 6, sizeof(struct ioctl_evtchn_restrict_domid))
108 _IOC(_IOC_NONE, 'E', 7, sizeof(struct ioctl_evtchn_bind))
H A Dgntdev.h59 _IOC(_IOC_NONE, 'G', 0, sizeof(struct ioctl_gntdev_map_grant_ref))
79 _IOC(_IOC_NONE, 'G', 1, sizeof(struct ioctl_gntdev_unmap_grant_ref))
102 _IOC(_IOC_NONE, 'G', 2, sizeof(struct ioctl_gntdev_get_offset_for_vaddr))
122 _IOC(_IOC_NONE, 'G', 3, sizeof(struct ioctl_gntdev_set_max_grants))
140 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntdev_unmap_notify))
199 _IOC(_IOC_NONE, 'G', 8, sizeof(struct ioctl_gntdev_grant_copy))
241 _IOC(_IOC_NONE, 'G', 9, \
271 _IOC(_IOC_NONE, 'G', 10, \
284 _IOC(_IOC_NONE, 'G', 11, \
307 _IOC(_IOC_NONE, '
[all...]
H A Dgntalloc.h20 _IOC(_IOC_NONE, 'G', 5, sizeof(struct ioctl_gntalloc_alloc_gref))
47 _IOC(_IOC_NONE, 'G', 6, sizeof(struct ioctl_gntalloc_dealloc_gref))
67 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntalloc_unmap_notify))
H A Dprivcmd.h143 _IOC(_IOC_NONE, 'P', 0, sizeof(struct privcmd_hypercall))
145 _IOC(_IOC_NONE, 'P', 2, sizeof(struct privcmd_mmap))
147 _IOC(_IOC_NONE, 'P', 3, sizeof(struct privcmd_mmapbatch))
149 _IOC(_IOC_NONE, 'P', 4, sizeof(struct privcmd_mmapbatch_v2))
151 _IOC(_IOC_NONE, 'P', 5, sizeof(struct privcmd_dm_op))
153 _IOC(_IOC_NONE, 'P', 6, sizeof(domid_t))
155 _IOC(_IOC_NONE, 'P', 7, sizeof(struct privcmd_mmap_resource))
/linux-master/arch/powerpc/include/uapi/asm/
H A Dioctl.h8 #define _IOC_NONE 1U macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dioctl.h39 #define _IOC_NONE 0U macro
/linux-master/arch/mips/include/uapi/asm/
H A Dioctl.h18 * Direction bits _IOC_NONE could be 0, but OSF/1 gives it a bit.
22 #define _IOC_NONE 1U macro
/linux-master/include/uapi/asm-generic/
H A Dioctl.h57 #ifndef _IOC_NONE
58 # define _IOC_NONE 0U macro
85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
/linux-master/arch/alpha/include/uapi/asm/
H A Dioctl.h32 * Direction bits _IOC_NONE could be 0, but OSF/1 gives it a bit.
36 #define _IOC_NONE 1U macro
48 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
/linux-master/arch/sparc/include/uapi/asm/
H A Dioctl.h7 * a non-zero _IOC_NONE (for binary compatibility) and
35 #define _IOC_NONE 1U macro
45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
/linux-master/tools/perf/trace/beauty/
H A Dioctl.c157 if (dir == _IOC_NONE) {
/linux-master/drivers/s390/block/
H A Ddasd_ioctl.c623 if ((_IOC_DIR(cmd) != _IOC_NONE) && !arg)
/linux-master/drivers/usb/class/
H A Dusblp.c90 #define LPIOC_SOFT_RESET _IOC(_IOC_NONE, 'P', IOCNR_SOFT_RESET, 0);
677 if (_IOC_DIR(cmd) != _IOC_NONE) {
/linux-master/include/uapi/linux/
H A Dsoundcard.h93 #define _SIOC_NONE _IOC_NONE
/linux-master/drivers/media/dvb-core/
H A Ddvbdev.c966 case _IOC_NONE:
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2966 case _IOC_NONE: dir = "--"; break;
3069 else if (_IOC_DIR(cmd) == _IOC_NONE)
3350 if (_IOC_DIR(cmd) != _IOC_NONE) {

Completed in 181 milliseconds