Home
last modified time | relevance | path

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

/linux-3.4.99/include/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.h49 _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))
Dgntalloc.h18 _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))
Dprivcmd.h71 _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))
Dxenbus_dev.h39 _IOC(_IOC_NONE, 'B', 0, 0)
/linux-3.4.99/include/asm-generic/
Dioctl.h53 #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/
Dioctl.h35 #define _IOC_NONE 1U macro
47 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
/linux-3.4.99/arch/sparc/include/asm/
Dioctl.h34 #define _IOC_NONE 1U macro
44 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
/linux-3.4.99/arch/parisc/include/asm/
Dioctl.h38 #define _IOC_NONE 0U macro
/linux-3.4.99/arch/mips/include/asm/
Dioctl.h21 #define _IOC_NONE 1U macro
/linux-3.4.99/arch/powerpc/include/asm/
Dioctl.h7 #define _IOC_NONE 1U macro
/linux-3.4.99/drivers/staging/crystalhd/
Dbc_dts_glob_lnx.h254 #define BC_IOC_VOID _IOC_NONE
/linux-3.4.99/drivers/media/dvb/dvb-core/
Ddvbdev.c394 case _IOC_NONE: in dvb_usercopy()
/linux-3.4.99/drivers/s390/block/
Ddasd_ioctl.c447 if ((_IOC_DIR(cmd) != _IOC_NONE) && !arg) { in dasd_ioctl()
/linux-3.4.99/drivers/usb/class/
Dusblp.c97 #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/
Dsoundcard.h95 #define _SIOC_NONE _IOC_NONE
/linux-3.4.99/drivers/staging/bcm/
DBcmchar.c174 else if (_IOC_NONE == (_IOC_DIR(cmd) & _IOC_NONE)) in bcm_char_ioctl()
/linux-3.4.99/drivers/media/video/
Dv4l2-ioctl.c307 case _IOC_NONE: dir = "--"; break; in v4l_printk_ioctl()
2406 if (_IOC_DIR(cmd) != _IOC_NONE) { in video_usercopy()