Home
last modified time | relevance | path

Searched refs:_IOWR (Results 1 – 25 of 70) sorted by relevance

123

/include/uapi/linux/
Ddm-ioctl.h248 #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 …]
Dv4l2-subdev.h159 #define VIDIOC_SUBDEV_G_FMT _IOWR('V', 4, struct v4l2_subdev_format)
160 #define VIDIOC_SUBDEV_S_FMT _IOWR('V', 5, struct v4l2_subdev_format)
162 _IOWR('V', 21, struct v4l2_subdev_frame_interval)
164 _IOWR('V', 22, struct v4l2_subdev_frame_interval)
166 _IOWR('V', 2, struct v4l2_subdev_mbus_code_enum)
168 _IOWR('V', 74, struct v4l2_subdev_frame_size_enum)
170 _IOWR('V', 75, struct v4l2_subdev_frame_interval_enum)
171 #define VIDIOC_SUBDEV_G_CROP _IOWR('V', 59, struct v4l2_subdev_crop)
172 #define VIDIOC_SUBDEV_S_CROP _IOWR('V', 60, struct v4l2_subdev_crop)
174 _IOWR('V', 61, struct v4l2_subdev_selection)
[all …]
Dfsl_hypervisor.h189 _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)
Dgigaset_dev.h23 #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])
Dphantom.h29 #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)
Dcapi.h39 #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)
Di8k.h28 #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)
Dncp_fs.h114 #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)
Dusbdevice_fs.h148 #define USBDEVFS_CONTROL _IOWR('U', 0, struct usbdevfs_ctrltransfer)
149 #define USBDEVFS_CONTROL32 _IOWR('U', 0, struct usbdevfs_ctrltransfer32)
150 #define USBDEVFS_BULK _IOWR('U', 2, struct usbdevfs_bulktransfer)
151 #define USBDEVFS_BULK32 _IOWR('U', 2, struct usbdevfs_bulktransfer32)
168 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl)
169 #define USBDEVFS_IOCTL32 _IOWR('U', 18, struct usbdevfs_ioctl32)
Dhiddev.h162 #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)
Dvideodev2.h1852 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc)
1853 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
1854 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
1855 #define VIDIOC_REQBUFS _IOWR('V', 8, struct v4l2_requestbuffers)
1856 #define VIDIOC_QUERYBUF _IOWR('V', 9, struct v4l2_buffer)
1860 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer)
1861 #define VIDIOC_EXPBUF _IOWR('V', 16, struct v4l2_exportbuffer)
1862 #define VIDIOC_DQBUF _IOWR('V', 17, struct v4l2_buffer)
1865 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm)
1866 #define VIDIOC_S_PARM _IOWR('V', 22, struct v4l2_streamparm)
[all …]
Dfs.h136 #define BLKTRACESETUP _IOWR(0x12,115,struct blk_user_trace_setup)
153 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */
154 #define FITHAW _IOWR('X', 120, int) /* Thaw */
155 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
157 #define FIDTRIM _IOWR('f', 128, struct fstrim_range) /* Deep discard trim */
163 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
Dmedia.h129 #define MEDIA_IOC_DEVICE_INFO _IOWR('|', 0x00, struct media_device_info)
130 #define MEDIA_IOC_ENUM_ENTITIES _IOWR('|', 0x01, struct media_entity_desc)
131 #define MEDIA_IOC_ENUM_LINKS _IOWR('|', 0x02, struct media_links_enum)
132 #define MEDIA_IOC_SETUP_LINK _IOWR('|', 0x03, struct media_link_desc)
Dbtrfs.h483 #define BTRFS_IOC_TREE_SEARCH _IOWR(BTRFS_IOCTL_MAGIC, 17, \
485 #define BTRFS_IOC_INO_LOOKUP _IOWR(BTRFS_IOCTL_MAGIC, 18, \
488 #define BTRFS_IOC_SPACE_INFO _IOWR(BTRFS_IOCTL_MAGIC, 20, \
498 #define BTRFS_IOC_SCRUB _IOWR(BTRFS_IOCTL_MAGIC, 27, \
501 #define BTRFS_IOC_SCRUB_PROGRESS _IOWR(BTRFS_IOCTL_MAGIC, 29, \
503 #define BTRFS_IOC_DEV_INFO _IOWR(BTRFS_IOCTL_MAGIC, 30, \
507 #define BTRFS_IOC_BALANCE_V2 _IOWR(BTRFS_IOCTL_MAGIC, 32, \
512 #define BTRFS_IOC_INO_PATHS _IOWR(BTRFS_IOCTL_MAGIC, 35, \
514 #define BTRFS_IOC_LOGICAL_INO _IOWR(BTRFS_IOCTL_MAGIC, 36, \
516 #define BTRFS_IOC_SET_RECEIVED_SUBVOL _IOWR(BTRFS_IOCTL_MAGIC, 37, \
[all …]
Dauto_fs.h70 #define AUTOFS_IOC_SETTIMEOUT32 _IOWR(0x93,0x64,compat_ulong_t)
71 #define AUTOFS_IOC_SETTIMEOUT _IOWR(0x93,0x64,unsigned long)
Dfirewire-cdev.h393 #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)
Dwatchdog.h29 #define WDIOC_SETTIMEOUT _IOWR(WATCHDOG_IOCTL_BASE, 6, int)
31 #define WDIOC_SETPRETIMEOUT _IOWR(WATCHDOG_IOCTL_BASE, 8, int)
/include/linux/
Dauto_dev-ioctl.h174 _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 …]
Dcciss_ioctl.h27 #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)
/include/uapi/linux/dvb/
Dnet.h38 #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)
/include/uapi/sound/
Dasequencer.h574 #define SNDRV_SEQ_IOCTL_SYSTEM_INFO _IOWR('S', 0x02, struct snd_seq_system_info)
575 #define SNDRV_SEQ_IOCTL_RUNNING_MODE _IOWR('S', 0x03, struct snd_seq_running_info)
577 #define SNDRV_SEQ_IOCTL_GET_CLIENT_INFO _IOWR('S', 0x10, struct snd_seq_client_info)
580 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info)
582 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info)
588 #define SNDRV_SEQ_IOCTL_CREATE_QUEUE _IOWR('S', 0x32, struct snd_seq_queue_info)
590 #define SNDRV_SEQ_IOCTL_GET_QUEUE_INFO _IOWR('S', 0x34, struct snd_seq_queue_info)
591 #define SNDRV_SEQ_IOCTL_SET_QUEUE_INFO _IOWR('S', 0x35, struct snd_seq_queue_info)
592 #define SNDRV_SEQ_IOCTL_GET_NAMED_QUEUE _IOWR('S', 0x36, struct snd_seq_queue_info)
593 #define SNDRV_SEQ_IOCTL_GET_QUEUE_STATUS _IOWR('S', 0x40, struct snd_seq_queue_status)
[all …]
Dasound.h518 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
519 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
521 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
525 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
598 #define SNDRV_RAWMIDI_IOCTL_PARAMS _IOWR('W', 0x10, struct snd_rawmidi_params)
599 #define SNDRV_RAWMIDI_IOCTL_STATUS _IOWR('W', 0x20, struct snd_rawmidi_status)
711 #define SNDRV_TIMER_IOCTL_NEXT_DEVICE _IOWR('T', 0x01, struct snd_timer_id)
713 #define SNDRV_TIMER_IOCTL_GINFO _IOWR('T', 0x03, struct snd_timer_ginfo)
715 #define SNDRV_TIMER_IOCTL_GSTATUS _IOWR('T', 0x05, struct snd_timer_gstatus)
905 #define SNDRV_CTL_IOCTL_ELEM_LIST _IOWR('U', 0x10, struct snd_ctl_elem_list)
[all …]
Dcompress_offload.h164 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
165 #define SNDRV_COMPRESS_GET_CODEC_CAPS _IOWR('C', 0x11,\
171 #define SNDRV_COMPRESS_GET_METADATA _IOWR('C', 0x15,\
/include/sound/
Dhda_hwdep.h41 #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)
/include/uapi/mtd/
Dmtd-abi.h160 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf)
162 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
170 #define MEMGETREGIONINFO _IOWR('M', 8, struct region_info_user)
194 #define MEMWRITEOOB64 _IOWR('M', 21, struct mtd_oob_buf64)
196 #define MEMREADOOB64 _IOWR('M', 22, struct mtd_oob_buf64)
204 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req)

123