/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro 13 #define FIOASYNC _IOW('f', 125, int) 14 #define FIONBIO _IOW('f', 126, int) 20 #define TCSETA _IOW('t', 24, char[18]) 21 #define TCSETAW _IOW('t', 25, char[18]) 22 #define TCSETAF _IOW('t', 28, char[18]) 28 #define TIOCSWINSZ _IOW('t', 103, char[8]) 34 #define TIOCSPGRP _IOW('t', 118, int) 41 #define TIOCSTI _IOW('T', 18, char) 43 #define TIOCMBIS _IOW('T', 22, unsigned int) [all …]
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_ioctl.h | 259 #define USB_SETDEBUG _IOW ('U', 2, int) 263 #define USB_DEVICEENUMERATE _IOW ('U', 6, int) 267 #define USB_SET_IMMED _IOW ('U', 22, int) 269 #define USB_SET_REPORT _IOW ('U', 24, struct usb_gen_descriptor) 274 #define USB_SET_CONFIG _IOW ('U', 101, int) 285 #define USB_SET_RX_SHORT_XFER _IOW ('U', 113, int) 286 #define USB_SET_RX_TIMEOUT _IOW ('U', 114, int) 289 #define USB_SET_RX_BUFFER_SIZE _IOW ('U', 118, int) 290 #define USB_SET_RX_STALL_FLAG _IOW ('U', 119, int) 291 #define USB_SET_TX_STALL_FLAG _IOW ('U', 120, int) [all …]
|
/third_party/libevdev/include/linux/linux/ |
D | uinput.h | 99 #define UI_DEV_SETUP _IOW(UINPUT_IOCTL_BASE, 3, struct uinput_setup) 134 #define UI_ABS_SETUP _IOW(UINPUT_IOCTL_BASE, 4, struct uinput_abs_setup) 136 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) 137 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) 138 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int) 139 #define UI_SET_ABSBIT _IOW(UINPUT_IOCTL_BASE, 103, int) 140 #define UI_SET_MSCBIT _IOW(UINPUT_IOCTL_BASE, 104, int) 141 #define UI_SET_LEDBIT _IOW(UINPUT_IOCTL_BASE, 105, int) 142 #define UI_SET_SNDBIT _IOW(UINPUT_IOCTL_BASE, 106, int) 143 #define UI_SET_FFBIT _IOW(UINPUT_IOCTL_BASE, 107, int) [all …]
|
D | input.h | 130 #define EVIOCSREP _IOW('E', 0x03, unsigned int[2]) /* set repeat settings */ 134 #define EVIOCSKEYCODE _IOW('E', 0x04, unsigned int[2]) /* set keycode */ 135 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry) 175 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */ 177 #define EVIOCSFF _IOW('E', 0x80, struct ff_effect) /* send a force effect to a force feedback devi… 178 #define EVIOCRMFF _IOW('E', 0x81, int) /* Erase a force effect */ 181 #define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */ 182 #define EVIOCREVOKE _IOW('E', 0x91, int) /* Revoke device access */ 236 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */ 238 #define EVIOCSCLOCKID _IOW('E', 0xa0, int) /* Set clockid to be used for timestamps */
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro 13 #define FIOASYNC _IOW('f', 125, int) 14 #define FIONBIO _IOW('f', 126, int) 19 #define TIOCSETP _IOW('t', 9, char[6]) 20 #define TIOCSETN _IOW('t', 10, char[6]) 22 #define TIOCSETC _IOW('t', 17, char[6]) 25 #define TCSETS _IOW('t', 20, char[44]) 26 #define TCSETSW _IOW('t', 21, char[44]) 27 #define TCSETSF _IOW('t', 22, char[44]) 30 #define TCSETA _IOW('t', 24, char[20]) [all …]
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro 13 #define FIOASYNC _IOW('f', 125, int) 14 #define FIONBIO _IOW('f', 126, int) 19 #define TIOCSETP _IOW('t', 9, char[6]) 20 #define TIOCSETN _IOW('t', 10, char[6]) 22 #define TIOCSETC _IOW('t', 17, char[6]) 25 #define TCSETS _IOW('t', 20, char[44]) 26 #define TCSETSW _IOW('t', 21, char[44]) 27 #define TCSETSF _IOW('t', 22, char[44]) 30 #define TCSETA _IOW('t', 24, char[20]) [all …]
|
/third_party/libdrm/freedreno/kgsl/ |
D | msm_kgsl.h | 237 _IOW(KGSL_IOC_TYPE, 0x6, struct kgsl_device_waittimestamp) 246 _IOW(KGSL_IOC_TYPE, 0x7, struct kgsl_device_waittimestamp_ctxtid) 294 _IOW(KGSL_IOC_TYPE, 0x12, struct kgsl_cmdstream_freememontimestamp) 322 _IOW(KGSL_IOC_TYPE, 0x14, struct kgsl_drawctxt_destroy) 357 _IOW(KGSL_IOC_TYPE, 0x17, \ 377 _IOW(KGSL_IOC_TYPE, 0x21, struct kgsl_sharedmem_free) 390 _IOW(KGSL_IOC_TYPE, 0x31, struct kgsl_cff_user_event) 419 _IOW(KGSL_IOC_TYPE, 0x22, struct kgsl_bind_gmem_shadow) 432 _IOW(KGSL_IOC_TYPE, 0x24, struct kgsl_sharedmem_free) 440 _IOW(KGSL_IOC_TYPE, 0x25, struct kgsl_drawctxt_set_bin_base_offset) [all …]
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro 33 #define TIOCSWINSZ _IOW('t', 103, struct winsize) 47 #define TIOCSPGRP _IOW('t', 118, int) 49 #define TIOCCONS _IOW('t', 120, int) 64 #define TIOCSPTLCK _IOW('T', 0x31, int) 66 #define TIOCSIG _IOW('T', 0x36, int) 109 #define FIOSETOWN _IOW('f', 124, int) 111 #define SIOCSPGRP _IOW('s', 8, pid_t)
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | msm_kgsl.h | 506 _IOW(KGSL_IOC_TYPE, 0x6, struct kgsl_device_waittimestamp) 515 _IOW(KGSL_IOC_TYPE, 0x7, struct kgsl_device_waittimestamp_ctxtid) 566 _IOW(KGSL_IOC_TYPE, 0x12, struct kgsl_cmdstream_freememontimestamp) 595 _IOW(KGSL_IOC_TYPE, 0x14, struct kgsl_drawctxt_destroy) 631 _IOW(KGSL_IOC_TYPE, 0x17, \ 651 _IOW(KGSL_IOC_TYPE, 0x21, struct kgsl_sharedmem_free) 664 _IOW(KGSL_IOC_TYPE, 0x31, struct kgsl_cff_user_event) 693 _IOW(KGSL_IOC_TYPE, 0x22, struct kgsl_bind_gmem_shadow) 720 _IOW(KGSL_IOC_TYPE, 0x24, struct kgsl_sharedmem_free) 728 _IOW(KGSL_IOC_TYPE, 0x25, struct kgsl_drawctxt_set_bin_base_offset) [all …]
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro 33 #define TIOCSWINSZ _IOW('t', 103, struct winsize) 47 #define TIOCSPGRP _IOW('t', 118, int) 49 #define TIOCCONS _IOW('t', 120, int) 64 #define TIOCSPTLCK _IOW('T', 0x31, int) 66 #define TIOCSIG _IOW('T', 0x36, int) 109 #define FIOSETOWN _IOW('f', 124, int) 111 #define SIOCSPGRP _IOW('s', 8, pid_t)
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro 33 #define TIOCSWINSZ _IOW('t', 103, struct winsize) 47 #define TIOCSPGRP _IOW('t', 118, int) 49 #define TIOCCONS _IOW('t', 120, int) 64 #define TIOCSPTLCK _IOW('T', 0x31, int) 66 #define TIOCSIG _IOW('T', 0x36, int) 109 #define FIOSETOWN _IOW('f', 124, int) 111 #define SIOCSPGRP _IOW('s', 8, pid_t)
|
/third_party/libinput/include/linux/linux/ |
D | input.h | 125 #define EVIOCSREP _IOW('E', 0x03, unsigned int[2]) /* set repeat settings */ 129 #define EVIOCSKEYCODE _IOW('E', 0x04, unsigned int[2]) /* set keycode */ 130 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry) 170 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */ 172 #define EVIOCSFF _IOW('E', 0x80, struct ff_effect) /* send a force effect to a force feedback devi… 173 #define EVIOCRMFF _IOW('E', 0x81, int) /* Erase a force effect */ 176 #define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */ 177 #define EVIOCREVOKE _IOW('E', 0x91, int) /* Revoke device access */ 231 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */ 233 #define EVIOCSCLOCKID _IOW('E', 0xa0, int) /* Set clockid to be used for timestamps */
|
/third_party/alsa-lib/include/sound/uapi/ |
D | asequencer.h | 582 #define SNDRV_SEQ_IOCTL_SET_CLIENT_INFO _IOW ('S', 0x11, struct snd_seq_client_info) 585 #define SNDRV_SEQ_IOCTL_DELETE_PORT _IOW ('S', 0x21, struct snd_seq_port_info) 587 #define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info) 589 #define SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT _IOW ('S', 0x30, struct snd_seq_port_subscribe) 590 #define SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT _IOW ('S', 0x31, struct snd_seq_port_subscribe) 593 #define SNDRV_SEQ_IOCTL_DELETE_QUEUE _IOW ('S', 0x33, struct snd_seq_queue_info) 599 #define SNDRV_SEQ_IOCTL_SET_QUEUE_TEMPO _IOW ('S', 0x42, struct snd_seq_queue_tempo) 601 #define SNDRV_SEQ_IOCTL_SET_QUEUE_TIMER _IOW ('S', 0x46, struct snd_seq_queue_timer) 603 #define SNDRV_SEQ_IOCTL_SET_QUEUE_CLIENT _IOW ('S', 0x4a, struct snd_seq_queue_client) 605 #define SNDRV_SEQ_IOCTL_SET_CLIENT_POOL _IOW ('S', 0x4c, struct snd_seq_client_pool) [all …]
|
D | asound_fm.h | 102 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note) 103 #define SNDRV_DM_FM_IOCTL_SET_VOICE _IOW('H', 0x23, struct snd_dm_fm_voice) 104 #define SNDRV_DM_FM_IOCTL_SET_PARAMS _IOW('H', 0x24, struct snd_dm_fm_params) 105 #define SNDRV_DM_FM_IOCTL_SET_MODE _IOW('H', 0x25, int) 107 #define SNDRV_DM_FM_IOCTL_SET_CONNECTION _IOW('H', 0x26, int)
|
D | asound.h | 149 #define SNDRV_HWDEP_IOCTL_DSP_LOAD _IOW('H', 0x03, struct snd_hwdep_dsp_image) 663 #define SNDRV_PCM_IOCTL_TSTAMP _IOW('A', 0x02, int) 664 #define SNDRV_PCM_IOCTL_TTSTAMP _IOW('A', 0x03, int) 665 #define SNDRV_PCM_IOCTL_USER_PVERSION _IOW('A', 0x04, int) 683 #define SNDRV_PCM_IOCTL_PAUSE _IOW('A', 0x45, int) 684 #define SNDRV_PCM_IOCTL_REWIND _IOW('A', 0x46, snd_pcm_uframes_t) 687 #define SNDRV_PCM_IOCTL_FORWARD _IOW('A', 0x49, snd_pcm_uframes_t) 688 #define SNDRV_PCM_IOCTL_WRITEI_FRAMES _IOW('A', 0x50, struct snd_xferi) 690 #define SNDRV_PCM_IOCTL_WRITEN_FRAMES _IOW('A', 0x52, struct snd_xfern) 692 #define SNDRV_PCM_IOCTL_LINK _IOW('A', 0x60, int) [all …]
|
D | emu10k1.h | 373 #define SNDRV_EMU10K1_IOCTL_CODE_POKE _IOW ('H', 0x11, struct snd_emu10k1_fx8010_code) 375 #define SNDRV_EMU10K1_IOCTL_TRAM_SETUP _IOW ('H', 0x20, int) 376 #define SNDRV_EMU10K1_IOCTL_TRAM_POKE _IOW ('H', 0x21, struct snd_emu10k1_fx8010_tram) 378 #define SNDRV_EMU10K1_IOCTL_PCM_POKE _IOW ('H', 0x30, struct snd_emu10k1_fx8010_pcm_rec) 384 #define SNDRV_EMU10K1_IOCTL_SINGLE_STEP _IOW ('H', 0x83, int)
|
/third_party/libinput/include/linux/freebsd/ |
D | input.h | 126 #define EVIOCSREP _IOW('E', 0x03, unsigned int[2]) /* set repeat settings */ 130 #define EVIOCSKEYCODE _IOW('E', 0x04, unsigned int[2]) /* set keycode */ 131 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry) 171 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */ 173 #define EVIOCSFF _IOW('E', 0x80, struct ff_effect) /* send a force effect to a force feedback devi… 209 #define EVIOCGMASK _IOW('E', 0x92, struct input_mask) /* Get event-masks */ 232 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */ 234 #define EVIOCSCLOCKID _IOW('E', 0xa0, int) /* Set clockid to be used for timestamps */
|
/third_party/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.h | 45 #define FS_IOC_SETFLAGS _IOW('f', 2, long) 57 #define F2FS_IOC_GARBAGE_COLLECT _IOW(F2FS_IOCTL_MAGIC, 6, __u32) 63 #define F2FS_IOC_FLUSH_DEVICE _IOW(F2FS_IOCTL_MAGIC, 10, \ 65 #define F2FS_IOC_GARBAGE_COLLECT_RANGE _IOW(F2FS_IOCTL_MAGIC, 11, \ 68 #define F2FS_IOC_SET_PIN_FILE _IOW(F2FS_IOCTL_MAGIC, 13, __u32) 71 #define F2FS_IOC_RESIZE_FS _IOW(F2FS_IOCTL_MAGIC, 16, __u64)
|
/third_party/libusb/libusb/os/ |
D | linux_usbfs.h | 141 #define IOCTL_USBFS_GETDRIVER _IOW('U', 8, struct usbfs_getdriver) 144 #define IOCTL_USBFS_REAPURBNDELAY _IOW('U', 13, void *) 147 #define IOCTL_USBFS_CONNECTINFO _IOW('U', 17, struct usbfs_connectinfo) 157 #define IOCTL_USBFS_DROP_PRIVILEGES _IOW('U', 30, __u32)
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | videodev2.h | 2508 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer) 2509 #define VIDIOC_OVERLAY _IOW('V', 14, int) 2513 #define VIDIOC_STREAMON _IOW('V', 18, int) 2514 #define VIDIOC_STREAMOFF _IOW('V', 19, int) 2518 #define VIDIOC_S_STD _IOW('V', 24, v4l2_std_id) 2524 #define VIDIOC_S_TUNER _IOW('V', 30, struct v4l2_tuner) 2526 #define VIDIOC_S_AUDIO _IOW('V', 34, struct v4l2_audio) 2537 #define VIDIOC_S_AUDOUT _IOW('V', 50, struct v4l2_audioout) 2539 #define VIDIOC_S_MODULATOR _IOW('V', 55, struct v4l2_modulator) 2541 #define VIDIOC_S_FREQUENCY _IOW('V', 57, struct v4l2_frequency) [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | videodev2.h | 2508 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer) 2509 #define VIDIOC_OVERLAY _IOW('V', 14, int) 2513 #define VIDIOC_STREAMON _IOW('V', 18, int) 2514 #define VIDIOC_STREAMOFF _IOW('V', 19, int) 2518 #define VIDIOC_S_STD _IOW('V', 24, v4l2_std_id) 2524 #define VIDIOC_S_TUNER _IOW('V', 30, struct v4l2_tuner) 2526 #define VIDIOC_S_AUDIO _IOW('V', 34, struct v4l2_audio) 2537 #define VIDIOC_S_AUDOUT _IOW('V', 50, struct v4l2_audioout) 2539 #define VIDIOC_S_MODULATOR _IOW('V', 55, struct v4l2_modulator) 2541 #define VIDIOC_S_FREQUENCY _IOW('V', 57, struct v4l2_frequency) [all …]
|
/third_party/musl/src/misc/ |
D | ioctl.c | 68 { _IOW('p', 0x96, char[16]), _IOW('p', 0x96, char[8]), 8, W, 0, OFFS(0,4) }, 71 { _IOW(0x6, 0xf, char[16]), 0x060f, 8, W, 0, OFFS(0,4) },
|
/third_party/musl/ndk_musl_include/sys/ |
D | mtio.h | 134 #define MTIOCTOP _IOW('m', 1, struct mtop) 139 #define MTIOCSETCONFIG _IOW('m', 5, struct mtconfiginfo)
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mtio.h | 134 #define MTIOCTOP _IOW('m', 1, struct mtop) 139 #define MTIOCSETCONFIG _IOW('m', 5, struct mtconfiginfo)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mtio.h | 134 #define MTIOCTOP _IOW('m', 1, struct mtop) 139 #define MTIOCSETCONFIG _IOW('m', 5, struct mtconfiginfo)
|