/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_ioctl.h | 103 #define LIBCFS_IOC_DEBUG_MASK _IOWR('f', 250, long) 109 #define IOC_LIBCFS_PANIC _IOWR('e', 30, long) 110 #define IOC_LIBCFS_CLEAR_DEBUG _IOWR('e', 31, long) 111 #define IOC_LIBCFS_MARK_DEBUG _IOWR('e', 32, long) 112 #define IOC_LIBCFS_MEMHOG _IOWR('e', 36, long) 114 #define IOC_LIBCFS_GET_NI _IOWR('e', 50, long) 115 #define IOC_LIBCFS_FAIL_NID _IOWR('e', 51, long) 116 #define IOC_LIBCFS_ADD_ROUTE _IOWR('e', 52, long) 117 #define IOC_LIBCFS_DEL_ROUTE _IOWR('e', 53, long) 118 #define IOC_LIBCFS_GET_ROUTE _IOWR('e', 54, long) [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 282 #define OBD_IOC_CREATE _IOWR('f', 101, OBD_IOC_DATA_TYPE) 284 #define OBD_IOC_PREALLOCATE _IOWR('f', 105, OBD_IOC_DATA_TYPE) 287 #define OBD_IOC_GETATTR _IOWR ('f', 108, OBD_IOC_DATA_TYPE) 288 #define OBD_IOC_READ _IOWR('f', 109, OBD_IOC_DATA_TYPE) 289 #define OBD_IOC_WRITE _IOWR('f', 110, OBD_IOC_DATA_TYPE) 291 #define OBD_IOC_STATFS _IOWR('f', 113, OBD_IOC_DATA_TYPE) 293 #define OBD_IOC_READ2 _IOWR('f', 115, OBD_IOC_DATA_TYPE) 294 #define OBD_IOC_FORMAT _IOWR('f', 116, OBD_IOC_DATA_TYPE) 295 #define OBD_IOC_PARTITION _IOWR('f', 117, OBD_IOC_DATA_TYPE) 296 #define OBD_IOC_COPY _IOWR('f', 120, OBD_IOC_DATA_TYPE) [all …]
|
D | lustre_dlm.h | 1283 #define IOC_LDLM_TEST _IOWR('f', 40, long) 1284 #define IOC_LDLM_DUMP _IOWR('f', 41, long) 1285 #define IOC_LDLM_REGRESS_START _IOWR('f', 42, long) 1286 #define IOC_LDLM_REGRESS_STOP _IOWR('f', 43, long)
|
D | obd.h | 44 #define IOC_OSC_SET_ACTIVE _IOWR(IOC_OSC_TYPE, 21, struct obd_device *)
|
/linux-4.4.14/include/uapi/linux/ |
D | v4l2-subdev.h | 160 #define VIDIOC_SUBDEV_G_FMT _IOWR('V', 4, struct v4l2_subdev_format) 161 #define VIDIOC_SUBDEV_S_FMT _IOWR('V', 5, struct v4l2_subdev_format) 162 #define VIDIOC_SUBDEV_G_FRAME_INTERVAL _IOWR('V', 21, struct v4l2_subdev_frame_interval) 163 #define VIDIOC_SUBDEV_S_FRAME_INTERVAL _IOWR('V', 22, struct v4l2_subdev_frame_interval) 164 #define VIDIOC_SUBDEV_ENUM_MBUS_CODE _IOWR('V', 2, struct v4l2_subdev_mbus_code_enum) 165 #define VIDIOC_SUBDEV_ENUM_FRAME_SIZE _IOWR('V', 74, struct v4l2_subdev_frame_size_enum) 166 #define VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL _IOWR('V', 75, struct v4l2_subdev_frame_interval_enum) 167 #define VIDIOC_SUBDEV_G_CROP _IOWR('V', 59, struct v4l2_subdev_crop) 168 #define VIDIOC_SUBDEV_S_CROP _IOWR('V', 60, struct v4l2_subdev_crop) 169 #define VIDIOC_SUBDEV_G_SELECTION _IOWR('V', 61, struct v4l2_subdev_selection) [all …]
|
D | scif_ioctl.h | 197 #define SCIF_BIND _IOWR('s', 1, __u64) 199 #define SCIF_CONNECT _IOWR('s', 3, struct scifioctl_connect) 200 #define SCIF_ACCEPTREQ _IOWR('s', 4, struct scifioctl_accept) 201 #define SCIF_ACCEPTREG _IOWR('s', 5, __u64) 202 #define SCIF_SEND _IOWR('s', 6, struct scifioctl_msg) 203 #define SCIF_RECV _IOWR('s', 7, struct scifioctl_msg) 204 #define SCIF_REG _IOWR('s', 8, struct scifioctl_reg) 205 #define SCIF_UNREG _IOWR('s', 9, struct scifioctl_unreg) 206 #define SCIF_READFROM _IOWR('s', 10, struct scifioctl_copy) 207 #define SCIF_WRITETO _IOWR('s', 11, struct scifioctl_copy) [all …]
|
D | dm-ioctl.h | 248 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl) 249 #define DM_REMOVE_ALL _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, struct dm_ioctl) 250 #define DM_LIST_DEVICES _IOWR(DM_IOCTL, DM_LIST_DEVICES_CMD, struct dm_ioctl) 252 #define DM_DEV_CREATE _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD, struct dm_ioctl) 253 #define DM_DEV_REMOVE _IOWR(DM_IOCTL, DM_DEV_REMOVE_CMD, struct dm_ioctl) 254 #define DM_DEV_RENAME _IOWR(DM_IOCTL, DM_DEV_RENAME_CMD, struct dm_ioctl) 255 #define DM_DEV_SUSPEND _IOWR(DM_IOCTL, DM_DEV_SUSPEND_CMD, struct dm_ioctl) 256 #define DM_DEV_STATUS _IOWR(DM_IOCTL, DM_DEV_STATUS_CMD, struct dm_ioctl) 257 #define DM_DEV_WAIT _IOWR(DM_IOCTL, DM_DEV_WAIT_CMD, struct dm_ioctl) 259 #define DM_TABLE_LOAD _IOWR(DM_IOCTL, DM_TABLE_LOAD_CMD, struct dm_ioctl) [all …]
|
D | fsl_hypervisor.h | 189 _IOWR(FSL_HV_IOCTL_TYPE, 1, struct fsl_hv_ioctl_restart) 193 _IOWR(FSL_HV_IOCTL_TYPE, 2, struct fsl_hv_ioctl_status) 197 _IOWR(FSL_HV_IOCTL_TYPE, 3, struct fsl_hv_ioctl_start) 201 _IOWR(FSL_HV_IOCTL_TYPE, 4, struct fsl_hv_ioctl_stop) 205 _IOWR(FSL_HV_IOCTL_TYPE, 5, struct fsl_hv_ioctl_memcpy) 209 _IOWR(FSL_HV_IOCTL_TYPE, 6, struct fsl_hv_ioctl_doorbell) 213 _IOWR(FSL_HV_IOCTL_TYPE, 7, struct fsl_hv_ioctl_prop) 217 _IOWR(FSL_HV_IOCTL_TYPE, 8, struct fsl_hv_ioctl_prop)
|
D | ndctl.h | 153 #define ND_IOCTL_SMART _IOWR(ND_IOCTL, ND_CMD_SMART,\ 156 #define ND_IOCTL_SMART_THRESHOLD _IOWR(ND_IOCTL, ND_CMD_SMART_THRESHOLD,\ 159 #define ND_IOCTL_DIMM_FLAGS _IOWR(ND_IOCTL, ND_CMD_DIMM_FLAGS,\ 162 #define ND_IOCTL_GET_CONFIG_SIZE _IOWR(ND_IOCTL, ND_CMD_GET_CONFIG_SIZE,\ 165 #define ND_IOCTL_GET_CONFIG_DATA _IOWR(ND_IOCTL, ND_CMD_GET_CONFIG_DATA,\ 168 #define ND_IOCTL_SET_CONFIG_DATA _IOWR(ND_IOCTL, ND_CMD_SET_CONFIG_DATA,\ 171 #define ND_IOCTL_VENDOR _IOWR(ND_IOCTL, ND_CMD_VENDOR,\ 174 #define ND_IOCTL_ARS_CAP _IOWR(ND_IOCTL, ND_CMD_ARS_CAP,\ 177 #define ND_IOCTL_ARS_START _IOWR(ND_IOCTL, ND_CMD_ARS_START,\ 180 #define ND_IOCTL_ARS_STATUS _IOWR(ND_IOCTL, ND_CMD_ARS_STATUS,\
|
D | videodev2.h | 2183 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc) 2184 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format) 2185 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format) 2186 #define VIDIOC_REQBUFS _IOWR('V', 8, struct v4l2_requestbuffers) 2187 #define VIDIOC_QUERYBUF _IOWR('V', 9, struct v4l2_buffer) 2191 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer) 2192 #define VIDIOC_EXPBUF _IOWR('V', 16, struct v4l2_exportbuffer) 2193 #define VIDIOC_DQBUF _IOWR('V', 17, struct v4l2_buffer) 2196 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm) 2197 #define VIDIOC_S_PARM _IOWR('V', 22, struct v4l2_streamparm) [all …]
|
D | btrfs.h | 593 #define BTRFS_IOC_TREE_SEARCH _IOWR(BTRFS_IOCTL_MAGIC, 17, \ 595 #define BTRFS_IOC_TREE_SEARCH_V2 _IOWR(BTRFS_IOCTL_MAGIC, 17, \ 597 #define BTRFS_IOC_INO_LOOKUP _IOWR(BTRFS_IOCTL_MAGIC, 18, \ 600 #define BTRFS_IOC_SPACE_INFO _IOWR(BTRFS_IOCTL_MAGIC, 20, \ 610 #define BTRFS_IOC_SCRUB _IOWR(BTRFS_IOCTL_MAGIC, 27, \ 613 #define BTRFS_IOC_SCRUB_PROGRESS _IOWR(BTRFS_IOCTL_MAGIC, 29, \ 615 #define BTRFS_IOC_DEV_INFO _IOWR(BTRFS_IOCTL_MAGIC, 30, \ 619 #define BTRFS_IOC_BALANCE_V2 _IOWR(BTRFS_IOCTL_MAGIC, 32, \ 624 #define BTRFS_IOC_INO_PATHS _IOWR(BTRFS_IOCTL_MAGIC, 35, \ 626 #define BTRFS_IOC_LOGICAL_INO _IOWR(BTRFS_IOCTL_MAGIC, 36, \ [all …]
|
D | capi.h | 39 #define CAPI_GET_MANUFACTURER _IOWR('C',0x06,int) /* broken: wanted size 64 (CAPI_MANUFACTURER_LEN)… 52 #define CAPI_GET_VERSION _IOWR('C',0x07,struct capi_version) 59 #define CAPI_GET_SERIAL _IOWR('C',0x08,int) /* broken: wanted size 8 (CAPI_SERIAL_LEN) */ 76 #define CAPI_GET_PROFILE _IOWR('C',0x09,struct capi_profile) 87 #define CAPI_MANUFACTURER_CMD _IOWR('C',0x20, struct capi_manufacturer_cmd)
|
D | hiddev.h | 162 #define HIDIOCGREPORTINFO _IOWR('H', 0x09, struct hiddev_report_info) 163 #define HIDIOCGFIELDINFO _IOWR('H', 0x0A, struct hiddev_field_info) 164 #define HIDIOCGUSAGE _IOWR('H', 0x0B, struct hiddev_usage_ref) 166 #define HIDIOCGUCODE _IOWR('H', 0x0D, struct hiddev_usage_ref) 170 #define HIDIOCGCOLLECTIONINFO _IOWR('H', 0x11, struct hiddev_collection_info) 174 #define HIDIOCGUSAGES _IOWR('H', 0x13, struct hiddev_usage_ref_multi)
|
D | usbdevice_fs.h | 157 #define USBDEVFS_CONTROL _IOWR('U', 0, struct usbdevfs_ctrltransfer) 158 #define USBDEVFS_CONTROL32 _IOWR('U', 0, struct usbdevfs_ctrltransfer32) 159 #define USBDEVFS_BULK _IOWR('U', 2, struct usbdevfs_bulktransfer) 160 #define USBDEVFS_BULK32 _IOWR('U', 2, struct usbdevfs_bulktransfer32) 177 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl) 178 #define USBDEVFS_IOCTL32 _IOWR('U', 18, struct usbdevfs_ioctl32)
|
D | phantom.h | 29 #define PHN_GET_REG _IOWR(PH_IOC_MAGIC, 0, struct phm_reg *) 31 #define PHN_GET_REGS _IOWR(PH_IOC_MAGIC, 2, struct phm_regs *) 37 #define PHN_GETREG _IOWR(PH_IOC_MAGIC, 5, struct phm_reg) 39 #define PHN_GETREGS _IOWR(PH_IOC_MAGIC, 7, struct phm_regs)
|
D | ncp_fs.h | 114 #define NCP_IOC_GET_FS_INFO _IOWR('n', 4, struct ncp_fs_info) 116 #define NCP_IOC_GET_FS_INFO_V2 _IOWR('n', 4, struct ncp_fs_info_v2) 127 #define NCP_IOC_GETOBJECTNAME _IOWR('n', 9, struct ncp_objectname_ioctl) 129 #define NCP_IOC_GETPRIVATEDATA _IOWR('n', 10, struct ncp_privatedata_ioctl) 132 #define NCP_IOC_GETCHARSETS _IOWR('n', 11, struct ncp_nls_ioctl)
|
D | firewire-cdev.h | 393 #define FW_CDEV_IOC_GET_INFO _IOWR('#', 0x00, struct fw_cdev_get_info) 395 #define FW_CDEV_IOC_ALLOCATE _IOWR('#', 0x02, struct fw_cdev_allocate) 399 #define FW_CDEV_IOC_ADD_DESCRIPTOR _IOWR('#', 0x06, struct fw_cdev_add_descriptor) 401 #define FW_CDEV_IOC_CREATE_ISO_CONTEXT _IOWR('#', 0x08, struct fw_cdev_create_iso_context) 402 #define FW_CDEV_IOC_QUEUE_ISO _IOWR('#', 0x09, struct fw_cdev_queue_iso) 410 #define FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE _IOWR('#', 0x0d, struct fw_cdev_allocate_iso_resour… 419 #define FW_CDEV_IOC_GET_CYCLE_TIMER2 _IOWR('#', 0x14, struct fw_cdev_get_cycle_timer2) 422 #define FW_CDEV_IOC_SEND_PHY_PACKET _IOWR('#', 0x15, struct fw_cdev_send_phy_packet)
|
D | gigaset_dev.h | 23 #define GIGASET_REDIR _IOWR(GIGASET_IOCTL, 0, int) 26 #define GIGASET_CONFIG _IOWR(GIGASET_IOCTL, 1, int) 32 #define GIGASET_VERSION _IOWR(GIGASET_IOCTL, 3, unsigned[4])
|
D | mic_ioctl.h | 59 #define MIC_VIRTIO_ADD_DEVICE _IOWR('s', 1, struct mic_device_desc *) 65 #define MIC_VIRTIO_COPY_DESC _IOWR('s', 2, struct mic_copy_desc *) 74 #define MIC_VIRTIO_CONFIG_CHANGE _IOWR('s', 5, __u8 *)
|
D | i2o-dev.h | 34 #define I2OHRTGET _IOWR(I2O_MAGIC_NUMBER,1,struct i2o_cmd_hrtlct) 35 #define I2OLCTGET _IOWR(I2O_MAGIC_NUMBER,2,struct i2o_cmd_hrtlct) 36 #define I2OPARMSET _IOWR(I2O_MAGIC_NUMBER,3,struct i2o_cmd_psetget) 37 #define I2OPARMGET _IOWR(I2O_MAGIC_NUMBER,4,struct i2o_cmd_psetget) 38 #define I2OSWDL _IOWR(I2O_MAGIC_NUMBER,5,struct i2o_sw_xfer) 39 #define I2OSWUL _IOWR(I2O_MAGIC_NUMBER,6,struct i2o_sw_xfer) 40 #define I2OSWDEL _IOWR(I2O_MAGIC_NUMBER,7,struct i2o_sw_xfer) 42 #define I2OHTML _IOWR(I2O_MAGIC_NUMBER,9,struct i2o_html)
|
D | i8k.h | 28 #define I8K_GET_SPEED _IOWR('i', 0x85, size_t) 29 #define I8K_GET_FAN _IOWR('i', 0x86, size_t) 30 #define I8K_SET_FAN _IOWR('i', 0x87, size_t)
|
D | fs.h | 142 #define BLKTRACESETUP _IOWR(0x12,115,struct blk_user_trace_setup) 159 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ 160 #define FITHAW _IOWR('X', 120, int) /* Thaw */ 161 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */ 167 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
|
D | userfaultfd.h | 47 #define UFFDIO_API _IOWR(UFFDIO, _UFFDIO_API, \ 49 #define UFFDIO_REGISTER _IOWR(UFFDIO, _UFFDIO_REGISTER, \ 55 #define UFFDIO_COPY _IOWR(UFFDIO, _UFFDIO_COPY, \ 57 #define UFFDIO_ZEROPAGE _IOWR(UFFDIO, _UFFDIO_ZEROPAGE, \
|
D | media.h | 170 #define MEDIA_IOC_DEVICE_INFO _IOWR('|', 0x00, struct media_device_info) 171 #define MEDIA_IOC_ENUM_ENTITIES _IOWR('|', 0x01, struct media_entity_desc) 172 #define MEDIA_IOC_ENUM_LINKS _IOWR('|', 0x02, struct media_links_enum) 173 #define MEDIA_IOC_SETUP_LINK _IOWR('|', 0x03, struct media_link_desc)
|
D | omap3isp.h | 46 _IOWR('V', BASE_VIDIOC_PRIVATE + 1, struct omap3isp_ccdc_update_config) 48 _IOWR('V', BASE_VIDIOC_PRIVATE + 2, struct omap3isp_prev_update_config) 50 _IOWR('V', BASE_VIDIOC_PRIVATE + 3, struct omap3isp_h3a_aewb_config) 52 _IOWR('V', BASE_VIDIOC_PRIVATE + 4, struct omap3isp_hist_config) 54 _IOWR('V', BASE_VIDIOC_PRIVATE + 5, struct omap3isp_h3a_af_config) 56 _IOWR('V', BASE_VIDIOC_PRIVATE + 6, struct omap3isp_stat_data) 58 _IOWR('V', BASE_VIDIOC_PRIVATE + 7, unsigned long)
|
D | toshiba.h | 50 #define TOSH_SMM _IOWR('t', 0x90, SMMRegisters) 60 #define TOSHIBA_ACPI_SCI _IOWR('t', 0x91, SMMRegisters)
|
D | auto_fs.h | 70 #define AUTOFS_IOC_SETTIMEOUT32 _IOWR(0x93,0x64,compat_ulong_t) 71 #define AUTOFS_IOC_SETTIMEOUT _IOWR(0x93,0x64,unsigned long)
|
D | kvm.h | 674 #define KVM_GET_MSR_INDEX_LIST _IOWR(KVMIO, 0x02, struct kvm_msr_list) 686 #define KVM_GET_SUPPORTED_CPUID _IOWR(KVMIO, 0x05, struct kvm_cpuid2) 690 #define KVM_GET_EMULATED_CPUID _IOWR(KVMIO, 0x09, struct kvm_cpuid2) 1070 #define KVM_GET_IRQCHIP _IOWR(KVMIO, 0x62, struct kvm_irqchip) 1073 #define KVM_GET_PIT _IOWR(KVMIO, 0x65, struct kvm_pit_state) 1075 #define KVM_IRQ_LINE_STATUS _IOWR(KVMIO, 0x67, struct kvm_irq_level) 1117 #define KVM_PPC_ALLOCATE_HTAB _IOWR(KVMIO, 0xa7, __u32) 1129 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device) 1144 #define KVM_TRANSLATE _IOWR(KVMIO, 0x85, struct kvm_translation) 1148 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) [all …]
|
D | watchdog.h | 29 #define WDIOC_SETTIMEOUT _IOWR(WATCHDOG_IOCTL_BASE, 6, int) 31 #define WDIOC_SETPRETIMEOUT _IOWR(WATCHDOG_IOCTL_BASE, 8, int)
|
D | sonet.h | 31 #define SONET_SETDIAG _IOWR('a',ATMIOC_PHYTYP+2,int) 33 #define SONET_CLRDIAG _IOWR('a',ATMIOC_PHYTYP+3,int)
|
D | uvcvideo.h | 67 #define UVCIOC_CTRL_MAP _IOWR('u', 0x20, struct uvc_xu_control_mapping) 68 #define UVCIOC_CTRL_QUERY _IOWR('u', 0x21, struct uvc_xu_control_query)
|
D | nvme_ioctl.h | 59 #define NVME_IOCTL_ADMIN_CMD _IOWR('N', 0x41, struct nvme_admin_cmd) 61 #define NVME_IOCTL_IO_CMD _IOWR('N', 0x43, struct nvme_passthru_cmd)
|
D | uinput.h | 73 #define UI_BEGIN_FF_UPLOAD _IOWR(UINPUT_IOCTL_BASE, 200, struct uinput_ff_upload) 75 #define UI_BEGIN_FF_ERASE _IOWR(UINPUT_IOCTL_BASE, 202, struct uinput_ff_erase)
|
D | cciss_ioctl.h | 77 #define CCISS_PASSTHRU _IOWR(CCISS_IOC_MAGIC, 11, IOCTL_Command_struct) 86 #define CCISS_BIG_PASSTHRU _IOWR(CCISS_IOC_MAGIC, 18, BIG_IOCTL_Command_struct)
|
D | ppp-ioctl.h | 99 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */ 106 #define PPPIOCNEWUNIT _IOWR('t', 62, int) /* create new ppp unit */
|
D | ipmi.h | 332 #define IPMICTL_RECEIVE_MSG _IOWR(IPMI_IOC_MAGIC, 12, \ 340 #define IPMICTL_RECEIVE_MSG_TRUNC _IOWR(IPMI_IOC_MAGIC, 11, \
|
D | vsp1.h | 28 _IOWR('V', BASE_VIDIOC_PRIVATE + 1, struct vsp1_lut_config)
|
D | udf_fs_i.h | 19 #define UDF_RELOCATE_BLOCKS _IOWR('l', 0x43, long)
|
D | mei.h | 89 _IOWR('H' , 0x01, struct mei_connect_client_data)
|
D | stm.h | 46 #define STP_POLICY_ID_SET _IOWR('%', 0, struct stp_policy_id)
|
D | atm_nicstar.h | 24 #define NS_GETPSTAT _IOWR('a',ATMIOC_SARPRV+1,struct atmif_sioc)
|
D | meye.h | 53 #define MEYEIOC_SYNC _IOWR('v', BASE_VIDIOC_PRIVATE+3, int)
|
D | synclink.h | 286 #define MGSL_IOCWAITEVENT _IOWR(MGSL_MAGIC_IOC,8,int) 293 #define MGSL_IOCWAITGPIO _IOWR(MGSL_MAGIC_IOC,18,struct gpio_desc)
|
D | matroxfb.h | 20 #define MATROXFB_GET_OUTPUT_MODE _IOWR('n',0xFA,size_t)
|
D | cm4000_cs.h | 45 #define CM_IOCGATR _IOWR(CM_IOC_MAGIC, 1, atreq_t *)
|
D | isdn_ppp.h | 30 #define PPPIOCGCALLINFO _IOWR('t',128,struct pppcallinfo)
|
D | pktcdvd.h | 108 #define PACKET_CTRL_CMD _IOWR(PACKET_IOCTL_MAGIC, 1, struct pkt_ctrl_command)
|
D | pps.h | 128 #define PPS_FETCH _IOWR('p', 0xa4, struct pps_fdata *)
|
D | ptp_clock.h | 125 #define PTP_PIN_GETFUNC _IOWR(PTP_CLK_MAGIC, 6, struct ptp_pin_desc)
|
D | lightnvm.h | 117 #define NVM_INFO _IOWR(NVM_IOCTL, NVM_INFO_CMD, \
|
D | agpgart.h | 37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate*)
|
D | vhost.h | 104 #define VHOST_GET_VRING_BASE _IOWR(VHOST_VIRTIO, 0x12, struct vhost_vring_state)
|
D | telephony.h | 196 #define PHONE_QUERY_CODEC _IOWR ('q', 0xA7, struct phone_codec_data *)
|
D | omapfb.h | 35 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype)
|
D | kfd_ioctl.h | 239 #define AMDKFD_IOWR(nr, type) _IOWR(AMDKFD_IOCTL_BASE, nr, type)
|
D | fb.h | 20 #define FBIO_CURSOR _IOWR('F', 0x08, struct fb_cursor)
|
D | soundcard.h | 84 #if defined(_IOWR) && (defined(_AIX) || (!defined(sun) && !defined(sparc) && !defined(__sparc__) &&… 99 #define _SIOWR _IOWR
|
D | coda.h | 288 #define CIOC_KERNEL_VERSION _IOWR('c', 10, size_t)
|
/linux-4.4.14/include/linux/ |
D | auto_dev-ioctl.h | 174 _IOWR(AUTOFS_IOCTL, \ 178 _IOWR(AUTOFS_IOCTL, \ 182 _IOWR(AUTOFS_IOCTL, \ 186 _IOWR(AUTOFS_IOCTL, \ 190 _IOWR(AUTOFS_IOCTL, \ 194 _IOWR(AUTOFS_IOCTL, \ 198 _IOWR(AUTOFS_IOCTL, \ 202 _IOWR(AUTOFS_IOCTL, \ 206 _IOWR(AUTOFS_IOCTL, \ 210 _IOWR(AUTOFS_IOCTL, \ [all …]
|
D | cciss_ioctl.h | 27 #define CCISS_PASSTHRU32 _IOWR(CCISS_IOC_MAGIC, 11, IOCTL32_Command_struct) 28 #define CCISS_BIG_PASSTHRU32 _IOWR(CCISS_IOC_MAGIC, 18, BIG_IOCTL32_Command_struct)
|
D | blktrace_api.h | 100 #define BLKTRACESETUP32 _IOWR(0x12, 115, struct compat_blk_user_trace_setup)
|
D | nilfs2_fs.h | 905 _IOWR(NILFS_IOCTL_IDENT, 0x86, struct nilfs_argv) 907 _IOWR(NILFS_IOCTL_IDENT, 0x87, struct nilfs_argv)
|
D | fb.h | 7 #define FBIO_CURSOR _IOWR('F', 0x08, struct fb_cursor_user)
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | grulib.h | 33 #define GRU_CREATE_CONTEXT _IOWR(GRU_IOCTL_NUM, 1, void *) 36 #define GRU_SET_CONTEXT_OPTION _IOWR(GRU_IOCTL_NUM, 4, void *) 39 #define GRU_USER_GET_EXCEPTION_DETAIL _IOWR(GRU_IOCTL_NUM, 6, void *) 42 #define GRU_USER_CALL_OS _IOWR(GRU_IOCTL_NUM, 8, void *) 45 #define GRU_USER_UNLOAD_CONTEXT _IOWR(GRU_IOCTL_NUM, 9, void *) 48 #define GRU_DUMP_CHIPLET_STATE _IOWR(GRU_IOCTL_NUM, 11, void *) 51 #define GRU_GET_GSEG_STATISTICS _IOWR(GRU_IOCTL_NUM, 12, void *) 54 #define GRU_USER_FLUSH_TLB _IOWR(GRU_IOCTL_NUM, 50, void *) 57 #define GRU_GET_CONFIG_INFO _IOWR(GRU_IOCTL_NUM, 51, void *) 60 #define GRU_KTEST _IOWR(GRU_IOCTL_NUM, 52, void *)
|
/linux-4.4.14/include/uapi/sound/ |
D | asequencer.h | 575 #define SNDRV_SEQ_IOCTL_SYSTEM_INFO _IOWR('S', 0x02, struct snd_seq_system_info) 576 #define SNDRV_SEQ_IOCTL_RUNNING_MODE _IOWR('S', 0x03, struct snd_seq_running_info) 578 #define SNDRV_SEQ_IOCTL_GET_CLIENT_INFO _IOWR('S', 0x10, struct snd_seq_client_info) 581 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info) 583 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info) 589 #define SNDRV_SEQ_IOCTL_CREATE_QUEUE _IOWR('S', 0x32, struct snd_seq_queue_info) 591 #define SNDRV_SEQ_IOCTL_GET_QUEUE_INFO _IOWR('S', 0x34, struct snd_seq_queue_info) 592 #define SNDRV_SEQ_IOCTL_SET_QUEUE_INFO _IOWR('S', 0x35, struct snd_seq_queue_info) 593 #define SNDRV_SEQ_IOCTL_GET_NAMED_QUEUE _IOWR('S', 0x36, struct snd_seq_queue_info) 594 #define SNDRV_SEQ_IOCTL_GET_QUEUE_STATUS _IOWR('S', 0x40, struct snd_seq_queue_status) [all …]
|
D | asound.h | 559 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params) 560 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) 562 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) 566 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr) 567 #define SNDRV_PCM_IOCTL_STATUS_EXT _IOWR('A', 0x24, struct snd_pcm_status) 640 #define SNDRV_RAWMIDI_IOCTL_PARAMS _IOWR('W', 0x10, struct snd_rawmidi_params) 641 #define SNDRV_RAWMIDI_IOCTL_STATUS _IOWR('W', 0x20, struct snd_rawmidi_status) 753 #define SNDRV_TIMER_IOCTL_NEXT_DEVICE _IOWR('T', 0x01, struct snd_timer_id) 755 #define SNDRV_TIMER_IOCTL_GINFO _IOWR('T', 0x03, struct snd_timer_ginfo) 757 #define SNDRV_TIMER_IOCTL_GSTATUS _IOWR('T', 0x05, struct snd_timer_gstatus) [all …]
|
D | compress_offload.h | 165 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) 166 #define SNDRV_COMPRESS_GET_CODEC_CAPS _IOWR('C', 0x11,\ 172 #define SNDRV_COMPRESS_GET_METADATA _IOWR('C', 0x15,\
|
D | sfnt_info.h | 206 #define SNDRV_EMUX_IOCTL_LOAD_PATCH _IOWR('H', 0x81, struct soundfont_patch_info) 210 #define SNDRV_EMUX_IOCTL_MISC_MODE _IOWR('H', 0x84, struct snd_emux_misc_mode)
|
D | emu10k1.h | 360 #define SNDRV_EMU10K1_IOCTL_CODE_PEEK _IOWR('H', 0x12, struct snd_emu10k1_fx8010_code) 363 #define SNDRV_EMU10K1_IOCTL_TRAM_PEEK _IOWR('H', 0x22, struct snd_emu10k1_fx8010_tram) 365 #define SNDRV_EMU10K1_IOCTL_PCM_PEEK _IOWR('H', 0x31, struct snd_emu10k1_fx8010_pcm_rec)
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptctl.h | 68 #define MPTRWPERF _IOWR(MPT_MAGIC_NUMBER,0,struct mpt_raw_r_w) 70 #define MPTFWDOWNLOAD _IOWR(MPT_MAGIC_NUMBER,15,struct mpt_fw_xfer) 71 #define MPTCOMMAND _IOWR(MPT_MAGIC_NUMBER,20,struct mpt_ioctl_command) 74 #define MPTFWDOWNLOAD32 _IOWR(MPT_MAGIC_NUMBER,15,struct mpt_fw_xfer32) 75 #define MPTCOMMAND32 _IOWR(MPT_MAGIC_NUMBER,20,struct mpt_ioctl_command32) 78 #define MPTIOCINFO _IOWR(MPT_MAGIC_NUMBER,17,struct mpt_ioctl_iocinfo) 79 #define MPTIOCINFO1 _IOWR(MPT_MAGIC_NUMBER,17,struct mpt_ioctl_iocinfo_rev0) 80 #define MPTIOCINFO2 _IOWR(MPT_MAGIC_NUMBER,17,struct mpt_ioctl_iocinfo_rev1) 81 #define MPTTARGETINFO _IOWR(MPT_MAGIC_NUMBER,18,struct mpt_ioctl_targetinfo) 82 #define MPTTEST _IOWR(MPT_MAGIC_NUMBER,19,struct mpt_ioctl_test) [all …]
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | chsc.h | 130 #define CHSC_START _IOWR(CHSC_IOCTL_MAGIC, 0x81, struct chsc_async_area) 131 #define CHSC_INFO_CHANNEL_PATH _IOWR(CHSC_IOCTL_MAGIC, 0x82, \ 133 #define CHSC_INFO_CU _IOWR(CHSC_IOCTL_MAGIC, 0x83, struct chsc_cu_cd) 134 #define CHSC_INFO_SCH_CU _IOWR(CHSC_IOCTL_MAGIC, 0x84, struct chsc_sch_cud) 135 #define CHSC_INFO_CI _IOWR(CHSC_IOCTL_MAGIC, 0x85, struct chsc_conf_info) 136 #define CHSC_INFO_CCL _IOWR(CHSC_IOCTL_MAGIC, 0x86, struct chsc_comp_list) 137 #define CHSC_INFO_CPD _IOWR(CHSC_IOCTL_MAGIC, 0x87, struct chsc_cpd_info) 138 #define CHSC_INFO_DCAL _IOWR(CHSC_IOCTL_MAGIC, 0x88, struct chsc_dcal) 139 #define CHSC_START_SYNC _IOWR(CHSC_IOCTL_MAGIC, 0x89, struct chsc_sync_area) 140 #define CHSC_ON_CLOSE_SET _IOWR(CHSC_IOCTL_MAGIC, 0x8a, struct chsc_async_area)
|
D | sclp_ctl.h | 22 _IOWR(SCLP_CTL_IOCTL_MAGIC, 0x10, struct sclp_ctl_sccb)
|
D | dasd.h | 290 #define BIODASDSNID _IOWR(DASD_IOCTL_LETTER, 1, struct dasd_snid_ioctl_data) 292 #define BIODASDSYMMIO _IOWR(DASD_IOCTL_LETTER, 240, dasd_symmio_parms_t)
|
D | cmb.h | 51 #define BIODASDREADALLCMB _IOWR(DASD_IOCTL_LETTER, 33, struct cmbdata)
|
D | hypfs.h | 26 _IOWR(HYPFS_IOCTL_MAGIC, 0x20, struct hypfs_diag304)
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.h | 67 #define MPT3IOCINFO _IOWR(MPT3_MAGIC_NUMBER, 17, \ 69 #define MPT3COMMAND _IOWR(MPT3_MAGIC_NUMBER, 20, \ 72 #define MPT3COMMAND32 _IOWR(MPT3_MAGIC_NUMBER, 20, \ 75 #define MPT3EVENTQUERY _IOWR(MPT3_MAGIC_NUMBER, 21, \ 77 #define MPT3EVENTENABLE _IOWR(MPT3_MAGIC_NUMBER, 22, \ 79 #define MPT3EVENTREPORT _IOWR(MPT3_MAGIC_NUMBER, 23, \ 81 #define MPT3HARDRESET _IOWR(MPT3_MAGIC_NUMBER, 24, \ 83 #define MPT3BTDHMAPPING _IOWR(MPT3_MAGIC_NUMBER, 31, \ 87 #define MPT3DIAGREGISTER _IOWR(MPT3_MAGIC_NUMBER, 26, \ 89 #define MPT3DIAGRELEASE _IOWR(MPT3_MAGIC_NUMBER, 27, \ [all …]
|
/linux-4.4.14/drivers/staging/android/uapi/ |
D | ion.h | 145 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ 153 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) 163 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) 174 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data) 183 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) 193 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data) 201 #define ION_IOC_CUSTOM _IOWR(ION_IOC_MAGIC, 6, struct ion_custom_data)
|
D | sync.h | 81 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 1, struct sync_merge_data) 94 #define SYNC_IOC_FENCE_INFO _IOWR(SYNC_IOC_MAGIC, 2,\
|
D | sw_sync.h | 28 #define SW_SYNC_IOC_CREATE_FENCE _IOWR(SW_SYNC_IOC_MAGIC, 0,\
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_fs.h | 521 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap) 527 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap) 531 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap) 539 #define XFS_IOC_FSBULKSTAT _IOWR('X', 101, struct xfs_fsop_bulkreq) 540 #define XFS_IOC_FSBULKSTAT_SINGLE _IOWR('X', 102, struct xfs_fsop_bulkreq) 541 #define XFS_IOC_FSINUMBERS _IOWR('X', 103, struct xfs_fsop_bulkreq) 542 #define XFS_IOC_PATH_TO_FSHANDLE _IOWR('X', 104, struct xfs_fsop_handlereq) 543 #define XFS_IOC_PATH_TO_HANDLE _IOWR('X', 105, struct xfs_fsop_handlereq) 544 #define XFS_IOC_FD_TO_HANDLE _IOWR('X', 106, struct xfs_fsop_handlereq) 545 #define XFS_IOC_OPEN_BY_HANDLE _IOWR('X', 107, struct xfs_fsop_handlereq) [all …]
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl32.h | 86 _IOWR('X', 101, struct compat_xfs_fsop_bulkreq) 88 _IOWR('X', 102, struct compat_xfs_fsop_bulkreq) 90 _IOWR('X', 103, struct compat_xfs_fsop_bulkreq) 103 _IOWR('X', 104, struct compat_xfs_fsop_handlereq) 105 _IOWR('X', 105, struct compat_xfs_fsop_handlereq) 107 _IOWR('X', 106, struct compat_xfs_fsop_handlereq) 109 _IOWR('X', 107, struct compat_xfs_fsop_handlereq) 111 _IOWR('X', 108, struct compat_xfs_fsop_handlereq) 124 #define XFS_IOC_SWAPEXT_32 _IOWR('X', 109, struct compat_xfs_swapext)
|
/linux-4.4.14/include/uapi/linux/dvb/ |
D | net.h | 38 #define NET_ADD_IF _IOWR('o', 52, struct dvb_net_if) 40 #define NET_GET_IF _IOWR('o', 54, struct dvb_net_if) 48 #define __NET_ADD_IF_OLD _IOWR('o', 52, struct __dvb_net_if_old) 49 #define __NET_GET_IF_OLD _IOWR('o', 54, struct __dvb_net_if_old)
|
D | video.h | 271 #define VIDEO_COMMAND _IOWR('o', 59, struct video_command) 272 #define VIDEO_TRY_COMMAND _IOWR('o', 60, struct video_command)
|
D | dmx.h | 151 #define DMX_GET_STC _IOWR('o', 50, struct dmx_stc)
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | openpromio.h | 61 #define OPIOCGET _IOWR('O', 1, struct opiocdesc) 63 #define OPIOCNEXTPROP _IOWR('O', 3, struct opiocdesc) 65 #define OPIOCGETNEXT _IOWR('O', 5, int) 66 #define OPIOCGETCHILD _IOWR('O', 6, int)
|
D | fbio.h | 109 #define FBIOGCURSOR _IOWR('F', 25, struct fbcursor) 140 #define FBIO_WID_ALLOC _IOWR('F', 30, struct fb_wid_alloc) 143 #define FBIO_WID_GET _IOWR('F', 33, struct fb_wid_list) 212 #define LEO_CLUTALLOC _IOWR('L', 53, struct fb_clut_alloc)
|
D | ioctl.h | 47 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) macro
|
D | ioctls.h | 28 #define TIOCSRS485 _IOWR('T', 0x42, struct serial_rs485)
|
/linux-4.4.14/include/uapi/mtd/ |
D | mtd-abi.h | 161 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf) 163 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf) 171 #define MEMGETREGIONINFO _IOWR('M', 8, struct region_info_user) 195 #define MEMWRITEOOB64 _IOWR('M', 21, struct mtd_oob_buf64) 197 #define MEMREADOOB64 _IOWR('M', 22, struct mtd_oob_buf64) 205 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req)
|
/linux-4.4.14/drivers/crypto/ |
D | bfin_crc.h | 48 #define CRC_IOC_CALC_CRC _IOWR('C', 0x01, unsigned int) 49 #define CRC_IOC_MEMCPY_CRC _IOWR('C', 0x02, unsigned int) 50 #define CRC_IOC_VERIFY_VAL _IOWR('C', 0x03, unsigned int) 51 #define CRC_IOC_FILL_VAL _IOWR('C', 0x04, unsigned int)
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 62 #define FSFILT_IOC_FIEMAP _IOWR('f', 11, struct ll_user_fiemap) 214 #define LL_IOC_QUOTACTL _IOWR('f', 162, struct if_quotactl) 215 #define IOC_OBD_STATFS _IOWR('f', 164, struct obd_statfs *) 216 #define IOC_LOV_GETINFO _IOWR('f', 165, struct lov_user_mds_data *) 220 #define LL_IOC_LLOOP_ATTACH _IOWR('f', 169, long) 221 #define LL_IOC_LLOOP_DETACH _IOWR('f', 170, long) 222 #define LL_IOC_LLOOP_INFO _IOWR('f', 171, struct lu_fid) 223 #define LL_IOC_LLOOP_DETACH_BYDEV _IOWR('f', 172, long) 225 #define LL_IOC_GET_CONNECT_FLAGS _IOWR('f', 174, __u64 *) 244 #define LL_IOC_LMV_SETSTRIPE _IOWR('f', 240, struct lmv_user_md) [all …]
|
/linux-4.4.14/include/uapi/linux/genwqe/ |
D | genwqe_card.h | 478 #define GENWQE_PIN_MEM _IOWR(GENWQE_IOC_CODE, 40, struct genwqe_mem) 479 #define GENWQE_UNPIN_MEM _IOWR(GENWQE_IOC_CODE, 41, struct genwqe_mem) 492 _IOWR(GENWQE_IOC_CODE, 50, struct genwqe_ddcb_cmd) 495 _IOWR(GENWQE_IOC_CODE, 51, struct genwqe_ddcb_cmd) 498 #define GENWQE_SLU_UPDATE _IOWR(GENWQE_IOC_CODE, 80, struct genwqe_bitstream) 499 #define GENWQE_SLU_READ _IOWR(GENWQE_IOC_CODE, 81, struct genwqe_bitstream)
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | grfioctl.h | 98 #define GCMAP _IOWR('G', 5, int) 99 #define GCUNMAP _IOWR('G', 6, int) 108 #define GCTERM _IOWR('G',20,int) /* multi-headed Tomcat */
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | msr.h | 9 #define X86_IOC_RDMSR_REGS _IOWR('c', 0xA0, __u32[8]) 10 #define X86_IOC_WRMSR_REGS _IOWR('c', 0xA1, __u32[8])
|
D | mtrr.h | 98 #define MTRRIOC_GET_ENTRY _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry) 103 #define MTRRIOC_GET_PAGE_ENTRY _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry)
|
/linux-4.4.14/drivers/platform/chrome/ |
D | cros_ec_dev.h | 43 #define CROS_EC_DEV_IOCXCMD _IOWR(CROS_EC_DEV_IOC, 0, struct cros_ec_command) 44 #define CROS_EC_DEV_IOCRDMEM _IOWR(CROS_EC_DEV_IOC, 1, struct cros_ec_readmem)
|
/linux-4.4.14/include/sound/ |
D | hda_hwdep.h | 41 #define HDA_IOCTL_VERB_WRITE _IOWR('H', 0x11, struct hda_verb_ioctl) 42 #define HDA_IOCTL_GET_WCAP _IOWR('H', 0x12, struct hda_verb_ioctl)
|
/linux-4.4.14/drivers/block/rsxx/ |
D | rsxx.h | 44 #define RSXX_GETREG _IOWR(RSXX_IOC_MAGIC, 0x20, struct rsxx_reg_access) 45 #define RSXX_SETREG _IOWR(RSXX_IOC_MAGIC, 0x21, struct rsxx_reg_access)
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | nvram.h | 57 _IOWR('p', 0x40, int) 59 #define IOC_NVRAM_GET_OFFSET _IOWR('p', 0x42, int) /* Get NVRAM partition offset */
|
/linux-4.4.14/drivers/scsi/dpt/ |
D | dpti_ioctl.h | 29 #ifndef _IOWR 30 # define _IOWR(x,y,z) (((x)<<8)|y) macro 42 #define EATAUSRCMD _IOWR('D',65,EATA_CP)
|
/linux-4.4.14/include/uapi/linux/mmc/ |
D | ioctl.h | 59 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd) 65 #define MMC_IOC_MULTI_CMD _IOWR(MMC_BLOCK_MAJOR, 1, struct mmc_ioc_multi_cmd)
|
/linux-4.4.14/sound/core/seq/ |
D | seq_compat.c | 84 SNDRV_SEQ_IOCTL_CREATE_PORT32 = _IOWR('S', 0x20, struct snd_seq_port_info32), 86 SNDRV_SEQ_IOCTL_GET_PORT_INFO32 = _IOWR('S', 0x22, struct snd_seq_port_info32), 88 SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT32 = _IOWR('S', 0x52, struct snd_seq_port_info32),
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipeif_user.h | 89 _IOWR('I', BASE_VIDIOC_PRIVATE + 1, struct ipipeif_params) 91 _IOWR('I', BASE_VIDIOC_PRIVATE + 2, struct ipipeif_params)
|
D | davinci_vpfe_user.h | 44 _IOWR('P', BASE_VIDIOC_PRIVATE + 3, struct vpfe_ipipe_config) 46 _IOWR('P', BASE_VIDIOC_PRIVATE + 4, struct vpfe_ipipe_config) 48 _IOWR('R', BASE_VIDIOC_PRIVATE + 5, struct vpfe_rsz_config) 50 _IOWR('R', BASE_VIDIOC_PRIVATE + 6, struct vpfe_rsz_config)
|
/linux-4.4.14/sound/core/ |
D | control_compat.c | 438 SNDRV_CTL_IOCTL_ELEM_LIST32 = _IOWR('U', 0x10, struct snd_ctl_elem_list32), 439 SNDRV_CTL_IOCTL_ELEM_INFO32 = _IOWR('U', 0x11, struct snd_ctl_elem_info32), 440 SNDRV_CTL_IOCTL_ELEM_READ32 = _IOWR('U', 0x12, struct snd_ctl_elem_value32), 441 SNDRV_CTL_IOCTL_ELEM_WRITE32 = _IOWR('U', 0x13, struct snd_ctl_elem_value32), 442 SNDRV_CTL_IOCTL_ELEM_ADD32 = _IOWR('U', 0x17, struct snd_ctl_elem_info32), 443 SNDRV_CTL_IOCTL_ELEM_REPLACE32 = _IOWR('U', 0x18, struct snd_ctl_elem_info32), 445 SNDRV_CTL_IOCTL_ELEM_READ_X32 = _IOWR('U', 0x12, struct snd_ctl_elem_value_x32), 446 SNDRV_CTL_IOCTL_ELEM_WRITE_X32 = _IOWR('U', 0x13, struct snd_ctl_elem_value_x32),
|
D | rawmidi_compat.c | 144 SNDRV_RAWMIDI_IOCTL_PARAMS32 = _IOWR('W', 0x10, struct snd_rawmidi_params32), 145 SNDRV_RAWMIDI_IOCTL_STATUS32 = _IOWR('W', 0x20, struct snd_rawmidi_status32), 147 SNDRV_RAWMIDI_IOCTL_STATUS_X32 = _IOWR('W', 0x20, struct snd_rawmidi_status_x32),
|
D | pcm_compat.c | 636 SNDRV_PCM_IOCTL_HW_REFINE32 = _IOWR('A', 0x10, struct snd_pcm_hw_params32), 637 SNDRV_PCM_IOCTL_HW_PARAMS32 = _IOWR('A', 0x11, struct snd_pcm_hw_params32), 638 SNDRV_PCM_IOCTL_SW_PARAMS32 = _IOWR('A', 0x13, struct snd_pcm_sw_params32), 640 SNDRV_PCM_IOCTL_STATUS_EXT32 = _IOWR('A', 0x24, struct snd_pcm_status32), 649 SNDRV_PCM_IOCTL_SYNC_PTR32 = _IOWR('A', 0x23, struct snd_pcm_sync_ptr32), 653 SNDRV_PCM_IOCTL_STATUS_EXT_X32 = _IOWR('A', 0x24, struct snd_pcm_status_x32), 654 SNDRV_PCM_IOCTL_SYNC_PTR_X32 = _IOWR('A', 0x23, struct snd_pcm_sync_ptr_x32),
|
D | pcm_native.c | 60 #define SNDRV_PCM_IOCTL_HW_REFINE_OLD _IOWR('A', 0x10, struct snd_pcm_hw_params_old) 61 #define SNDRV_PCM_IOCTL_HW_PARAMS_OLD _IOWR('A', 0x11, struct snd_pcm_hw_params_old)
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 821 #define VIDIOC_G_FMT32 _IOWR('V', 4, struct v4l2_format32) 822 #define VIDIOC_S_FMT32 _IOWR('V', 5, struct v4l2_format32) 823 #define VIDIOC_QUERYBUF32 _IOWR('V', 9, struct v4l2_buffer32) 826 #define VIDIOC_QBUF32 _IOWR('V', 15, struct v4l2_buffer32) 827 #define VIDIOC_DQBUF32 _IOWR('V', 17, struct v4l2_buffer32) 828 #define VIDIOC_ENUMSTD32 _IOWR('V', 25, struct v4l2_standard32) 829 #define VIDIOC_ENUMINPUT32 _IOWR('V', 26, struct v4l2_input32) 830 #define VIDIOC_G_EDID32 _IOWR('V', 40, struct v4l2_edid32) 831 #define VIDIOC_S_EDID32 _IOWR('V', 41, struct v4l2_edid32) 832 #define VIDIOC_TRY_FMT32 _IOWR('V', 64, struct v4l2_format32) [all …]
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | fbio.h | 112 #define FBIOGCURSOR _IOWR('F', 25, struct fbcursor) 143 #define FBIO_WID_ALLOC _IOWR('F', 30, struct fb_wid_alloc) 146 #define FBIO_WID_GET _IOWR('F', 33, struct fb_wid_list) 215 #define LEO_CLUTALLOC _IOWR('L', 53, struct fb_clut_alloc)
|
/linux-4.4.14/arch/cris/include/uapi/arch-v32/arch/ |
D | cryptocop.h | 19 #define CRYPTOCOP_IO_CREATE_SESSION _IOWR(ETRAXCRYPTOCOP_IOCTYPE, 1, struct strcop_session_op) 21 #define CRYPTOCOP_IO_PROCESS_OP _IOWR(ETRAXCRYPTOCOP_IOCTYPE, 3, struct strcop_crypto_op)
|
/linux-4.4.14/include/video/ |
D | mbxfb.h | 91 #define MBXFB_IOCX_OVERLAY _IOWR(0xF4, 0x00,struct mbxfb_overlaySetup) 96 #define MBXFB_IOCX_REG _IOWR(0xF4, 0x05,struct mbxfb_reg)
|
/linux-4.4.14/include/uapi/rdma/ |
D | ib_user_mad.h | 235 #define IB_USER_MAD_REGISTER_AGENT _IOWR(IB_IOCTL_MAGIC, 1, \ 242 #define IB_USER_MAD_REGISTER_AGENT2 _IOWR(IB_IOCTL_MAGIC, 4, \
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | compat_ion.c | 42 #define COMPAT_ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ 44 #define COMPAT_ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, \ 46 #define COMPAT_ION_IOC_CUSTOM _IOWR(ION_IOC_MAGIC, 6, \
|
/linux-4.4.14/arch/x86/include/asm/ |
D | mtrr.h | 115 #define MTRRIOC32_GET_ENTRY _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry32) 120 #define MTRRIOC32_GET_PAGE_ENTRY _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry32)
|
/linux-4.4.14/include/uapi/linux/usb/ |
D | g_printer.h | 33 #define GADGET_SET_PRINTER_STATUS _IOWR('g', 0x22, unsigned char)
|
/linux-4.4.14/include/uapi/linux/android/ |
D | binder.h | 100 #define BINDER_WRITE_READ _IOWR('b', 1, struct binder_write_read) 106 #define BINDER_VERSION _IOWR('b', 9, struct binder_version)
|
/linux-4.4.14/include/media/ |
D | si4713.h | 45 #define SI4713_IOC_MEASURE_RNL _IOWR('V', BASE_VIDIOC_PRIVATE + 0, \
|
/linux-4.4.14/fs/ceph/ |
D | ioctl.h | 67 #define CEPH_IOC_GET_DATALOC _IOWR(CEPH_IOCTL_MAGIC, 3, \
|
/linux-4.4.14/drivers/net/wan/ |
D | cosa.h | 79 #define COSAIORMEM _IOWR('C',0xf2, struct cosa_download *)
|
/linux-4.4.14/include/uapi/linux/hsi/ |
D | hsi_char.h | 30 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
|
D | cs-protocol.h | 111 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype)
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-decoding.txt | 11 11 - read/write: _IOWR
|
D | ioctl-number.txt | 12 _IOWR an ioctl with both write and read parameters. 20 The first argument to _IO, _IOW, _IOR, or _IOWR is an identifying letter 30 The second argument to _IO, _IOW, _IOR, or _IOWR is a sequence number 32 _IOR, or _IOWR is the type of the data going into the kernel or coming 48 defined with _IO, _IOW, _IOR, or _IOWR.
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | ioctl.h | 50 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) macro
|
D | ioctls.h | 94 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485)
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | ioctls.h | 85 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485)
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 54 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485)
|
/linux-4.4.14/arch/blackfin/include/uapi/asm/ |
D | bfin_sport.h | 60 #define SPORT_IOC_CONFIG _IOWR('P', 0x01, struct sport_config)
|
/linux-4.4.14/drivers/char/agp/ |
D | compat_ioctl.h | 38 #define AGPIOC_ALLOCATE32 _IOWR(AGPIOC_BASE, 6, compat_uptr_t)
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | ioctl.h | 79 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) macro
|
/linux-4.4.14/arch/sh/include/uapi/asm/ |
D | ioctls.h | 87 #define TIOCSRS485 _IOWR('T', 47, struct serial_rs485)
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 99 #define TIOCSRS485 _IOWR('T', 47, struct serial_rs485)
|
/linux-4.4.14/sound/pci/asihpi/ |
D | hpios.h | 83 #define HPI_IOCTL_LINUX _IOWR('H', 0xFC, struct hpi_ioctl_linux)
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_ioctl.h | 49 #define MEGAIOCCMD _IOWR(MEGAIOC_MAGIC, 0, mimd_t)
|
D | megaraid_sas.h | 2004 #define MEGASAS_IOC_FIRMWARE32 _IOWR('M', 1, struct compat_megasas_iocpacket) 2007 #define MEGASAS_IOC_FIRMWARE _IOWR('M', 1, struct megasas_iocpacket)
|
/linux-4.4.14/include/uapi/scsi/ |
D | cxlflash_ioctl.h | 161 #define CXL_IOWR(_n, _s) _IOWR(CXL_MAGIC, _n, struct _s)
|
/linux-4.4.14/include/uapi/video/ |
D | sisfb.h | 173 #define SISFB_COMMAND _IOWR(0xF3,0x05,struct sisfb_cmd)
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedi.h | 358 #define COMEDI_TRIG _IOWR(CIO, 4, comedi_trig) 368 #define COMEDI_BUFINFO _IOWR(CIO, 14, struct comedi_bufinfo)
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb.h | 307 #define SISUSB_COMMAND _IOWR(0xF3,0x3D,struct sisusb_command)
|
/linux-4.4.14/fs/ncpfs/ |
D | ioctl.c | 118 #define NCP_IOC_GET_FS_INFO_V2_32 _IOWR('n', 4, struct compat_ncp_fs_info_v2) 120 #define NCP_IOC_GETOBJECTNAME_32 _IOWR('n', 9, struct compat_ncp_objectname_ioctl) 122 #define NCP_IOC_GETPRIVATEDATA_32 _IOWR('n', 10, struct compat_ncp_privatedata_ioctl)
|
/linux-4.4.14/tools/usb/ |
D | testusb.c | 66 #define USBTEST_REQUEST _IOWR('U', 100, struct usbtest_param)
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_devintf.c | 664 _IOWR(IPMI_IOC_MAGIC, 12, struct compat_ipmi_recv) 666 _IOWR(IPMI_IOC_MAGIC, 11, struct compat_ipmi_recv)
|
/linux-4.4.14/drivers/media/ |
D | media-device.c | 300 #define MEDIA_IOC_ENUM_LINKS32 _IOWR('|', 0x02, struct media_links_enum32)
|
/linux-4.4.14/include/uapi/drm/ |
D | drm.h | 688 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/linux-4.4.14/drivers/mtd/ |
D | mtdchar.c | 1008 #define MEMWRITEOOB32 _IOWR('M', 3, struct mtd_oob_buf32) 1009 #define MEMREADOOB32 _IOWR('M', 4, struct mtd_oob_buf32)
|
/linux-4.4.14/drivers/usb/mon/ |
D | mon_bin.c | 40 #define MON_IOCX_MFETCH _IOWR(MON_IOC_MAGIC, 7, struct mon_bin_mfetch) 47 #define MON_IOCX_MFETCH32 _IOWR(MON_IOC_MAGIC, 7, struct mon_bin_mfetch32)
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | diag.c | 197 _IOWR(HFI1_SNOOP_IOC_MAGIC, HFI1_SNOOP_IOC_BASE_SEQ+6, \ 200 _IOWR(HFI1_SNOOP_IOC_MAGIC, HFI1_SNOOP_IOC_BASE_SEQ+7, \
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 1385 #define UVCIOC_CTRL_MAP32 _IOWR('u', 0x20, struct uvc_xu_control_mapping32) 1386 #define UVCIOC_CTRL_QUERY32 _IOWR('u', 0x21, struct uvc_xu_control_query32)
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 290 MON_IOCX_MFETCH, defined as _IOWR(MON_IOC_MAGIC, 7, struct mon_mfetch_arg)
|
/linux-4.4.14/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 1419 #define IOCTL_DDB_FLASHIO _IOWR(DDB_MAGIC, 0x00, struct ddb_flashio)
|
/linux-4.4.14/drivers/usb/misc/ |
D | usbtest.c | 36 #define USBTEST_REQUEST _IOWR('U', 100, struct usbtest_param)
|
/linux-4.4.14/fs/ext4/ |
D | ext4.h | 611 #define EXT4_IOC_MOVE_EXT _IOWR('f', 15, struct move_extent)
|
/linux-4.4.14/fs/btrfs/ |
D | ioctl.c | 84 #define BTRFS_IOC_SET_RECEIVED_SUBVOL_32 _IOWR(BTRFS_IOCTL_MAGIC, 37, \
|