/external/kernel-headers/original/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 | auto_dev-ioctl.h | 166 _IOWR(AUTOFS_IOCTL, \ 170 _IOWR(AUTOFS_IOCTL, \ 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, \ [all …]
|
D | ion.h | 169 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ 177 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) 187 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) 198 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data) 207 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) 217 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data) 225 #define ION_IOC_CUSTOM _IOWR(ION_IOC_MAGIC, 6, struct ion_custom_data) 233 #define ION_IOC_HEAP_QUERY _IOWR(ION_IOC_MAGIC, 8, \
|
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 | videodev2.h | 2280 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc) 2281 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format) 2282 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format) 2283 #define VIDIOC_REQBUFS _IOWR('V', 8, struct v4l2_requestbuffers) 2284 #define VIDIOC_QUERYBUF _IOWR('V', 9, struct v4l2_buffer) 2288 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer) 2289 #define VIDIOC_EXPBUF _IOWR('V', 16, struct v4l2_exportbuffer) 2290 #define VIDIOC_DQBUF _IOWR('V', 17, struct v4l2_buffer) 2293 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm) 2294 #define VIDIOC_S_PARM _IOWR('V', 22, struct v4l2_streamparm) [all …]
|
D | ndctl.h | 210 #define ND_IOCTL_SMART _IOWR(ND_IOCTL, ND_CMD_SMART,\ 213 #define ND_IOCTL_SMART_THRESHOLD _IOWR(ND_IOCTL, ND_CMD_SMART_THRESHOLD,\ 216 #define ND_IOCTL_DIMM_FLAGS _IOWR(ND_IOCTL, ND_CMD_DIMM_FLAGS,\ 219 #define ND_IOCTL_GET_CONFIG_SIZE _IOWR(ND_IOCTL, ND_CMD_GET_CONFIG_SIZE,\ 222 #define ND_IOCTL_GET_CONFIG_DATA _IOWR(ND_IOCTL, ND_CMD_GET_CONFIG_DATA,\ 225 #define ND_IOCTL_SET_CONFIG_DATA _IOWR(ND_IOCTL, ND_CMD_SET_CONFIG_DATA,\ 228 #define ND_IOCTL_VENDOR _IOWR(ND_IOCTL, ND_CMD_VENDOR,\ 231 #define ND_IOCTL_ARS_CAP _IOWR(ND_IOCTL, ND_CMD_ARS_CAP,\ 234 #define ND_IOCTL_ARS_START _IOWR(ND_IOCTL, ND_CMD_ARS_START,\ 237 #define ND_IOCTL_ARS_STATUS _IOWR(ND_IOCTL, ND_CMD_ARS_STATUS,\ [all …]
|
D | rio_cm_cdev.h | 66 #define RIO_CM_EP_GET_LIST_SIZE _IOWR(RIO_CM_IOC_MAGIC, 1, __u32) 67 #define RIO_CM_EP_GET_LIST _IOWR(RIO_CM_IOC_MAGIC, 2, __u32) 68 #define RIO_CM_CHAN_CREATE _IOWR(RIO_CM_IOC_MAGIC, 3, __u16) 72 #define RIO_CM_CHAN_ACCEPT _IOWR(RIO_CM_IOC_MAGIC, 7, struct rio_cm_accept) 75 #define RIO_CM_CHAN_RECEIVE _IOWR(RIO_CM_IOC_MAGIC, 10, struct rio_cm_msg) 76 #define RIO_CM_MPORT_GET_LIST _IOWR(RIO_CM_IOC_MAGIC, 11, __u32)
|
D | gpio.h | 106 #define GPIOHANDLE_GET_LINE_VALUES_IOCTL _IOWR(0xB4, 0x08, struct gpiohandle_data) 107 #define GPIOHANDLE_SET_LINE_VALUES_IOCTL _IOWR(0xB4, 0x09, struct gpiohandle_data) 153 #define GPIO_GET_LINEINFO_IOCTL _IOWR(0xB4, 0x02, struct gpioline_info) 154 #define GPIO_GET_LINEHANDLE_IOCTL _IOWR(0xB4, 0x03, struct gpiohandle_request) 155 #define GPIO_GET_LINEEVENT_IOCTL _IOWR(0xB4, 0x04, struct gpioevent_request)
|
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 | btrfs.h | 777 #define BTRFS_IOC_TREE_SEARCH _IOWR(BTRFS_IOCTL_MAGIC, 17, \ 779 #define BTRFS_IOC_TREE_SEARCH_V2 _IOWR(BTRFS_IOCTL_MAGIC, 17, \ 781 #define BTRFS_IOC_INO_LOOKUP _IOWR(BTRFS_IOCTL_MAGIC, 18, \ 784 #define BTRFS_IOC_SPACE_INFO _IOWR(BTRFS_IOCTL_MAGIC, 20, \ 794 #define BTRFS_IOC_SCRUB _IOWR(BTRFS_IOCTL_MAGIC, 27, \ 797 #define BTRFS_IOC_SCRUB_PROGRESS _IOWR(BTRFS_IOCTL_MAGIC, 29, \ 799 #define BTRFS_IOC_DEV_INFO _IOWR(BTRFS_IOCTL_MAGIC, 30, \ 803 #define BTRFS_IOC_BALANCE_V2 _IOWR(BTRFS_IOCTL_MAGIC, 32, \ 808 #define BTRFS_IOC_INO_PATHS _IOWR(BTRFS_IOCTL_MAGIC, 35, \ 810 #define BTRFS_IOC_LOGICAL_INO _IOWR(BTRFS_IOCTL_MAGIC, 36, \ [all …]
|
D | usbdevice_fs.h | 159 #define USBDEVFS_CONTROL _IOWR('U', 0, struct usbdevfs_ctrltransfer) 160 #define USBDEVFS_CONTROL32 _IOWR('U', 0, struct usbdevfs_ctrltransfer32) 161 #define USBDEVFS_BULK _IOWR('U', 2, struct usbdevfs_bulktransfer) 162 #define USBDEVFS_BULK32 _IOWR('U', 2, struct usbdevfs_bulktransfer32) 179 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl) 180 #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)
|
/external/kernel-headers/original/uapi/sound/ |
D | asequencer.h | 577 #define SNDRV_SEQ_IOCTL_SYSTEM_INFO _IOWR('S', 0x02, struct snd_seq_system_info) 578 #define SNDRV_SEQ_IOCTL_RUNNING_MODE _IOWR('S', 0x03, struct snd_seq_running_info) 580 #define SNDRV_SEQ_IOCTL_GET_CLIENT_INFO _IOWR('S', 0x10, struct snd_seq_client_info) 583 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info) 585 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info) 591 #define SNDRV_SEQ_IOCTL_CREATE_QUEUE _IOWR('S', 0x32, struct snd_seq_queue_info) 593 #define SNDRV_SEQ_IOCTL_GET_QUEUE_INFO _IOWR('S', 0x34, struct snd_seq_queue_info) 594 #define SNDRV_SEQ_IOCTL_SET_QUEUE_INFO _IOWR('S', 0x35, struct snd_seq_queue_info) 595 #define SNDRV_SEQ_IOCTL_GET_NAMED_QUEUE _IOWR('S', 0x36, struct snd_seq_queue_info) 596 #define SNDRV_SEQ_IOCTL_GET_QUEUE_STATUS _IOWR('S', 0x40, struct snd_seq_queue_status) [all …]
|
D | asound.h | 564 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params) 565 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) 567 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) 571 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr) 572 #define SNDRV_PCM_IOCTL_STATUS_EXT _IOWR('A', 0x24, struct snd_pcm_status) 645 #define SNDRV_RAWMIDI_IOCTL_PARAMS _IOWR('W', 0x10, struct snd_rawmidi_params) 646 #define SNDRV_RAWMIDI_IOCTL_STATUS _IOWR('W', 0x20, struct snd_rawmidi_status) 758 #define SNDRV_TIMER_IOCTL_NEXT_DEVICE _IOWR('T', 0x01, struct snd_timer_id) 760 #define SNDRV_TIMER_IOCTL_GINFO _IOWR('T', 0x03, struct snd_timer_ginfo) 762 #define SNDRV_TIMER_IOCTL_GSTATUS _IOWR('T', 0x05, struct snd_timer_gstatus) [all …]
|
/external/v4l2_codec2/vda/ |
D | videodev2.h | 2227 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc) 2228 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format) 2229 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format) 2230 #define VIDIOC_REQBUFS _IOWR('V', 8, struct v4l2_requestbuffers) 2231 #define VIDIOC_QUERYBUF _IOWR('V', 9, struct v4l2_buffer) 2235 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer) 2236 #define VIDIOC_EXPBUF _IOWR('V', 16, struct v4l2_exportbuffer) 2237 #define VIDIOC_DQBUF _IOWR('V', 17, struct v4l2_buffer) 2240 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm) 2241 #define VIDIOC_S_PARM _IOWR('V', 22, struct v4l2_streamparm) [all …]
|
/external/syslinux/extlinux/ |
D | xfs_fs.h | 442 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap) 448 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap) 452 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap) 459 #define XFS_IOC_FSBULKSTAT _IOWR('X', 101, struct xfs_fsop_bulkreq) 460 #define XFS_IOC_FSBULKSTAT_SINGLE _IOWR('X', 102, struct xfs_fsop_bulkreq) 461 #define XFS_IOC_FSINUMBERS _IOWR('X', 103, struct xfs_fsop_bulkreq) 462 #define XFS_IOC_PATH_TO_FSHANDLE _IOWR('X', 104, struct xfs_fsop_handlereq) 463 #define XFS_IOC_PATH_TO_HANDLE _IOWR('X', 105, struct xfs_fsop_handlereq) 464 #define XFS_IOC_FD_TO_HANDLE _IOWR('X', 106, struct xfs_fsop_handlereq) 465 #define XFS_IOC_OPEN_BY_HANDLE _IOWR('X', 107, struct xfs_fsop_handlereq) [all …]
|
/external/syslinux/core/fs/xfs/ |
D | xfs_fs.h | 442 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap) 448 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap) 452 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap) 459 #define XFS_IOC_FSBULKSTAT _IOWR('X', 101, struct xfs_fsop_bulkreq) 460 #define XFS_IOC_FSBULKSTAT_SINGLE _IOWR('X', 102, struct xfs_fsop_bulkreq) 461 #define XFS_IOC_FSINUMBERS _IOWR('X', 103, struct xfs_fsop_bulkreq) 462 #define XFS_IOC_PATH_TO_FSHANDLE _IOWR('X', 104, struct xfs_fsop_handlereq) 463 #define XFS_IOC_PATH_TO_HANDLE _IOWR('X', 105, struct xfs_fsop_handlereq) 464 #define XFS_IOC_FD_TO_HANDLE _IOWR('X', 106, struct xfs_fsop_handlereq) 465 #define XFS_IOC_OPEN_BY_HANDLE _IOWR('X', 107, struct xfs_fsop_handlereq) [all …]
|
/external/kernel-headers/original/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)
|
/external/libdrm/freedreno/kgsl/ |
D | msm_kgsl.h | 223 _IOWR(KGSL_IOC_TYPE, 0x2, struct kgsl_device_getproperty) 266 _IOWR(KGSL_IOC_TYPE, 0x10, struct kgsl_ringbuffer_issueibcmds) 280 _IOWR(KGSL_IOC_TYPE, 0x11, struct kgsl_cmdstream_readtimestamp) 314 _IOWR(KGSL_IOC_TYPE, 0x13, struct kgsl_drawctxt_create) 338 _IOWR(KGSL_IOC_TYPE, 0x15, struct kgsl_map_user_mem) 347 _IOWR(KGSL_IOC_TYPE, 0x16, struct kgsl_cmdstream_readtimestamp_ctxtid) 369 _IOWR(KGSL_IOC_TYPE, 0x20, struct kgsl_sharedmem_from_pmem) 429 _IOWR(KGSL_IOC_TYPE, 0x23, struct kgsl_sharedmem_from_vmalloc) 468 _IOWR(KGSL_IOC_TYPE, 0x2f, struct kgsl_gpumem_alloc)
|
/external/strace/linux/ |
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)
|
/external/kernel-headers/original/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)
|