/Linux-v5.10/include/uapi/linux/ |
D | fs.h | 148 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 149 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 150 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 151 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 152 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 153 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 154 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 155 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 156 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ 157 #define BLKSECTSET _IO(0x12,102)/* set max sectors per request (ll_rw_blk.c) */ [all …]
|
D | nbd.h | 21 #define NBD_SET_SOCK _IO( 0xab, 0 ) 22 #define NBD_SET_BLKSIZE _IO( 0xab, 1 ) 23 #define NBD_SET_SIZE _IO( 0xab, 2 ) 24 #define NBD_DO_IT _IO( 0xab, 3 ) 25 #define NBD_CLEAR_SOCK _IO( 0xab, 4 ) 26 #define NBD_CLEAR_QUE _IO( 0xab, 5 ) 27 #define NBD_PRINT_DEBUG _IO( 0xab, 6 ) 28 #define NBD_SET_SIZE_BLOCKS _IO( 0xab, 7 ) 29 #define NBD_DISCONNECT _IO( 0xab, 8 ) 30 #define NBD_SET_TIMEOUT _IO( 0xab, 9 ) [all …]
|
D | vfio.h | 101 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0) 110 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1) 123 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2) 142 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3) 156 #define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 4) 171 #define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 5) 183 #define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE, VFIO_BASE + 6) 210 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7) 257 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8) 703 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9) [all …]
|
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)
|
D | rtc.h | 74 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ 75 #define RTC_AIE_OFF _IO('p', 0x02) /* ... off */ 76 #define RTC_UIE_ON _IO('p', 0x03) /* Update int. enable on */ 77 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ 78 #define RTC_PIE_ON _IO('p', 0x05) /* Periodic int. enable on */ 79 #define RTC_PIE_OFF _IO('p', 0x06) /* ... off */ 80 #define RTC_WIE_ON _IO('p', 0x0f) /* Watchdog int. enable on */ 81 #define RTC_WIE_OFF _IO('p', 0x10) /* ... off */ 105 #define RTC_VL_CLR _IO('p', 0x14) /* Clear voltage low information */
|
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 …]
|
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 …]
|
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-v5.10/tools/include/uapi/linux/ |
D | fs.h | 148 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 149 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 150 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 151 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 152 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 153 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 154 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 155 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 156 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ 157 #define BLKSECTSET _IO(0x12,102)/* set max sectors per request (ll_rw_blk.c) */ [all …]
|
/Linux-v5.10/arch/xtensa/include/uapi/asm/ |
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-v5.10/arch/sh/include/uapi/asm/ |
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-v5.10/arch/sparc/include/uapi/asm/ |
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-v5.10/include/uapi/linux/dvb/ |
D | audio.h | 83 #define AUDIO_STOP _IO('o', 1) 84 #define AUDIO_PLAY _IO('o', 2) 85 #define AUDIO_PAUSE _IO('o', 3) 86 #define AUDIO_CONTINUE _IO('o', 4) 87 #define AUDIO_SELECT_SOURCE _IO('o', 5) 88 #define AUDIO_SET_MUTE _IO('o', 6) 89 #define AUDIO_SET_AV_SYNC _IO('o', 7) 90 #define AUDIO_SET_BYPASS_MODE _IO('o', 8) 91 #define AUDIO_CHANNEL_SELECT _IO('o', 9) 95 #define AUDIO_CLEAR_BUFFER _IO('o', 12) [all …]
|
D | video.h | 183 #define VIDEO_STOP _IO('o', 21) 184 #define VIDEO_PLAY _IO('o', 22) 185 #define VIDEO_FREEZE _IO('o', 23) 186 #define VIDEO_CONTINUE _IO('o', 24) 187 #define VIDEO_SELECT_SOURCE _IO('o', 25) 188 #define VIDEO_SET_BLANK _IO('o', 26) 191 #define VIDEO_SET_DISPLAY_FORMAT _IO('o', 29) 193 #define VIDEO_FAST_FORWARD _IO('o', 31) 194 #define VIDEO_SLOWMOTION _IO('o', 32) 196 #define VIDEO_CLEAR_BUFFER _IO('o', 34) [all …]
|
/Linux-v5.10/include/uapi/linux/raid/ |
D | md_u.h | 43 #define RAID_AUTORUN _IO (MD_MAJOR, 0x14) 47 #define CLEAR_ARRAY _IO (MD_MAJOR, 0x20) 49 #define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22) 51 #define SET_DISK_INFO _IO (MD_MAJOR, 0x24) 52 #define WRITE_RAID_INFO _IO (MD_MAJOR, 0x25) 53 #define UNPROTECT_ARRAY _IO (MD_MAJOR, 0x26) 54 #define PROTECT_ARRAY _IO (MD_MAJOR, 0x27) 55 #define HOT_ADD_DISK _IO (MD_MAJOR, 0x28) 56 #define SET_DISK_FAULTY _IO (MD_MAJOR, 0x29) 57 #define HOT_GENERATE_ERROR _IO (MD_MAJOR, 0x2a) [all …]
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | grfioctl.h | 81 #define GCON _IO('G', 1) 82 #define GCOFF _IO('G', 2) 83 #define GCAON _IO('G', 3) 84 #define GCAOFF _IO('G', 4) 87 #define GCMAP_HPUX _IO('G', 5) 88 #define GCUNMAP_HPUX _IO('G', 6) 89 #define GCLOCK _IO('G', 7) 90 #define GCUNLOCK _IO('G', 8) 91 #define GCLOCK_MINIMUM _IO('G', 9) 92 #define GCUNLOCK_MINIMUM _IO('G', 10) [all …]
|
/Linux-v5.10/include/uapi/linux/usb/ |
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) 106 #define USBTMC_IOCTL_CANCEL_IO _IO(USBTMC_IOC_NR, 35) [all …]
|
/Linux-v5.10/drivers/scsi/dpt/ |
D | dpti_ioctl.h | 35 #ifndef _IO 36 # define _IO(x,y) (((x)<<8)|y) macro 52 #define DPT_STATINFO _IO('D',70) 54 #define DPT_CLRSTAT _IO('D',71) 58 #define DPT_TIMEOUT _IO('D',73) 60 #define DPT_CONFIG _IO('D',74) 66 #define DPT_STATS_CLEAR _IO('D',81) 70 #define I2OUSRCMD _IO('D',76) 72 #define I2ORESCANCMD _IO('D',77) 74 #define I2ORESETCMD _IO('D',78)
|
/Linux-v5.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
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-v5.10/include/linux/ |
D | vmw_vmci_defs.h | 378 #define IOCTL_VMCI_VERSION _IO(7, 0x9f) /* 1951 */ 379 #define IOCTL_VMCI_INIT_CONTEXT _IO(7, 0xa0) 380 #define IOCTL_VMCI_QUEUEPAIR_SETVA _IO(7, 0xa4) 381 #define IOCTL_VMCI_NOTIFY_RESOURCE _IO(7, 0xa5) 382 #define IOCTL_VMCI_NOTIFICATIONS_RECEIVE _IO(7, 0xa6) 383 #define IOCTL_VMCI_VERSION2 _IO(7, 0xa7) 384 #define IOCTL_VMCI_QUEUEPAIR_ALLOC _IO(7, 0xa8) 385 #define IOCTL_VMCI_QUEUEPAIR_SETPAGEFILE _IO(7, 0xa9) 386 #define IOCTL_VMCI_QUEUEPAIR_DETACH _IO(7, 0xaa) 387 #define IOCTL_VMCI_DATAGRAM_SEND _IO(7, 0xab) [all …]
|
/Linux-v5.10/arch/powerpc/include/uapi/asm/ |
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 */
|
/Linux-v5.10/arch/alpha/include/uapi/asm/ |
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) 42 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */ 43 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */ 109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */
|
/Linux-v5.10/arch/s390/include/uapi/asm/ |
D | dasd.h | 290 #define BIODASDDISABLE _IO(DASD_IOCTL_LETTER,0) 292 #define BIODASDENABLE _IO(DASD_IOCTL_LETTER,1) 294 #define BIODASDRSRV _IO(DASD_IOCTL_LETTER,2) /* reserve */ 295 #define BIODASDRLSE _IO(DASD_IOCTL_LETTER,3) /* release */ 296 #define BIODASDSLCK _IO(DASD_IOCTL_LETTER,4) /* steal lock */ 298 #define BIODASDPRRST _IO(DASD_IOCTL_LETTER,5) 300 #define BIODASDQUIESCE _IO(DASD_IOCTL_LETTER,6) 302 #define BIODASDRESUME _IO(DASD_IOCTL_LETTER,7) 304 #define BIODASDABORTIO _IO(DASD_IOCTL_LETTER, 240) 306 #define BIODASDALLOWIO _IO(DASD_IOCTL_LETTER, 241)
|
/Linux-v5.10/include/uapi/sound/ |
D | compress_offload.h | 177 #define SNDRV_COMPRESS_PAUSE _IO('C', 0x30) 178 #define SNDRV_COMPRESS_RESUME _IO('C', 0x31) 179 #define SNDRV_COMPRESS_START _IO('C', 0x32) 180 #define SNDRV_COMPRESS_STOP _IO('C', 0x33) 181 #define SNDRV_COMPRESS_DRAIN _IO('C', 0x34) 182 #define SNDRV_COMPRESS_NEXT_TRACK _IO('C', 0x35) 183 #define SNDRV_COMPRESS_PARTIAL_DRAIN _IO('C', 0x36)
|
/Linux-v5.10/include/video/ |
D | kyro.h | 59 #define KYRO_IOCTL_OVERLAY_CREATE _IO(KYRO_IOC_MAGIC, 0) 60 #define KYRO_IOCTL_OVERLAY_VIEWPORT_SET _IO(KYRO_IOC_MAGIC, 1) 61 #define KYRO_IOCTL_SET_VIDEO_MODE _IO(KYRO_IOC_MAGIC, 2) 62 #define KYRO_IOCTL_UVSTRIDE _IO(KYRO_IOC_MAGIC, 3) 63 #define KYRO_IOCTL_OVERLAY_OFFSET _IO(KYRO_IOC_MAGIC, 4) 64 #define KYRO_IOCTL_STRIDE _IO(KYRO_IOC_MAGIC, 5)
|