Home
last modified time | relevance | path

Searched refs:_IOC_NONE (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/include/uapi/xen/
Devtchn.h41 _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)
Dgntdev.h51 _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))
Dprivcmd.h94 _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))
Dgntalloc.h20 _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/
Dxenbus_dev.h39 _IOC(_IOC_NONE, 'B', 0, 0)
42 _IOC(_IOC_NONE, 'B', 1, 0)
/linux-4.4.14/include/uapi/asm-generic/
Dioctl.h53 #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/
Dioctl.h35 #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/
Dioctl.h34 #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/
Dioctl.h38 #define _IOC_NONE 0U macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dioctl.h21 #define _IOC_NONE 1U macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dioctl.h7 #define _IOC_NONE 1U macro
/linux-4.4.14/drivers/s390/block/
Ddasd_ioctl.c512 if ((_IOC_DIR(cmd) != _IOC_NONE) && !arg) { in dasd_ioctl()
/linux-4.4.14/drivers/media/dvb-core/
Ddvbdev.c529 case _IOC_NONE: in dvb_usercopy()
/linux-4.4.14/drivers/usb/class/
Dusblp.c105 #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/
Dsoundcard.h93 #define _SIOC_NONE _IOC_NONE
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ioctl.c2552 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()