/linux/arch/sparc/include/uapi/asm/ |
A D | ioctls.h | 9 #define TCSETA _IOW('T', 2, struct termio) 10 #define TCSETAW _IOW('T', 3, struct termio) 11 #define TCSETAF _IOW('T', 4, struct termio) 39 #define TIOCSETD _IOW('t', 1, int) 63 #define TIOCMBIC _IOW('t', 107, int) 64 #define TIOCMBIS _IOW('t', 108, int) 65 #define TIOCMSET _IOW('t', 109, int) 68 #define TIOCPKT _IOW('t', 112, int) 70 #define TIOCSTI _IOW('t', 114, char) 99 #define FIOASYNC _IOW('f', 125, int) [all …]
|
/linux/tools/include/uapi/linux/ |
A D | vhost.h | 27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) 45 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64) 47 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int) 97 #define VHOST_SET_BACKEND_FEATURES _IOW(VHOST_VIRTIO, 0x25, __u64) 113 #define VHOST_SCSI_GET_ABI_VERSION _IOW(VHOST_VIRTIO, 0x42, int) 120 #define VHOST_VSOCK_SET_GUEST_CID _IOW(VHOST_VIRTIO, 0x60, __u64) 121 #define VHOST_VSOCK_SET_RUNNING _IOW(VHOST_VIRTIO, 0x61, int) 133 #define VHOST_VDPA_SET_STATUS _IOW(VHOST_VIRTIO, 0x72, __u8) 139 #define VHOST_VDPA_SET_CONFIG _IOW(VHOST_VIRTIO, 0x74, \ 142 #define VHOST_VDPA_SET_VRING_ENABLE _IOW(VHOST_VIRTIO, 0x75, \ [all …]
|
A D | if_tun.h | 32 #define TUNSETNOCSUM _IOW('T', 200, int) 33 #define TUNSETDEBUG _IOW('T', 201, int) 34 #define TUNSETIFF _IOW('T', 202, int) 35 #define TUNSETPERSIST _IOW('T', 203, int) 36 #define TUNSETOWNER _IOW('T', 204, int) 37 #define TUNSETLINK _IOW('T', 205, int) 38 #define TUNSETGROUP _IOW('T', 206, int) 44 #define TUNSETSNDBUF _IOW('T', 212, int) 49 #define TUNSETQUEUE _IOW('T', 217, int) 52 #define TUNSETVNETLE _IOW('T', 220, int) [all …]
|
A D | kvm.h | 65 _IOW(KVMIO, 0x06, struct kvm_user_trace_setup) 1395 #define KVM_SET_USER_MEMORY_REGION _IOW(KVMIO, 0x46, \ 1398 #define KVM_SET_IDENTITY_MAP_ADDR _IOW(KVMIO, 0x48, __u64) 1420 _IOW(KVMIO, 0x67, struct kvm_coalesced_mmio_zone) 1422 _IOW(KVMIO, 0x68, struct kvm_coalesced_mmio_zone) 1430 #define KVM_DEASSIGN_PCI_DEVICE _IOW(KVMIO, 0x72, \ 1432 #define KVM_ASSIGN_SET_MSIX_NR _IOW(KVMIO, 0x73, \ 1434 #define KVM_ASSIGN_SET_MSIX_ENTRY _IOW(KVMIO, 0x74, \ 1453 #define KVM_ASSIGN_SET_INTX_MASK _IOW(KVMIO, 0xa4, \ 1462 #define KVM_CREATE_SPAPR_TCE_64 _IOW(KVMIO, 0xa8, \ [all …]
|
/linux/include/uapi/linux/ |
A D | vhost.h | 27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) 45 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64) 47 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int) 97 #define VHOST_SET_BACKEND_FEATURES _IOW(VHOST_VIRTIO, 0x25, __u64) 113 #define VHOST_SCSI_GET_ABI_VERSION _IOW(VHOST_VIRTIO, 0x42, int) 120 #define VHOST_VSOCK_SET_GUEST_CID _IOW(VHOST_VIRTIO, 0x60, __u64) 121 #define VHOST_VSOCK_SET_RUNNING _IOW(VHOST_VIRTIO, 0x61, int) 133 #define VHOST_VDPA_SET_STATUS _IOW(VHOST_VIRTIO, 0x72, __u8) 139 #define VHOST_VDPA_SET_CONFIG _IOW(VHOST_VIRTIO, 0x74, \ 142 #define VHOST_VDPA_SET_VRING_ENABLE _IOW(VHOST_VIRTIO, 0x75, \ [all …]
|
A D | atmdev.h | 57 #define ATM_GETNAMES _IOW('a',ATMIOC_ITF+3,struct atm_iobuf) 59 #define ATM_GETTYPE _IOW('a',ATMIOC_ITF+4,struct atmif_sioc) 61 #define ATM_GETESI _IOW('a',ATMIOC_ITF+5,struct atmif_sioc) 63 #define ATM_GETADDR _IOW('a',ATMIOC_ITF+6,struct atmif_sioc) 65 #define ATM_RSTADDR _IOW('a',ATMIOC_ITF+7,struct atmif_sioc) 67 #define ATM_ADDADDR _IOW('a',ATMIOC_ITF+8,struct atmif_sioc) 69 #define ATM_DELADDR _IOW('a',ATMIOC_ITF+9,struct atmif_sioc) 75 #define ATM_SETESI _IOW('a',ATMIOC_ITF+12,struct atmif_sioc) 77 #define ATM_SETESIF _IOW('a',ATMIOC_ITF+13,struct atmif_sioc) 96 #define ATM_SETSC _IOW('a',ATMIOC_SPECIAL+1,int) [all …]
|
A D | if_tun.h | 32 #define TUNSETNOCSUM _IOW('T', 200, int) 33 #define TUNSETDEBUG _IOW('T', 201, int) 34 #define TUNSETIFF _IOW('T', 202, int) 35 #define TUNSETPERSIST _IOW('T', 203, int) 36 #define TUNSETOWNER _IOW('T', 204, int) 37 #define TUNSETLINK _IOW('T', 205, int) 38 #define TUNSETGROUP _IOW('T', 206, int) 44 #define TUNSETSNDBUF _IOW('T', 212, int) 49 #define TUNSETQUEUE _IOW('T', 217, int) 52 #define TUNSETVNETLE _IOW('T', 220, int) [all …]
|
A D | ppp-ioctl.h | 87 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */ 89 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ 94 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */ 95 #define PPPIOCSMAXCID _IOW('t', 81, int) /* set VJ max slot ID */ 99 #define PPPIOCSCOMPRESS _IOW('t', 77, struct ppp_option_data) 101 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ 105 #define PPPIOCSDEBUG _IOW('t', 64, int) /* Set debug level */ 110 #define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */ 111 #define PPPIOCDETACH _IOW('t', 60, int) /* obsolete, do not use */ 112 #define PPPIOCSMRRU _IOW('t', 59, int) /* set multilink MRU */ [all …]
|
A D | uinput.h | 137 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) 138 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) 139 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int) 140 #define UI_SET_ABSBIT _IOW(UINPUT_IOCTL_BASE, 103, int) 141 #define UI_SET_MSCBIT _IOW(UINPUT_IOCTL_BASE, 104, int) 142 #define UI_SET_LEDBIT _IOW(UINPUT_IOCTL_BASE, 105, int) 143 #define UI_SET_SNDBIT _IOW(UINPUT_IOCTL_BASE, 106, int) 144 #define UI_SET_FFBIT _IOW(UINPUT_IOCTL_BASE, 107, int) 145 #define UI_SET_PHYS _IOW(UINPUT_IOCTL_BASE, 108, char*) 146 #define UI_SET_SWBIT _IOW(UINPUT_IOCTL_BASE, 109, int) [all …]
|
A D | sed-opal.h | 135 #define IOC_OPAL_SAVE _IOW('p', 220, struct opal_lock_unlock) 136 #define IOC_OPAL_LOCK_UNLOCK _IOW('p', 221, struct opal_lock_unlock) 137 #define IOC_OPAL_TAKE_OWNERSHIP _IOW('p', 222, struct opal_key) 138 #define IOC_OPAL_ACTIVATE_LSP _IOW('p', 223, struct opal_lr_act) 139 #define IOC_OPAL_SET_PW _IOW('p', 224, struct opal_new_pw) 141 #define IOC_OPAL_REVERT_TPR _IOW('p', 226, struct opal_key) 143 #define IOC_OPAL_ADD_USR_TO_LR _IOW('p', 228, struct opal_lock_unlock) 144 #define IOC_OPAL_ENABLE_DISABLE_MBR _IOW('p', 229, struct opal_mbr_data) 147 #define IOC_OPAL_PSID_REVERT_TPR _IOW('p', 232, struct opal_key) 148 #define IOC_OPAL_MBR_DONE _IOW('p', 233, struct opal_mbr_done) [all …]
|
A D | kvm.h | 65 _IOW(KVMIO, 0x06, struct kvm_user_trace_setup) 1395 #define KVM_SET_USER_MEMORY_REGION _IOW(KVMIO, 0x46, \ 1398 #define KVM_SET_IDENTITY_MAP_ADDR _IOW(KVMIO, 0x48, __u64) 1420 _IOW(KVMIO, 0x67, struct kvm_coalesced_mmio_zone) 1422 _IOW(KVMIO, 0x68, struct kvm_coalesced_mmio_zone) 1430 #define KVM_DEASSIGN_PCI_DEVICE _IOW(KVMIO, 0x72, \ 1432 #define KVM_ASSIGN_SET_MSIX_NR _IOW(KVMIO, 0x73, \ 1434 #define KVM_ASSIGN_SET_MSIX_ENTRY _IOW(KVMIO, 0x74, \ 1453 #define KVM_ASSIGN_SET_INTX_MASK _IOW(KVMIO, 0xa4, \ 1462 #define KVM_CREATE_SPAPR_TCE_64 _IOW(KVMIO, 0xa8, \ [all …]
|
A D | rio_mport_cdev.h | 230 _IOW(RIO_MPORT_DRV_MAGIC, 1, __u16) 232 _IOW(RIO_MPORT_DRV_MAGIC, 2, __u32) 240 _IOW(RIO_MPORT_DRV_MAGIC, 6, struct rio_mport_maint_io) 250 _IOW(RIO_MPORT_DRV_MAGIC, 11, struct rio_pw_filter) 252 _IOW(RIO_MPORT_DRV_MAGIC, 12, struct rio_pw_filter) 254 _IOW(RIO_MPORT_DRV_MAGIC, 13, __u32) 260 _IOW(RIO_MPORT_DRV_MAGIC, 16, struct rio_mmap) 264 _IOW(RIO_MPORT_DRV_MAGIC, 18, __u64) 268 _IOW(RIO_MPORT_DRV_MAGIC, 20, __u64) 274 _IOW(RIO_MPORT_DRV_MAGIC, 23, struct rio_rdev_info) [all …]
|
A D | ppdev.h | 24 #define PPSETMODE _IOW(PP_IOCTL, 0x80, int) 32 #define PPWCONTROL _IOW(PP_IOCTL, 0x84, unsigned char) 38 #define PPFCONTROL _IOW(PP_IOCTL, 0x8e, struct ppdev_frob_struct) 42 #define PPWDATA _IOW(PP_IOCTL, 0x86, unsigned char) 66 #define PPDATADIR _IOW(PP_IOCTL, 0x90, int) 69 #define PPNEGOT _IOW(PP_IOCTL, 0x91, int) 72 #define PPWCTLONIRQ _IOW(PP_IOCTL, 0x92, unsigned char) 78 #define PPSETPHASE _IOW(PP_IOCTL, 0x94, int) 82 #define PPSETTIME _IOW(PP_IOCTL, 0x96, struct timeval) 93 #define PPSETFLAGS _IOW(PP_IOCTL, 0x9b, int)
|
/linux/arch/alpha/include/uapi/asm/ |
A D | ioctls.h | 9 #define FIOASYNC _IOW('f', 125, int) 10 #define FIONBIO _IOW('f', 126, int) 16 #define TIOCSETP _IOW('t', 9, struct sgttyb) 19 #define TIOCSETC _IOW('t', 17, struct tchars) 22 #define TCSETS _IOW('t', 20, struct termios) 23 #define TCSETSW _IOW('t', 21, struct termios) 24 #define TCSETSF _IOW('t', 22, struct termios) 27 #define TCSETA _IOW('t', 24, struct termio) 28 #define TCSETAW _IOW('t', 25, struct termio) 29 #define TCSETAF _IOW('t', 28, struct termio) [all …]
|
/linux/arch/xtensa/include/uapi/asm/ |
A D | ioctls.h | 21 #define FIOASYNC _IOW('f', 125, int) 22 #define FIONBIO _IOW('f', 126, int) 47 #define TIOCSPGRP _IOW('t', 118, int) 54 #define TIOCSTI _IOW('T', 18, char) 56 #define TIOCMBIS _IOW('T', 22, unsigned int) 57 #define TIOCMBIC _IOW('T', 23, unsigned int) 58 #define TIOCMSET _IOW('T', 24, unsigned int) 73 #define TIOCLINUX _IOW('T', 28, char) 77 #define TIOCPKT _IOW('T', 32, int) 89 #define TIOCSETD _IOW('T', 35, int) [all …]
|
/linux/arch/sh/include/uapi/asm/ |
A D | ioctls.h | 9 #define FIOASYNC _IOW('f', 125, int) 10 #define FIONBIO _IOW('f', 126, int) 35 #define TIOCSPGRP _IOW('t', 118, int) 42 #define TIOCSTI _IOW('T', 18, char) /* 0x5412 */ 61 #define TIOCLINUX _IOW('T', 28, char) /* 0x541C */ 65 #define TIOCPKT _IOW('T', 32, int) /* 0x5420 */ 77 #define TIOCSETD _IOW('T', 35, int) /* 0x5423 */ 84 #define TCSETS2 _IOW('T', 43, struct termios2) 85 #define TCSETSW2 _IOW('T', 44, struct termios2) 86 #define TCSETSF2 _IOW('T', 45, struct termios2) [all …]
|
/linux/include/uapi/linux/android/ |
A D | binder.h | 241 #define BINDER_SET_MAX_THREADS _IOW('b', 5, __u32) 243 #define BINDER_SET_CONTEXT_MGR _IOW('b', 7, __s32) 244 #define BINDER_THREAD_EXIT _IOW('b', 8, __s32) 455 BC_ACQUIRE_RESULT = _IOW('c', 2, __s32), 462 BC_FREE_BUFFER = _IOW('c', 3, binder_uintptr_t), 467 BC_INCREFS = _IOW('c', 4, __u32), 468 BC_ACQUIRE = _IOW('c', 5, __u32), 469 BC_RELEASE = _IOW('c', 6, __u32), 470 BC_DECREFS = _IOW('c', 7, __u32), 505 BC_REQUEST_DEATH_NOTIFICATION = _IOW('c', 14, [all …]
|
/linux/arch/powerpc/include/uapi/asm/ |
A D | ioctls.h | 9 #define FIOASYNC _IOW('f', 125, int) 10 #define FIONBIO _IOW('f', 126, int) 16 #define TIOCSETP _IOW('t', 9, struct sgttyb) 19 #define TIOCSETC _IOW('t', 17, struct tchars) 22 #define TCSETS _IOW('t', 20, struct termios) 23 #define TCSETSW _IOW('t', 21, struct termios) 24 #define TCSETSF _IOW('t', 22, struct termios) 27 #define TCSETA _IOW('t', 24, struct termio) 28 #define TCSETAW _IOW('t', 25, struct termio) 29 #define TCSETAF _IOW('t', 28, struct termio) [all …]
|
/linux/include/uapi/mtd/ |
A D | ubi-user.h | 166 #define UBI_IOCMKVOL _IOW(UBI_IOC_MAGIC, 0, struct ubi_mkvol_req) 168 #define UBI_IOCRMVOL _IOW(UBI_IOC_MAGIC, 1, __s32) 170 #define UBI_IOCRSVOL _IOW(UBI_IOC_MAGIC, 2, struct ubi_rsvol_req) 175 #define UBI_IOCRPEB _IOW(UBI_IOC_MAGIC, 4, __s32) 177 #define UBI_IOCSPEB _IOW(UBI_IOC_MAGIC, 5, __s32) 186 #define UBI_IOCDET _IOW(UBI_CTRL_IOC_MAGIC, 65, __s32) 196 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64) 198 #define UBI_IOCEBER _IOW(UBI_VOL_IOC_MAGIC, 1, __s32) 200 #define UBI_IOCEBCH _IOW(UBI_VOL_IOC_MAGIC, 2, __s32) 204 #define UBI_IOCEBUNMAP _IOW(UBI_VOL_IOC_MAGIC, 4, __s32) [all …]
|
/linux/include/net/bluetooth/ |
A D | hci_sock.h | 68 #define HCIDEVUP _IOW('H', 201, int) 69 #define HCIDEVDOWN _IOW('H', 202, int) 70 #define HCIDEVRESET _IOW('H', 203, int) 71 #define HCIDEVRESTAT _IOW('H', 204, int) 79 #define HCISETRAW _IOW('H', 220, int) 80 #define HCISETSCAN _IOW('H', 221, int) 81 #define HCISETAUTH _IOW('H', 222, int) 83 #define HCISETPTYPE _IOW('H', 224, int) 86 #define HCISETACLMTU _IOW('H', 227, int) 87 #define HCISETSCOMTU _IOW('H', 228, int) [all …]
|
/linux/arch/m68k/include/asm/ |
A D | fbio.h | 69 #define FBIOPUTCMAP_SPARC _IOW('F', 3, struct fbcmap) 70 #define FBIOGETCMAP_SPARC _IOW('F', 4, struct fbcmap) 72 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) 73 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap) 97 #define FBIOSVIDEO _IOW('F', 7, int) 112 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor) 116 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos) 218 #define LEO_CLUTREAD _IOW('L', 55, struct fb_clut) 219 #define LEO_CLUTPOST _IOW('L', 56, struct fb_clut) 313 #define FBIOPUTCMAP32 _IOW('F', 3, struct fbcmap32) [all …]
|
/linux/arch/parisc/include/uapi/asm/ |
A D | ioctls.h | 10 #define TCSETS _IOW('T', 17, struct termios) /* TCSETATTR */ 11 #define TCSETSW _IOW('T', 18, struct termios) /* TCSETATTRD */ 12 #define TCSETSF _IOW('T', 19, struct termios) /* TCSETATTRF */ 14 #define TCSETA _IOW('T', 2, struct termio) 15 #define TCSETAW _IOW('T', 3, struct termio) 16 #define TCSETAF _IOW('T', 4, struct termio) 24 #define TIOCSPGRP _IOW('T', 29, int) 51 #define TCSETS2 _IOW('T',0x2B, struct termios2) 52 #define TCSETSW2 _IOW('T',0x2C, struct termios2) 53 #define TCSETSF2 _IOW('T',0x2D, struct termios2) [all …]
|
/linux/include/linux/ |
A D | falloc.h | 22 #define FS_IOC_RESVSP _IOW('X', 40, struct space_resv) 23 #define FS_IOC_UNRESVSP _IOW('X', 41, struct space_resv) 24 #define FS_IOC_RESVSP64 _IOW('X', 42, struct space_resv) 25 #define FS_IOC_UNRESVSP64 _IOW('X', 43, struct space_resv) 26 #define FS_IOC_ZERO_RANGE _IOW('X', 57, struct space_resv) 48 #define FS_IOC_RESVSP_32 _IOW ('X', 40, struct space_resv_32) 49 #define FS_IOC_UNRESVSP_32 _IOW ('X', 41, struct space_resv_32) 50 #define FS_IOC_RESVSP64_32 _IOW ('X', 42, struct space_resv_32) 51 #define FS_IOC_UNRESVSP64_32 _IOW ('X', 43, struct space_resv_32) 52 #define FS_IOC_ZERO_RANGE_32 _IOW ('X', 57, struct space_resv_32)
|
/linux/drivers/staging/media/atomisp/include/linux/ |
A D | atomisp.h | 978 _IOW('v', BASE_VIDIOC_PRIVATE + 0, int) 1021 _IOW('v', BASE_VIDIOC_PRIVATE + 8, struct atomisp_parm) 1071 _IOW('v', BASE_VIDIOC_PRIVATE + 18, struct atomisp_overlay) 1106 _IOW('v', BASE_VIDIOC_PRIVATE + 24, unsigned int) 1109 _IOW('v', BASE_VIDIOC_PRIVATE + 25, unsigned int) 1146 _IOW('v', BASE_VIDIOC_PRIVATE + 30, struct atomisp_acc_map) 1170 _IOW('v', BASE_VIDIOC_PRIVATE + 36, int) 1173 _IOW('v', BASE_VIDIOC_PRIVATE + 37, int) 1194 _IOW('v', BASE_VIDIOC_PRIVATE + 42, int) 1200 _IOW('v', BASE_VIDIOC_PRIVATE + 43, unsigned int) [all …]
|
/linux/fs/ocfs2/ |
A D | ocfs2_ioctl.h | 30 #define OCFS2_IOC_ALLOCSP _IOW ('X', 10, struct ocfs2_space_resv) 31 #define OCFS2_IOC_FREESP _IOW ('X', 11, struct ocfs2_space_resv) 32 #define OCFS2_IOC_RESVSP _IOW ('X', 40, struct ocfs2_space_resv) 33 #define OCFS2_IOC_UNRESVSP _IOW ('X', 41, struct ocfs2_space_resv) 34 #define OCFS2_IOC_ALLOCSP64 _IOW ('X', 36, struct ocfs2_space_resv) 35 #define OCFS2_IOC_FREESP64 _IOW ('X', 37, struct ocfs2_space_resv) 36 #define OCFS2_IOC_RESVSP64 _IOW ('X', 42, struct ocfs2_space_resv) 37 #define OCFS2_IOC_UNRESVSP64 _IOW ('X', 43, struct ocfs2_space_resv) 49 #define OCFS2_IOC_GROUP_EXTEND _IOW('o', 1, int) 50 #define OCFS2_IOC_GROUP_ADD _IOW('o', 2,struct ocfs2_new_group_input) [all …]
|