Searched refs:_IOC_WRITE (Results 1 – 12 of 12) sorted by relevance
/linux-4.19.296/include/uapi/asm-generic/ |
D | ioctl.h | 61 #ifndef _IOC_WRITE 62 # define _IOC_WRITE 1U macro 87 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) 88 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) 90 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) 91 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) 101 #define IOC_IN (_IOC_WRITE << _IOC_DIRSHIFT) 103 #define IOC_INOUT ((_IOC_WRITE|_IOC_READ) << _IOC_DIRSHIFT)
|
/linux-4.19.296/include/uapi/linux/ |
D | hidraw.h | 40 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) 41 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len)
|
D | vboxguest.h | 102 #define VBG_IOCTL_VMMDEV_REQUEST(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 2, s) 176 #define VBG_IOCTL_HGCM_CALL_32(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 6, s) 177 #define VBG_IOCTL_HGCM_CALL_64(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 7, s)
|
D | soundcard.h | 95 #define _SIOC_WRITE _IOC_WRITE
|
/linux-4.19.296/drivers/virt/vboxguest/ |
D | vboxguest_core.h | 30 #define VBG_IOCTL_VMMDEV_REQUEST_BIG_ALT _IOC(_IOC_READ | _IOC_WRITE, 'V', 3, 0) 31 #define VBG_IOCTL_LOG_ALT(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 9, s)
|
/linux-4.19.296/include/uapi/sound/ |
D | sb16_csp.h | 110 _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode))
|
/linux-4.19.296/drivers/media/dvb-core/ |
D | dvbdev.c | 937 case _IOC_WRITE: in dvb_usercopy() 938 case (_IOC_WRITE | _IOC_READ): in dvb_usercopy() 966 case (_IOC_WRITE | _IOC_READ): in dvb_usercopy()
|
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 2775 case _IOC_WRITE: dir = "-w"; break; in v4l_printk_ioctl() 2776 case _IOC_READ | _IOC_WRITE: dir = "rw"; break; in v4l_printk_ioctl() 2836 write_only = _IOC_DIR(cmd) == _IOC_WRITE; in __video_do_ioctl() 2965 if (_IOC_DIR(cmd) & _IOC_WRITE) { in video_usercopy() 3042 case (_IOC_WRITE | _IOC_READ): in video_usercopy()
|
/linux-4.19.296/drivers/char/pcmcia/ |
D | cm4000_cs.c | 1449 _IOC_DIR(cmd), _IOC_READ, _IOC_WRITE, size, cmd); in cmm_ioctl() 1455 if (_IOC_DIR(cmd) & _IOC_WRITE) { in cmm_ioctl()
|
/linux-4.19.296/drivers/media/rc/ |
D | lirc_dev.c | 392 if (_IOC_DIR(cmd) & _IOC_WRITE) { in ir_lirc_ioctl()
|
/linux-4.19.296/fs/nilfs2/ |
D | ioctl.c | 84 if ((dir & _IOC_WRITE) && in nilfs_ioctl_wrap_copy()
|
/linux-4.19.296/fs/fuse/ |
D | file.c | 2563 if (_IOC_DIR(cmd) & _IOC_WRITE) { in fuse_do_ioctl()
|