Home
last modified time | relevance | path

Searched refs:_IOC_WRITE (Results 1 – 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dioctl.h37 #define _IOC_WRITE 4U macro
47 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
48 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
52 ( (((((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) & (_IOC_WRITE|_IOC_READ)) != 0)? \
53 (((nr) >> _IOC_DIRSHIFT) & (_IOC_WRITE|_IOC_READ)): \
58 ((((((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) & (_IOC_WRITE|_IOC_READ)) == 0)? \
62 #define IOC_IN (_IOC_WRITE << _IOC_DIRSHIFT)
64 #define IOC_INOUT ((_IOC_WRITE|_IOC_READ) << _IOC_DIRSHIFT)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dioctl.h27 #ifndef _IOC_WRITE
28 # define _IOC_WRITE 1U macro
43 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
44 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
46 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
47 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
52 #define IOC_IN (_IOC_WRITE << _IOC_DIRSHIFT)
54 #define IOC_INOUT ((_IOC_WRITE|_IOC_READ) << _IOC_DIRSHIFT)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dioctl.h61 #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)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dioctl.h40 #ifndef _IOC_WRITE
41 #define _IOC_WRITE 1U macro
50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size)))
51 #define _IOWR(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size)))
53 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size))
54 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size))
59 #define IOC_IN (_IOC_WRITE << _IOC_DIRSHIFT)
61 #define IOC_INOUT ((_IOC_WRITE | _IOC_READ) << _IOC_DIRSHIFT)
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dioctl.h38 #define _IOC_WRITE 4U macro
50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
51 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
61 #define IOC_IN (_IOC_WRITE << _IOC_DIRSHIFT)
63 #define IOC_INOUT ((_IOC_WRITE|_IOC_READ) << _IOC_DIRSHIFT)
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
Dzcrypt.h308 #define ICARSAMODEXPO _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x05, 0)
309 #define ICARSACRT _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x06, 0)
310 #define ZSECSENDCPRB _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x81, 0)
311 #define ZSENDEP11CPRB _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x04, 0)
313 #define ZCRYPT_DEVICE_STATUS _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x5f, 0)
355 #define ZDEVICESTATUS _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x4f, 0)
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dioctl.h112 #define _IOC_WRITE 1U macro
116 #define _IOW(a, b, c) _IOC(_IOC_WRITE, (a), (b), sizeof(c))
118 #define _IOWR(a, b, c) _IOC(_IOC_READ | _IOC_WRITE, (a), (b), sizeof(c))
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dhidraw.h24 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len)
25 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len)
Dvboxguest.h61 #define VBG_IOCTL_VMMDEV_REQUEST(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 2, s)
106 #define VBG_IOCTL_HGCM_CALL_32(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 6, s)
107 #define VBG_IOCTL_HGCM_CALL_64(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 7, s)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dhidraw.h37 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE | _IOC_READ, 'H', 0x06, len)
38 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE | _IOC_READ, 'H', 0x07, len)
Dvboxguest.h55 #define VBG_IOCTL_VMMDEV_REQUEST(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 2, s)
87 #define VBG_IOCTL_HGCM_CALL_32(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 6, s)
88 #define VBG_IOCTL_HGCM_CALL_64(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 7, s)
/kernel/linux/linux-5.10/include/uapi/linux/
Dhidraw.h40 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len)
41 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len)
Dvboxguest.h102 #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)
/kernel/linux/linux-5.10/drivers/virt/vboxguest/
Dvboxguest_core.h30 #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)
/kernel/linux/linux-5.10/samples/hidraw/
Dhid-example.c24 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len)
25 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len)
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Dioctl.h40 #define _IOC_WRITE 2U macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dioctl.h25 #define _IOC_WRITE 4U macro
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
Dioctl.h10 #define _IOC_WRITE 4U macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dioctl.h24 #define _IOC_WRITE 4U macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dsb16_csp.h70 #define SNDRV_SB_CSP_IOCTL_LOAD_CODE _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode…
/kernel/linux/linux-5.10/include/uapi/sound/
Dsb16_csp.h110 _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode))
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dsb16_csp.h58 _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode))
/kernel/linux/linux-5.10/drivers/usb/class/
Dusblp.c82 #define LPIOC_SET_PROTOCOL _IOC(_IOC_WRITE, 'P', IOCNR_SET_PROTOCOL, 0)
84 #define LPIOC_HP_SET_CHANNEL _IOC(_IOC_WRITE, 'P', IOCNR_HP_SET_CHANNEL, 0)
590 if (_IOC_DIR(cmd) != _IOC_WRITE) { in usblp_ioctl()
611 if (_IOC_DIR(cmd) != _IOC_WRITE || in usblp_ioctl()
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
Dioctl.c162 if (dir & _IOC_WRITE) { in ioctl__scnprintf_cmd()
/kernel/linux/linux-5.10/drivers/media/dvb-core/
Ddvbdev.c985 case _IOC_WRITE: in dvb_usercopy()
986 case (_IOC_WRITE | _IOC_READ): in dvb_usercopy()
1014 case (_IOC_WRITE | _IOC_READ): in dvb_usercopy()

12