Searched refs:_IOWR (Results 76 - 100 of 205) sorted by relevance

123456789

/linux-master/include/uapi/linux/
H A Dusbdevice_fs.h187 #define USBDEVFS_CONTROL _IOWR('U', 0, struct usbdevfs_ctrltransfer)
188 #define USBDEVFS_CONTROL32 _IOWR('U', 0, struct usbdevfs_ctrltransfer32)
189 #define USBDEVFS_BULK _IOWR('U', 2, struct usbdevfs_bulktransfer)
190 #define USBDEVFS_BULK32 _IOWR('U', 2, struct usbdevfs_bulktransfer32)
207 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl)
208 #define USBDEVFS_IOCTL32 _IOWR('U', 18, struct usbdevfs_ioctl32)
H A Ddma-buf.h179 #define DMA_BUF_IOCTL_EXPORT_SYNC_FILE _IOWR(DMA_BUF_BASE, 2, struct dma_buf_export_sync_file)
H A Dpktcdvd.h99 #define PACKET_CTRL_CMD _IOWR(PACKET_IOCTL_MAGIC, 1, struct pkt_ctrl_command)
H A Dwatchdog.h30 #define WDIOC_SETTIMEOUT _IOWR(WATCHDOG_IOCTL_BASE, 6, int)
32 #define WDIOC_SETPRETIMEOUT _IOWR(WATCHDOG_IOCTL_BASE, 8, int)
H A Dfsverity.h99 #define FS_IOC_MEASURE_VERITY _IOWR('f', 134, struct fsverity_digest)
101 _IOWR('f', 135, struct fsverity_read_metadata_arg)
H A Duvcvideo.h72 #define UVCIOC_CTRL_MAP _IOWR('u', 0x20, struct uvc_xu_control_mapping)
73 #define UVCIOC_CTRL_QUERY _IOWR('u', 0x21, struct uvc_xu_control_query)
H A Dvhost.h77 #define VHOST_GET_VRING_BASE _IOWR(VHOST_VIRTIO, 0x12, struct vhost_vring_state)
102 #define VHOST_GET_VRING_WORKER _IOWR(VHOST_VIRTIO, 0x16, \
190 #define VHOST_VDPA_GET_VRING_GROUP _IOWR(VHOST_VIRTIO, 0x7B, \
222 #define VHOST_VDPA_GET_VRING_DESC_GROUP _IOWR(VHOST_VIRTIO, 0x7F, \
236 #define VHOST_VDPA_GET_VRING_SIZE _IOWR(VHOST_VIRTIO, 0x82, \
H A Dvideodev2.h2632 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc)
2633 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
2634 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
2635 #define VIDIOC_REQBUFS _IOWR('V', 8, struct v4l2_requestbuffers)
2636 #define VIDIOC_QUERYBUF _IOWR('V', 9, struct v4l2_buffer)
2640 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer)
2641 #define VIDIOC_EXPBUF _IOWR('V', 16, struct v4l2_exportbuffer)
2642 #define VIDIOC_DQBUF _IOWR('V', 17, struct v4l2_buffer)
2645 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm)
2646 #define VIDIOC_S_PARM _IOWR('
[all...]
H A Dbtrfs.h1101 #define BTRFS_IOC_TREE_SEARCH _IOWR(BTRFS_IOCTL_MAGIC, 17, \
1103 #define BTRFS_IOC_TREE_SEARCH_V2 _IOWR(BTRFS_IOCTL_MAGIC, 17, \
1105 #define BTRFS_IOC_INO_LOOKUP _IOWR(BTRFS_IOCTL_MAGIC, 18, \
1108 #define BTRFS_IOC_SPACE_INFO _IOWR(BTRFS_IOCTL_MAGIC, 20, \
1118 #define BTRFS_IOC_SCRUB _IOWR(BTRFS_IOCTL_MAGIC, 27, \
1121 #define BTRFS_IOC_SCRUB_PROGRESS _IOWR(BTRFS_IOCTL_MAGIC, 29, \
1123 #define BTRFS_IOC_DEV_INFO _IOWR(BTRFS_IOCTL_MAGIC, 30, \
1127 #define BTRFS_IOC_BALANCE_V2 _IOWR(BTRFS_IOCTL_MAGIC, 32, \
1132 #define BTRFS_IOC_INO_PATHS _IOWR(BTRFS_IOCTL_MAGIC, 35, \
1134 #define BTRFS_IOC_LOGICAL_INO _IOWR(BTRFS_IOCTL_MAGI
[all...]
H A Disst_if.h456 #define ISST_IF_GET_PHY_ID _IOWR(ISST_IF_MAGIC, 1, struct isst_if_cpu_map *)
458 #define ISST_IF_MBOX_COMMAND _IOWR(ISST_IF_MAGIC, 3, struct isst_if_mbox_cmds *)
459 #define ISST_IF_MSR_COMMAND _IOWR(ISST_IF_MAGIC, 4, struct isst_if_msr_cmds *)
462 #define ISST_IF_CORE_POWER_STATE _IOWR(ISST_IF_MAGIC, 6, struct isst_core_power *)
463 #define ISST_IF_CLOS_PARAM _IOWR(ISST_IF_MAGIC, 7, struct isst_clos_param *)
464 #define ISST_IF_CLOS_ASSOC _IOWR(ISST_IF_MAGIC, 8, struct isst_if_clos_assoc_cmds *)
466 #define ISST_IF_PERF_LEVELS _IOWR(ISST_IF_MAGIC, 9, struct isst_perf_level_info *)
H A Dfs.h192 #define BLKTRACESETUP _IOWR(0x12,115,struct blk_user_trace_setup)
214 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */
215 #define FITHAW _IOWR('X', 120, int) /* Thaw */
216 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
219 #define FIDEDUPERANGE _IOWR(0x94, 54, struct file_dedupe_range)
227 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
337 #define PAGEMAP_SCAN _IOWR('f', 16, struct pm_scan_arg)
/linux-master/tools/include/uapi/linux/
H A Dusbdevice_fs.h187 #define USBDEVFS_CONTROL _IOWR('U', 0, struct usbdevfs_ctrltransfer)
188 #define USBDEVFS_CONTROL32 _IOWR('U', 0, struct usbdevfs_ctrltransfer32)
189 #define USBDEVFS_BULK _IOWR('U', 2, struct usbdevfs_bulktransfer)
190 #define USBDEVFS_BULK32 _IOWR('U', 2, struct usbdevfs_bulktransfer32)
207 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl)
208 #define USBDEVFS_IOCTL32 _IOWR('U', 18, struct usbdevfs_ioctl32)
H A Dfs.h192 #define BLKTRACESETUP _IOWR(0x12,115,struct blk_user_trace_setup)
214 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */
215 #define FITHAW _IOWR('X', 120, int) /* Thaw */
216 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
219 #define FIDEDUPERANGE _IOWR(0x94, 54, struct file_dedupe_range)
227 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
337 #define PAGEMAP_SCAN _IOWR('f', 16, struct pm_scan_arg)
/linux-master/include/uapi/sound/
H A Dcompress_offload.h149 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
150 #define SNDRV_COMPRESS_GET_CODEC_CAPS _IOWR('C', 0x11,\
156 #define SNDRV_COMPRESS_GET_METADATA _IOWR('C', 0x15,\
H A Dasound.h679 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
680 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
682 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
686 #define __SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct __snd_pcm_sync_ptr)
687 #define __SNDRV_PCM_IOCTL_SYNC_PTR64 _IOWR('A', 0x23, struct __snd_pcm_sync_ptr64)
688 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
689 #define SNDRV_PCM_IOCTL_STATUS_EXT _IOWR('A', 0x24, struct snd_pcm_status)
859 #define SNDRV_RAWMIDI_IOCTL_PARAMS _IOWR('W', 0x10, struct snd_rawmidi_params)
860 #define SNDRV_RAWMIDI_IOCTL_STATUS _IOWR('W', 0x20, struct snd_rawmidi_status)
977 #define SNDRV_TIMER_IOCTL_NEXT_DEVICE _IOWR('
[all...]
/linux-master/arch/s390/include/uapi/asm/
H A Dhypfs.h27 _IOWR(HYPFS_IOCTL_MAGIC, 0x20, struct hypfs_diag304)
/linux-master/include/uapi/linux/usb/
H A Dtmc.h84 #define USBTMC_IOCTL_CTRL_REQUEST _IOWR(USBTMC_IOC_NR, 8, struct usbtmc_ctrlrequest)
89 #define USBTMC_IOCTL_WRITE _IOWR(USBTMC_IOC_NR, 13, struct usbtmc_message)
90 #define USBTMC_IOCTL_READ _IOWR(USBTMC_IOC_NR, 14, struct usbtmc_message)
91 #define USBTMC_IOCTL_WRITE_RESULT _IOWR(USBTMC_IOC_NR, 15, __u32)
/linux-master/include/uapi/rdma/
H A Drdma_user_ioctl_cmds.h42 _IOWR(RDMA_IOCTL_MAGIC, 1, struct ib_uverbs_ioctl_hdr)
/linux-master/arch/x86/include/uapi/asm/
H A Dmtrr.h91 #define MTRRIOC_GET_ENTRY _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry)
96 #define MTRRIOC_GET_PAGE_ENTRY _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry)
/linux-master/drivers/staging/greybus/
H A Dgreybus_authentication.h71 #define CAP_IOC_GET_IMS_CERTIFICATE _IOWR(CAP_IOCTL_BASE, 1, struct cap_ioc_get_ims_certificate)
72 #define CAP_IOC_AUTHENTICATE _IOWR(CAP_IOCTL_BASE, 2, struct cap_ioc_authenticate)
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_ioctl32.h221 _IOWR('v', BASE_VIDIOC_PRIVATE + 3, struct atomisp_histogram32)
226 _IOWR('v', BASE_VIDIOC_PRIVATE + 6, struct atomisp_dis_statistics32)
234 _IOWR('v', BASE_VIDIOC_PRIVATE + 7, struct atomisp_3a_statistics32)
245 _IOWR('v', BASE_VIDIOC_PRIVATE + 18, struct atomisp_overlay32)
250 _IOWR('v', BASE_VIDIOC_PRIVATE + 27, struct atomisp_shading_table32)
/linux-master/tools/include/uapi/sound/
H A Dasound.h679 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
680 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
682 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
686 #define __SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct __snd_pcm_sync_ptr)
687 #define __SNDRV_PCM_IOCTL_SYNC_PTR64 _IOWR('A', 0x23, struct __snd_pcm_sync_ptr64)
688 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
689 #define SNDRV_PCM_IOCTL_STATUS_EXT _IOWR('A', 0x24, struct snd_pcm_status)
859 #define SNDRV_RAWMIDI_IOCTL_PARAMS _IOWR('W', 0x10, struct snd_rawmidi_params)
860 #define SNDRV_RAWMIDI_IOCTL_STATUS _IOWR('W', 0x20, struct snd_rawmidi_status)
977 #define SNDRV_TIMER_IOCTL_NEXT_DEVICE _IOWR('
[all...]
/linux-master/sound/core/
H A Drawmidi_compat.c98 SNDRV_RAWMIDI_IOCTL_PARAMS32 = _IOWR('W', 0x10, struct snd_rawmidi_params32),
99 SNDRV_RAWMIDI_IOCTL_STATUS_COMPAT32 = _IOWR('W', 0x20, struct snd_rawmidi_status32),
100 SNDRV_RAWMIDI_IOCTL_STATUS_COMPAT64 = _IOWR('W', 0x20, struct compat_snd_rawmidi_status64),
/linux-master/sound/core/seq/
H A Dseq_compat.c65 SNDRV_SEQ_IOCTL_CREATE_PORT32 = _IOWR('S', 0x20, struct snd_seq_port_info32),
67 SNDRV_SEQ_IOCTL_GET_PORT_INFO32 = _IOWR('S', 0x22, struct snd_seq_port_info32),
69 SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT32 = _IOWR('S', 0x52, struct snd_seq_port_info32),
/linux-master/fs/xfs/libxfs/
H A Dxfs_fs.h795 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
801 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
805 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
809 #define XFS_IOC_SCRUB_METADATA _IOWR('X', 60, struct xfs_scrub_metadata)
810 #define XFS_IOC_AG_GEOMETRY _IOWR('X', 61, struct xfs_ag_geometry)
816 #define XFS_IOC_FSBULKSTAT _IOWR('X', 101, struct xfs_fsop_bulkreq)
817 #define XFS_IOC_FSBULKSTAT_SINGLE _IOWR('X', 102, struct xfs_fsop_bulkreq)
818 #define XFS_IOC_FSINUMBERS _IOWR('X', 103, struct xfs_fsop_bulkreq)
819 #define XFS_IOC_PATH_TO_FSHANDLE _IOWR('X', 104, struct xfs_fsop_handlereq)
820 #define XFS_IOC_PATH_TO_HANDLE _IOWR('
[all...]

Completed in 349 milliseconds

123456789