| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | ioctls.h | 9 #define TCSETA _IOW('T', 2, struct termio) 10 #define TCSETAW _IOW('T', 3, struct termio) 11 #define TCSETAF _IOW('T', 4, struct termio) 16 #define TCSETS _IOW('T', 9, struct termios) 17 #define TCSETSW _IOW('T', 10, struct termios) 18 #define TCSETSF _IOW('T', 11, struct termios) 20 #define TCSETS2 _IOW('T', 13, struct termios2) 21 #define TCSETSW2 _IOW('T', 14, struct termios2) 22 #define TCSETSF2 _IOW('T', 15, struct termios2) 39 #define TIOCSETD _IOW('t', 1, int) [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | vhost.h | 27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) 38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) 45 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64) 47 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int) 52 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) 54 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr) 56 #define VHOST_SET_VRING_BASE _IOW(VHOST_VIRTIO, 0x12, struct vhost_vring_state) 71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) 72 #define VHOST_GET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x14, struct vhost_vring_state) 78 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) [all …]
|
| H A D | atmdev.h | 55 #define ATM_GETLINKRATE _IOW('a',ATMIOC_ITF+1,struct atmif_sioc) 57 #define ATM_GETNAMES _IOW('a',ATMIOC_ITF+3,struct atm_iobuf) 59 #define ATM_GETTYPE _IOW('a',ATMIOC_ITF+4,struct atmif_sioc) 61 #define ATM_GETESI _IOW('a',ATMIOC_ITF+5,struct atmif_sioc) 63 #define ATM_GETADDR _IOW('a',ATMIOC_ITF+6,struct atmif_sioc) 65 #define ATM_RSTADDR _IOW('a',ATMIOC_ITF+7,struct atmif_sioc) 67 #define ATM_ADDADDR _IOW('a',ATMIOC_ITF+8,struct atmif_sioc) 69 #define ATM_DELADDR _IOW('a',ATMIOC_ITF+9,struct atmif_sioc) 71 #define ATM_GETCIRANGE _IOW('a',ATMIOC_ITF+10,struct atmif_sioc) 73 #define ATM_SETCIRANGE _IOW('a',ATMIOC_ITF+11,struct atmif_sioc) [all …]
|
| H A D | if_tun.h | 32 #define TUNSETNOCSUM _IOW('T', 200, int) 33 #define TUNSETDEBUG _IOW('T', 201, int) 34 #define TUNSETIFF _IOW('T', 202, int) 35 #define TUNSETPERSIST _IOW('T', 203, int) 36 #define TUNSETOWNER _IOW('T', 204, int) 37 #define TUNSETLINK _IOW('T', 205, int) 38 #define TUNSETGROUP _IOW('T', 206, int) 40 #define TUNSETOFFLOAD _IOW('T', 208, unsigned int) 41 #define TUNSETTXFILTER _IOW('T', 209, unsigned int) 44 #define TUNSETSNDBUF _IOW('T', 212, int) [all …]
|
| H A D | rk-preisp.h | 17 _IOW('V', BASE_VIDIOC_PRIVATE + 0, struct preisp_hdrae_exp_s) 20 _IOW('V', BASE_VIDIOC_PRIVATE + 1, struct preisp_hdrae_para_s) 23 _IOW('V', BASE_VIDIOC_PRIVATE + 4, int) 26 _IOW('V', BASE_VIDIOC_PRIVATE + 5, unsigned int) 29 _IOW('V', BASE_VIDIOC_PRIVATE + 6, unsigned int) 32 _IOW('V', BASE_VIDIOC_PRIVATE + 7, unsigned int) 35 _IOW('V', BASE_VIDIOC_PRIVATE + 8, unsigned int) 38 _IOW('V', BASE_VIDIOC_PRIVATE + 9, unsigned int[2]) 47 _IOW('V', BASE_VIDIOC_PRIVATE + 12, unsigned int) 51 #define PREISP_REQUEST_SLEEP _IOW('p', 3, __s32) [all …]
|
| H A D | ppp-ioctl.h | 87 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */ 89 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ 92 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */ 94 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */ 95 #define PPPIOCSMAXCID _IOW('t', 81, int) /* set VJ max slot ID */ 97 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */ 99 #define PPPIOCSCOMPRESS _IOW('t', 77, struct ppp_option_data) 101 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ 102 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */ 103 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */ [all …]
|
| H A D | uinput.h | 100 #define UI_DEV_SETUP _IOW(UINPUT_IOCTL_BASE, 3, struct uinput_setup) 135 #define UI_ABS_SETUP _IOW(UINPUT_IOCTL_BASE, 4, struct uinput_abs_setup) 137 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) 138 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) 139 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int) 140 #define UI_SET_ABSBIT _IOW(UINPUT_IOCTL_BASE, 103, int) 141 #define UI_SET_MSCBIT _IOW(UINPUT_IOCTL_BASE, 104, int) 142 #define UI_SET_LEDBIT _IOW(UINPUT_IOCTL_BASE, 105, int) 143 #define UI_SET_SNDBIT _IOW(UINPUT_IOCTL_BASE, 106, int) 144 #define UI_SET_FFBIT _IOW(UINPUT_IOCTL_BASE, 107, int) [all …]
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | vhost.h | 27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) 38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) 45 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64) 47 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int) 52 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) 54 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr) 56 #define VHOST_SET_VRING_BASE _IOW(VHOST_VIRTIO, 0x12, struct vhost_vring_state) 71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) 72 #define VHOST_GET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x14, struct vhost_vring_state) 78 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) [all …]
|
| H A D | if_tun.h | 32 #define TUNSETNOCSUM _IOW('T', 200, int) 33 #define TUNSETDEBUG _IOW('T', 201, int) 34 #define TUNSETIFF _IOW('T', 202, int) 35 #define TUNSETPERSIST _IOW('T', 203, int) 36 #define TUNSETOWNER _IOW('T', 204, int) 37 #define TUNSETLINK _IOW('T', 205, int) 38 #define TUNSETGROUP _IOW('T', 206, int) 40 #define TUNSETOFFLOAD _IOW('T', 208, unsigned int) 41 #define TUNSETTXFILTER _IOW('T', 209, unsigned int) 44 #define TUNSETSNDBUF _IOW('T', 212, int) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | atmdev.h | 55 #define ATM_GETLINKRATE _IOW('a',ATMIOC_ITF+1,struct atmif_sioc) 57 #define ATM_GETNAMES _IOW('a',ATMIOC_ITF+3,struct atm_iobuf) 59 #define ATM_GETTYPE _IOW('a',ATMIOC_ITF+4,struct atmif_sioc) 61 #define ATM_GETESI _IOW('a',ATMIOC_ITF+5,struct atmif_sioc) 63 #define ATM_GETADDR _IOW('a',ATMIOC_ITF+6,struct atmif_sioc) 65 #define ATM_RSTADDR _IOW('a',ATMIOC_ITF+7,struct atmif_sioc) 67 #define ATM_ADDADDR _IOW('a',ATMIOC_ITF+8,struct atmif_sioc) 69 #define ATM_DELADDR _IOW('a',ATMIOC_ITF+9,struct atmif_sioc) 71 #define ATM_GETCIRANGE _IOW('a',ATMIOC_ITF+10,struct atmif_sioc) 73 #define ATM_SETCIRANGE _IOW('a',ATMIOC_ITF+11,struct atmif_sioc) [all …]
|
| H A D | vhost.h | 110 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) 121 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) 128 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64) 130 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int) 135 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) 137 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr) 139 #define VHOST_SET_VRING_BASE _IOW(VHOST_VIRTIO, 0x12, struct vhost_vring_state) 154 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) 155 #define VHOST_GET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x14, struct vhost_vring_state) 161 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) [all …]
|
| H A D | if_tun.h | 32 #define TUNSETNOCSUM _IOW('T', 200, int) 33 #define TUNSETDEBUG _IOW('T', 201, int) 34 #define TUNSETIFF _IOW('T', 202, int) 35 #define TUNSETPERSIST _IOW('T', 203, int) 36 #define TUNSETOWNER _IOW('T', 204, int) 37 #define TUNSETLINK _IOW('T', 205, int) 38 #define TUNSETGROUP _IOW('T', 206, int) 40 #define TUNSETOFFLOAD _IOW('T', 208, unsigned int) 41 #define TUNSETTXFILTER _IOW('T', 209, unsigned int) 44 #define TUNSETSNDBUF _IOW('T', 212, int) [all …]
|
| H A D | ppp-ioctl.h | 87 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */ 89 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ 92 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */ 94 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */ 95 #define PPPIOCSMAXCID _IOW('t', 81, int) /* set VJ max slot ID */ 97 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */ 99 #define PPPIOCSCOMPRESS _IOW('t', 77, struct ppp_option_data) 101 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ 102 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */ 103 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */ [all …]
|
| H A D | uinput.h | 100 #define UI_DEV_SETUP _IOW(UINPUT_IOCTL_BASE, 3, struct uinput_setup) 135 #define UI_ABS_SETUP _IOW(UINPUT_IOCTL_BASE, 4, struct uinput_abs_setup) 137 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) 138 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) 139 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int) 140 #define UI_SET_ABSBIT _IOW(UINPUT_IOCTL_BASE, 103, int) 141 #define UI_SET_MSCBIT _IOW(UINPUT_IOCTL_BASE, 104, int) 142 #define UI_SET_LEDBIT _IOW(UINPUT_IOCTL_BASE, 105, int) 143 #define UI_SET_SNDBIT _IOW(UINPUT_IOCTL_BASE, 106, int) 144 #define UI_SET_FFBIT _IOW(UINPUT_IOCTL_BASE, 107, int) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | atmdev.h | 55 #define ATM_GETLINKRATE _IOW('a',ATMIOC_ITF+1,struct atmif_sioc) 57 #define ATM_GETNAMES _IOW('a',ATMIOC_ITF+3,struct atm_iobuf) 59 #define ATM_GETTYPE _IOW('a',ATMIOC_ITF+4,struct atmif_sioc) 61 #define ATM_GETESI _IOW('a',ATMIOC_ITF+5,struct atmif_sioc) 63 #define ATM_GETADDR _IOW('a',ATMIOC_ITF+6,struct atmif_sioc) 65 #define ATM_RSTADDR _IOW('a',ATMIOC_ITF+7,struct atmif_sioc) 67 #define ATM_ADDADDR _IOW('a',ATMIOC_ITF+8,struct atmif_sioc) 69 #define ATM_DELADDR _IOW('a',ATMIOC_ITF+9,struct atmif_sioc) 71 #define ATM_GETCIRANGE _IOW('a',ATMIOC_ITF+10,struct atmif_sioc) 73 #define ATM_SETCIRANGE _IOW('a',ATMIOC_ITF+11,struct atmif_sioc) [all …]
|
| H A D | vhost.h | 110 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) 121 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) 128 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64) 130 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int) 135 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) 137 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr) 139 #define VHOST_SET_VRING_BASE _IOW(VHOST_VIRTIO, 0x12, struct vhost_vring_state) 154 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) 155 #define VHOST_GET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x14, struct vhost_vring_state) 161 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) [all …]
|
| H A D | if_tun.h | 32 #define TUNSETNOCSUM _IOW('T', 200, int) 33 #define TUNSETDEBUG _IOW('T', 201, int) 34 #define TUNSETIFF _IOW('T', 202, int) 35 #define TUNSETPERSIST _IOW('T', 203, int) 36 #define TUNSETOWNER _IOW('T', 204, int) 37 #define TUNSETLINK _IOW('T', 205, int) 38 #define TUNSETGROUP _IOW('T', 206, int) 40 #define TUNSETOFFLOAD _IOW('T', 208, unsigned int) 41 #define TUNSETTXFILTER _IOW('T', 209, unsigned int) 44 #define TUNSETSNDBUF _IOW('T', 212, int) [all …]
|
| H A D | ppp-ioctl.h | 87 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */ 89 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ 92 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */ 94 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */ 95 #define PPPIOCSMAXCID _IOW('t', 81, int) /* set VJ max slot ID */ 97 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */ 99 #define PPPIOCSCOMPRESS _IOW('t', 77, struct ppp_option_data) 101 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ 102 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */ 103 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */ [all …]
|
| H A D | uinput.h | 100 #define UI_DEV_SETUP _IOW(UINPUT_IOCTL_BASE, 3, struct uinput_setup) 135 #define UI_ABS_SETUP _IOW(UINPUT_IOCTL_BASE, 4, struct uinput_abs_setup) 137 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) 138 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) 139 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int) 140 #define UI_SET_ABSBIT _IOW(UINPUT_IOCTL_BASE, 103, int) 141 #define UI_SET_MSCBIT _IOW(UINPUT_IOCTL_BASE, 104, int) 142 #define UI_SET_LEDBIT _IOW(UINPUT_IOCTL_BASE, 105, int) 143 #define UI_SET_SNDBIT _IOW(UINPUT_IOCTL_BASE, 106, int) 144 #define UI_SET_FFBIT _IOW(UINPUT_IOCTL_BASE, 107, int) [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | ioctls.h | 9 #define FIOASYNC _IOW('f', 125, int) 10 #define FIONBIO _IOW('f', 126, int) 16 #define TIOCSETP _IOW('t', 9, struct sgttyb) 17 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */ 19 #define TIOCSETC _IOW('t', 17, struct tchars) 22 #define TCSETS _IOW('t', 20, struct termios) 23 #define TCSETSW _IOW('t', 21, struct termios) 24 #define TCSETSF _IOW('t', 22, struct termios) 27 #define TCSETA _IOW('t', 24, struct termio) 28 #define TCSETAW _IOW('t', 25, struct termio) [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/ |
| H A D | ioctls.h | 9 #define FIOASYNC _IOW('f', 125, int) 10 #define FIONBIO _IOW('f', 126, int) 35 #define TIOCSPGRP _IOW('t', 118, int) 42 #define TIOCSTI _IOW('T', 18, char) /* 0x5412 */ 44 #define TIOCMBIS _IOW('T', 22, unsigned int) /* 0x5416 */ 45 #define TIOCMBIC _IOW('T', 23, unsigned int) /* 0x5417 */ 46 #define TIOCMSET _IOW('T', 24, unsigned int) /* 0x5418 */ 60 #define TIOCSSOFTCAR _IOW('T', 26, unsigned int) /* 0x541A */ 61 #define TIOCLINUX _IOW('T', 28, char) /* 0x541C */ 65 #define TIOCPKT _IOW('T', 32, int) /* 0x5420 */ [all …]
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | ioctls.h | 21 #define FIOASYNC _IOW('f', 125, int) 22 #define FIONBIO _IOW('f', 126, int) 47 #define TIOCSPGRP _IOW('t', 118, int) 54 #define TIOCSTI _IOW('T', 18, char) 56 #define TIOCMBIS _IOW('T', 22, unsigned int) 57 #define TIOCMBIC _IOW('T', 23, unsigned int) 58 #define TIOCMSET _IOW('T', 24, unsigned int) 72 #define TIOCSSOFTCAR _IOW('T', 26, unsigned int) 73 #define TIOCLINUX _IOW('T', 28, char) 77 #define TIOCPKT _IOW('T', 32, int) [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sensor-dev.h | 280 #define GSENSOR_IOCTL_APP_SET_RATE _IOW(GSENSOR_IOCTL_MAGIC, 0x10, short) 286 #define ECS_IOCTL_APP_SET_MODE _IOW(COMPASS_IOCTL_MAGIC, 0x10, short) 287 #define ECS_IOCTL_APP_SET_MFLAG _IOW(COMPASS_IOCTL_MAGIC, 0x11, short) 288 #define ECS_IOCTL_APP_GET_MFLAG _IOW(COMPASS_IOCTL_MAGIC, 0x12, short) 289 #define ECS_IOCTL_APP_SET_AFLAG _IOW(COMPASS_IOCTL_MAGIC, 0x13, short) 293 #define ECS_IOCTL_APP_RESET_PEDOMETER _IOW(COMPASS_IOCTL_MAGIC, 0x17) /* NOT use */ 294 #define ECS_IOCTL_APP_SET_DELAY _IOW(COMPASS_IOCTL_MAGIC, 0x18, short) 295 #define ECS_IOCTL_APP_SET_MVFLAG _IOW(COMPASS_IOCTL_MAGIC, 0x19, short) 300 #define COMPAT_ECS_IOCTL_APP_SET_MODE _IOW(COMPASS_IOCTL_MAGIC, 0x10, compat_short_t) 301 #define COMPAT_ECS_IOCTL_APP_SET_MFLAG _IOW(COMPASS_IOCTL_MAGIC, 0x11, compat_short_t) [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/android/ |
| H A D | binder.h | 288 #define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, __s64) 289 #define BINDER_SET_MAX_THREADS _IOW('b', 5, __u32) 290 #define BINDER_SET_IDLE_PRIORITY _IOW('b', 6, __s32) 291 #define BINDER_SET_CONTEXT_MGR _IOW('b', 7, __s32) 292 #define BINDER_THREAD_EXIT _IOW('b', 8, __s32) 296 #define BINDER_SET_CONTEXT_MGR_EXT _IOW('b', 13, struct flat_binder_object) 297 #define BINDER_FREEZE _IOW('b', 14, struct binder_freeze_info) 299 #define BINDER_ENABLE_ONEWAY_SPAM_DETECTION _IOW('b', 16, __u32) 498 BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data), 499 BC_REPLY = _IOW('c', 1, struct binder_transaction_data), [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | ioctls.h | 9 #define FIOASYNC _IOW('f', 125, int) 10 #define FIONBIO _IOW('f', 126, int) 16 #define TIOCSETP _IOW('t', 9, struct sgttyb) 17 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */ 19 #define TIOCSETC _IOW('t', 17, struct tchars) 22 #define TCSETS _IOW('t', 20, struct termios) 23 #define TCSETSW _IOW('t', 21, struct termios) 24 #define TCSETSF _IOW('t', 22, struct termios) 27 #define TCSETA _IOW('t', 24, struct termio) 28 #define TCSETAW _IOW('t', 25, struct termio) [all …]
|