| /include/uapi/linux/dvb/ |
| 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) 81 #define AUDIO_SET_ID _IO('o', 13) [all …]
|
| 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) 182 #define VIDEO_SET_STREAMTYPE _IO('o', 36) [all …]
|
| /include/uapi/linux/ |
| 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 …]
|
| 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)
|
| A D | pidfd.h | 100 #define PIDFD_GET_CGROUP_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 1) 101 #define PIDFD_GET_IPC_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 2) 102 #define PIDFD_GET_MNT_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 3) 103 #define PIDFD_GET_NET_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 4) 104 #define PIDFD_GET_PID_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 5) 105 #define PIDFD_GET_PID_FOR_CHILDREN_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 6) 106 #define PIDFD_GET_TIME_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 7) 107 #define PIDFD_GET_TIME_FOR_CHILDREN_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 8) 108 #define PIDFD_GET_USER_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 9) 109 #define PIDFD_GET_UTS_NAMESPACE _IO(PIDFS_IOCTL_MAGIC, 10)
|
| 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_CLEAR_IRQ _IO('P', 0x10)
|
| A D | fs.h | 288 #define BLKTRACESTART _IO(0x12,116) 289 #define BLKTRACESTOP _IO(0x12,117) 290 #define BLKTRACETEARDOWN _IO(0x12,118) 291 #define BLKDISCARD _IO(0x12,119) 292 #define BLKIOMIN _IO(0x12,120) 293 #define BLKIOOPT _IO(0x12,121) 294 #define BLKALIGNOFF _IO(0x12,122) 295 #define BLKPBSZGET _IO(0x12,123) 297 #define BLKSECDISCARD _IO(0x12,125) 298 #define BLKROTATIONAL _IO(0x12,126) [all …]
|
| 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 */
|
| 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)
|
| A D | hpet.h | 17 #define HPET_IE_ON _IO('h', 0x01) /* interrupt on */ 18 #define HPET_IE_OFF _IO('h', 0x02) /* interrupt off */ 20 #define HPET_EPI _IO('h', 0x04) /* enable periodic */ 21 #define HPET_DPI _IO('h', 0x05) /* disable periodic */
|
| A D | vfio.h | 111 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0) 120 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1) 133 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2) 152 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3) 166 #define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 4) 222 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7) 611 #define VFIO_DEVICE_RESET _IO(VFIO_TYPE, VFIO_BASE + 11) 1588 #define VFIO_IOMMU_MAP_DMA _IO(VFIO_TYPE, VFIO_BASE + 13) 1641 #define VFIO_IOMMU_ENABLE _IO(VFIO_TYPE, VFIO_BASE + 15) 1642 #define VFIO_IOMMU_DISABLE _IO(VFIO_TYPE, VFIO_BASE + 16) [all …]
|
| A D | atmarp.h | 22 #define ATMARPD_CTRL _IO('a',ATMIOC_CLIP+1) /* become atmarpd ctrl sock */ 23 #define ATMARP_MKIP _IO('a',ATMIOC_CLIP+2) /* attach socket to IP */ 24 #define ATMARP_SETENTRY _IO('a',ATMIOC_CLIP+3) /* fill or hide ARP entry */ 25 #define ATMARP_ENCAP _IO('a',ATMIOC_CLIP+5) /* change encapsulation */
|
| 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) 290 #define MGSL_IOCSIF _IO(MGSL_MAGIC_IOC,10) 291 #define MGSL_IOCGIF _IO(MGSL_MAGIC_IOC,11) 295 #define MGSL_IOCSXSYNC _IO(MGSL_MAGIC_IOC, 19) 296 #define MGSL_IOCGXSYNC _IO(MGSL_MAGIC_IOC, 20) [all …]
|
| A D | tps6594_pfsm.h | 30 #define PMIC_GOTO_STANDBY _IO(PMIC_BASE, 0) 31 #define PMIC_GOTO_LP_STANDBY _IO(PMIC_BASE, 1) 32 #define PMIC_UPDATE_PGM _IO(PMIC_BASE, 2) 33 #define PMIC_SET_ACTIVE_STATE _IO(PMIC_BASE, 3)
|
| 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)
|
| 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) 389 #define FDRAWCMD _IO(2, 0x58) 393 #define FDTWADDLE _IO(2, 0x59) [all …]
|
| A D | ipmi_bmc.h | 12 #define IPMI_BMC_IOCTL_SET_SMS_ATN _IO(__IPMI_BMC_IOCTL_MAGIC, 0x00) 13 #define IPMI_BMC_IOCTL_CLEAR_SMS_ATN _IO(__IPMI_BMC_IOCTL_MAGIC, 0x01) 14 #define IPMI_BMC_IOCTL_FORCE_ABORT _IO(__IPMI_BMC_IOCTL_MAGIC, 0x02)
|
| 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) 220 #define IOMMU_IOAS_MAP _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_MAP) 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) 519 #define IOMMU_HWPT_ALLOC _IO(IOMMUFD_TYPE, IOMMUFD_CMD_HWPT_ALLOC) 743 #define IOMMU_HWPT_SET_DIRTY_TRACKING _IO(IOMMUFD_TYPE, \ 789 #define IOMMU_HWPT_GET_DIRTY_BITMAP _IO(IOMMUFD_TYPE, \ [all …]
|
| A D | mmtimer.h | 50 #define MMTIMER_GETOFFSET _IO(MMTIMER_IOCTL_BASE, 0) 53 #define MMTIMER_GETBITS _IO(MMTIMER_IOCTL_BASE, 4) 54 #define MMTIMER_MMAPAVAIL _IO(MMTIMER_IOCTL_BASE, 6)
|
| A D | nsfs.h | 11 #define NS_GET_USERNS _IO(NSIO, 0x1) 13 #define NS_GET_PARENT _IO(NSIO, 0x2) 16 #define NS_GET_NSTYPE _IO(NSIO, 0x3) 18 #define NS_GET_OWNER_UID _IO(NSIO, 0x4)
|
| /include/uapi/linux/raid/ |
| 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) 59 #define STOP_ARRAY _IO (MD_MAJOR, 0x32) [all …]
|
| /include/uapi/linux/usb/ |
| 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 …]
|
| A D | gadgetfs.h | 79 #define GADGETFS_FIFO_STATUS _IO('g', 1) 82 #define GADGETFS_FIFO_FLUSH _IO('g', 2) 87 #define GADGETFS_CLEAR_HALT _IO('g', 3)
|
| /include/uapi/linux/surface_aggregator/ |
| 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)
|
| /include/video/ |
| A D | kyro.h | 47 #define KYRO_IOCTL_OVERLAY_CREATE _IO(KYRO_IOC_MAGIC, 0) 48 #define KYRO_IOCTL_OVERLAY_VIEWPORT_SET _IO(KYRO_IOC_MAGIC, 1) 49 #define KYRO_IOCTL_SET_VIDEO_MODE _IO(KYRO_IOC_MAGIC, 2) 50 #define KYRO_IOCTL_UVSTRIDE _IO(KYRO_IOC_MAGIC, 3) 51 #define KYRO_IOCTL_OVERLAY_OFFSET _IO(KYRO_IOC_MAGIC, 4) 52 #define KYRO_IOCTL_STRIDE _IO(KYRO_IOC_MAGIC, 5)
|