| /linux/arch/sparc/include/uapi/asm/ |
| H A D | ioctls.h | 12 #define TCSBRK _IO('T', 5) 13 #define TCXONC _IO('T', 6) 14 #define TCFLSH _IO('T', 7) 24 #define TIOCVHANGUP _IO('T', 0x37) 40 #define __TIOCHPCL _IO('t', 2) /* SunOS Specific */ 46 #define TIOCEXCL _IO('t', 13) 47 #define TIOCNXCL _IO('t', 14) 55 #define TIOCCONS _IO('t', 36) 66 #define TIOCSTART _IO('t', 110) 67 #define TIOCSTOP _IO('t', 111) [all …]
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | ioctls.h | 19 #define FIOCLEX _IO('f', 1) 20 #define FIONCLEX _IO('f', 2) 37 #define TCSBRK _IO('t', 29) 38 #define TCXONC _IO('t', 30) 39 #define TCFLSH _IO('t', 31) 43 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */ 44 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */ 50 #define TIOCEXCL _IO('T', 12) 51 #define TIOCNXCL _IO('T', 13) 52 #define TIOCSCTTY _IO('T', 14) [all …]
|
| /linux/arch/sh/include/uapi/asm/ |
| H A D | ioctls.h | 7 #define FIOCLEX _IO('f', 1) 8 #define FIONCLEX _IO('f', 2) 25 #define TCSBRK _IO('t', 29) 26 #define TCXONC _IO('t', 30) 27 #define TCFLSH _IO('t', 31) 31 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */ 32 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */ 38 #define TIOCEXCL _IO('T', 12) /* 0x540C */ 39 #define TIOCNXCL _IO('T', 13) /* 0x540D */ 40 #define TIOCSCTTY _IO('T', 14) /* 0x540E */ [all …]
|
| /linux/tools/include/uapi/linux/ |
| H A D | fs.h | 175 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 176 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 177 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 178 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 179 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 180 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 181 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 182 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 183 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ 184 #define BLKSECTSET _IO(0x12,102)/* set max sectors per request (ll_rw_blk.c) */ [all …]
|
| /linux/include/uapi/linux/ |
| H A D | fs.h | 262 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 263 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 264 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 265 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 266 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 267 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 268 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 269 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 270 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ 271 #define BLKSECTSET _IO(0x12,102)/* set max sectors per request (ll_rw_blk.c) */ [all …]
|
| H A D | vfio.h | 112 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0) 121 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1) 134 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2) 153 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3) 167 #define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 4) 182 #define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 5) 194 #define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE, VFIO_BASE + 6) 223 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7) 284 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8) 545 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9) [all …]
|
| H A D | nbd.h | 23 #define NBD_SET_SOCK _IO( 0xab, 0 ) 24 #define NBD_SET_BLKSIZE _IO( 0xab, 1 ) 25 #define NBD_SET_SIZE _IO( 0xab, 2 ) 26 #define NBD_DO_IT _IO( 0xab, 3 ) 27 #define NBD_CLEAR_SOCK _IO( 0xab, 4 ) 28 #define NBD_CLEAR_QUE _IO( 0xab, 5 ) 29 #define NBD_PRINT_DEBUG _IO( 0xab, 6 ) 30 #define NBD_SET_SIZE_BLOCKS _IO( 0xab, 7 ) 31 #define NBD_DISCONNECT _IO( 0xab, 8 ) 32 #define NBD_SET_TIMEOUT _IO( 0xab, 9 ) [all …]
|
| H A D | suspend_ioctls.h | 17 #define SNAPSHOT_FREEZE _IO(SNAPSHOT_IOC_MAGIC, 1) 18 #define SNAPSHOT_UNFREEZE _IO(SNAPSHOT_IOC_MAGIC, 2) 19 #define SNAPSHOT_ATOMIC_RESTORE _IO(SNAPSHOT_IOC_MAGIC, 4) 20 #define SNAPSHOT_FREE _IO(SNAPSHOT_IOC_MAGIC, 5) 21 #define SNAPSHOT_FREE_SWAP_PAGES _IO(SNAPSHOT_IOC_MAGIC, 9) 22 #define SNAPSHOT_S2RAM _IO(SNAPSHOT_IOC_MAGIC, 11) 26 #define SNAPSHOT_PLATFORM_SUPPORT _IO(SNAPSHOT_IOC_MAGIC, 15) 27 #define SNAPSHOT_POWER_OFF _IO(SNAPSHOT_IOC_MAGIC, 16) 29 #define SNAPSHOT_PREF_IMAGE_SIZE _IO(SNAPSHOT_IOC_MAGIC, 18)
|
| H A D | pidfd.h | 107 #define PIDFD_GET_CGROUP_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 1) 108 #define PIDFD_GET_IPC_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 2) 109 #define PIDFD_GET_MNT_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 3) 110 #define PIDFD_GET_NET_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 4) 111 #define PIDFD_GET_PID_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 5) 112 #define PIDFD_GET_PID_FOR_CHILDREN_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 6) 113 #define PIDFD_GET_TIME_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 7) 114 #define PIDFD_GET_TIME_FOR_CHILDREN_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 8) 115 #define PIDFD_GET_USER_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 9) 116 #define PIDFD_GET_UTS_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 10)
|
| H A D | iommufd.h | 73 #define IOMMU_DESTROY _IO(IOMMUFD_TYPE, IOMMUFD_CMD_DESTROY) 89 #define IOMMU_IOAS_ALLOC _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_ALLOC) 145 #define IOMMU_IOAS_IOVA_RANGES _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_IOVA_RANGES) 177 #define IOMMU_IOAS_ALLOW_IOVAS _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_ALLOW_IOVAS) 220 #define IOMMU_IOAS_MAP _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_MAP) 244 #define IOMMU_IOAS_MAP_FILE _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_MAP_FILE) 275 #define IOMMU_IOAS_COPY _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_COPY) 295 #define IOMMU_IOAS_UNMAP _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_UNMAP) 347 #define IOMMU_OPTION _IO(IOMMUFD_TYPE, IOMMUFD_CMD_OPTION) 382 #define IOMMU_VFIO_IOAS _IO(IOMMUFD_TYPE, IOMMUFD_CMD_VFIO_IOAS) [all …]
|
| H A D | synclink.h | 281 #define MGSL_IOCSTXIDLE _IO(MGSL_MAGIC_IOC,2) 282 #define MGSL_IOCGTXIDLE _IO(MGSL_MAGIC_IOC,3) 283 #define MGSL_IOCTXENABLE _IO(MGSL_MAGIC_IOC,4) 284 #define MGSL_IOCRXENABLE _IO(MGSL_MAGIC_IOC,5) 285 #define MGSL_IOCTXABORT _IO(MGSL_MAGIC_IOC,6) 286 #define MGSL_IOCGSTATS _IO(MGSL_MAGIC_IOC,7) 288 #define MGSL_IOCCLRMODCOUNT _IO(MGSL_MAGIC_IOC,15) 289 #define MGSL_IOCLOOPTXDONE _IO(MGSL_MAGIC_IOC,9) 290 #define MGSL_IOCSIF _IO(MGSL_MAGIC_IOC,10) 291 #define MGSL_IOCGIF _IO(MGSL_MAGIC_IOC,11) [all …]
|
| H A D | f2fs.h | 12 #define F2FS_IOC_START_ATOMIC_WRITE _IO(F2FS_IOCTL_MAGIC, 1) 13 #define F2FS_IOC_COMMIT_ATOMIC_WRITE _IO(F2FS_IOCTL_MAGIC, 2) 14 #define F2FS_IOC_START_VOLATILE_WRITE _IO(F2FS_IOCTL_MAGIC, 3) 15 #define F2FS_IOC_RELEASE_VOLATILE_WRITE _IO(F2FS_IOCTL_MAGIC, 4) 16 #define F2FS_IOC_ABORT_ATOMIC_WRITE _IO(F2FS_IOCTL_MAGIC, 5) 18 #define F2FS_IOC_WRITE_CHECKPOINT _IO(F2FS_IOCTL_MAGIC, 7) 30 #define F2FS_IOC_PRECACHE_EXTENTS _IO(F2FS_IOCTL_MAGIC, 15) 43 #define F2FS_IOC_DECOMPRESS_FILE _IO(F2FS_IOCTL_MAGIC, 23) 44 #define F2FS_IOC_COMPRESS_FILE _IO(F2FS_IOCTL_MAGIC, 24) 45 #define F2FS_IOC_START_ATOMIC_REPLACE _IO(F2FS_IOCTL_MAGIC, 25)
|
| H A D | fd.h | 49 #define FDCLRPRM _IO(2, 0x41) 63 #define FDMSGON _IO(2,0x45) 64 #define FDMSGOFF _IO(2,0x46) 77 #define FDFMTBEG _IO(2,0x47) 81 #define FDFMTEND _IO(2,0x49) 106 #define FDSETEMSGTRESH _IO(2,0x4a) 109 #define FDFLUSH _IO(2,0x4b) 252 #define FDRESET _IO(2, 0x54) 318 #define FDWERRORCLR _IO(2, 0x56) 389 #define FDRAWCMD _IO(2, 0x58) [all …]
|
| H A D | rtc.h | 86 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ 87 #define RTC_AIE_OFF _IO('p', 0x02) /* ... off */ 88 #define RTC_UIE_ON _IO('p', 0x03) /* Update int. enable on */ 89 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ 90 #define RTC_PIE_ON _IO('p', 0x05) /* Periodic int. enable on */ 91 #define RTC_PIE_OFF _IO('p', 0x06) /* ... off */ 92 #define RTC_WIE_ON _IO('p', 0x0f) /* Watchdog int. enable on */ 93 #define RTC_WIE_OFF _IO('p', 0x10) /* ... off */ 120 #define RTC_VL_CLR _IO('p', 0x14) /* Clear voltage low information */
|
| H A D | pcitest.h | 13 #define PCITEST_BAR _IO('P', 0x1) 14 #define PCITEST_INTX_IRQ _IO('P', 0x2) 22 #define PCITEST_GET_IRQTYPE _IO('P', 0x9) 23 #define PCITEST_BARS _IO('P', 0xa) 24 #define PCITEST_DOORBELL _IO('P', 0xb) 25 #define PCITEST_BAR_SUBRANGE _IO('P', 0xc) 26 #define PCITEST_CLEAR_IRQ _IO('P', 0x10)
|
| H A D | fpga-dfl.h | 44 #define DFL_FPGA_GET_API_VERSION _IO(DFL_FPGA_MAGIC, DFL_FPGA_BASE + 0) 53 #define DFL_FPGA_CHECK_EXTENSION _IO(DFL_FPGA_MAGIC, DFL_FPGA_BASE + 1) 67 #define DFL_FPGA_PORT_RESET _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 0) 86 #define DFL_FPGA_PORT_GET_INFO _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 1) 115 #define DFL_FPGA_PORT_GET_REGION_INFO _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 2) 136 #define DFL_FPGA_PORT_DMA_MAP _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 3) 152 #define DFL_FPGA_PORT_DMA_UNMAP _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 4) 236 #define DFL_FPGA_FME_PORT_PR _IO(DFL_FPGA_MAGIC, DFL_FME_BASE + 0)
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 262 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 263 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 264 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 265 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 266 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 267 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 268 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 269 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 270 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ 271 #define BLKSECTSET _IO(0x12,102)/* set max sectors per request (ll_rw_blk.c) */ [all …]
|
| /linux/include/uapi/linux/dvb/ |
| H A D | audio.h | 68 #define AUDIO_STOP _IO('o', 1) 69 #define AUDIO_PLAY _IO('o', 2) 70 #define AUDIO_PAUSE _IO('o', 3) 71 #define AUDIO_CONTINUE _IO('o', 4) 72 #define AUDIO_SELECT_SOURCE _IO('o', 5) 73 #define AUDIO_SET_MUTE _IO('o', 6) 74 #define AUDIO_SET_AV_SYNC _IO('o', 7) 75 #define AUDIO_SET_BYPASS_MODE _IO('o', 8) 76 #define AUDIO_CHANNEL_SELECT _IO('o', 9) 80 #define AUDIO_CLEAR_BUFFER _IO('o', 12) [all …]
|
| H A D | video.h | 168 #define VIDEO_STOP _IO('o', 21) 169 #define VIDEO_PLAY _IO('o', 22) 170 #define VIDEO_FREEZE _IO('o', 23) 171 #define VIDEO_CONTINUE _IO('o', 24) 172 #define VIDEO_SELECT_SOURCE _IO('o', 25) 173 #define VIDEO_SET_BLANK _IO('o', 26) 176 #define VIDEO_SET_DISPLAY_FORMAT _IO('o', 29) 178 #define VIDEO_FAST_FORWARD _IO('o', 31) 179 #define VIDEO_SLOWMOTION _IO('o', 32) 181 #define VIDEO_CLEAR_BUFFER _IO('o', 34) [all …]
|
| /linux/include/uapi/linux/raid/ |
| H A D | md_u.h | 39 #define RAID_AUTORUN _IO (MD_MAJOR, 0x14) 43 #define CLEAR_ARRAY _IO (MD_MAJOR, 0x20) 45 #define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22) 47 #define SET_DISK_INFO _IO (MD_MAJOR, 0x24) 48 #define WRITE_RAID_INFO _IO (MD_MAJOR, 0x25) 49 #define UNPROTECT_ARRAY _IO (MD_MAJOR, 0x26) 50 #define PROTECT_ARRAY _IO (MD_MAJOR, 0x27) 51 #define HOT_ADD_DISK _IO (MD_MAJOR, 0x28) 52 #define SET_DISK_FAULTY _IO (MD_MAJOR, 0x29) 53 #define HOT_GENERATE_ERROR _IO (MD_MAJOR, 0x2a) [all …]
|
| /linux/include/uapi/linux/usb/ |
| H A D | tmc.h | 78 #define USBTMC_IOCTL_INDICATOR_PULSE _IO(USBTMC_IOC_NR, 1) 79 #define USBTMC_IOCTL_CLEAR _IO(USBTMC_IOC_NR, 2) 80 #define USBTMC_IOCTL_ABORT_BULK_OUT _IO(USBTMC_IOC_NR, 3) 81 #define USBTMC_IOCTL_ABORT_BULK_IN _IO(USBTMC_IOC_NR, 4) 82 #define USBTMC_IOCTL_CLEAR_OUT_HALT _IO(USBTMC_IOC_NR, 6) 83 #define USBTMC_IOCTL_CLEAR_IN_HALT _IO(USBTMC_IOC_NR, 7) 97 #define USBTMC488_IOCTL_GOTO_LOCAL _IO(USBTMC_IOC_NR, 20) 98 #define USBTMC488_IOCTL_LOCAL_LOCKOUT _IO(USBTMC_IOC_NR, 21) 99 #define USBTMC488_IOCTL_TRIGGER _IO(USBTMC_IOC_NR, 22) 109 #define USBTMC_IOCTL_CANCEL_IO _IO(USBTMC_IOC_NR, 35) [all …]
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_ioctl.h | 83 #define VCHIQ_IOC_CONNECT _IO(VCHIQ_IOC_MAGIC, 0) 84 #define VCHIQ_IOC_SHUTDOWN _IO(VCHIQ_IOC_MAGIC, 1) 87 #define VCHIQ_IOC_REMOVE_SERVICE _IO(VCHIQ_IOC_MAGIC, 3) 98 #define VCHIQ_IOC_GET_CLIENT_ID _IO(VCHIQ_IOC_MAGIC, 9) 101 #define VCHIQ_IOC_CLOSE_SERVICE _IO(VCHIQ_IOC_MAGIC, 11) 102 #define VCHIQ_IOC_USE_SERVICE _IO(VCHIQ_IOC_MAGIC, 12) 103 #define VCHIQ_IOC_RELEASE_SERVICE _IO(VCHIQ_IOC_MAGIC, 13) 108 #define VCHIQ_IOC_LIB_VERSION _IO(VCHIQ_IOC_MAGIC, 16) 109 #define VCHIQ_IOC_CLOSE_DELIVERED _IO(VCHIQ_IOC_MAGIC, 17)
|
| /linux/include/uapi/linux/surface_aggregator/ |
| H A D | dtx.h | 131 #define SDTX_IOCTL_EVENTS_ENABLE _IO(0xa5, 0x21) 132 #define SDTX_IOCTL_EVENTS_DISABLE _IO(0xa5, 0x22) 134 #define SDTX_IOCTL_LATCH_LOCK _IO(0xa5, 0x23) 135 #define SDTX_IOCTL_LATCH_UNLOCK _IO(0xa5, 0x24) 137 #define SDTX_IOCTL_LATCH_REQUEST _IO(0xa5, 0x25) 138 #define SDTX_IOCTL_LATCH_CONFIRM _IO(0xa5, 0x26) 139 #define SDTX_IOCTL_LATCH_HEARTBEAT _IO(0xa5, 0x27) 140 #define SDTX_IOCTL_LATCH_CANCEL _IO(0xa5, 0x28)
|
| /linux/include/uapi/linux/android/ |
| H A D | binder.h | 373 BR_OK = _IO('r', 1), 394 BR_DEAD_REPLY = _IO('r', 5), 400 BR_TRANSACTION_COMPLETE = _IO('r', 6), 424 BR_NOOP = _IO('r', 12), 430 BR_SPAWN_LOOPER = _IO('r', 13), 438 BR_FINISHED = _IO('r', 14), 453 BR_FAILED_REPLY = _IO('r', 17), 459 BR_FROZEN_REPLY = _IO('r', 18), 465 BR_ONEWAY_SPAM_SUSPECT = _IO('r', 19), 472 BR_TRANSACTION_PENDING_FROZEN = _IO('r', 20), [all …]
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | ioctls.h | 7 #define FIOCLEX _IO('f', 1) 8 #define FIONCLEX _IO('f', 2) 31 #define TCSBRK _IO('t', 29) 32 #define TCXONC _IO('t', 30) 33 #define TCFLSH _IO('t', 31) 37 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */ 38 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */ 104 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */
|