| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | isdn.h | 23 #define IIOCNETAIF _IO('I',1) 24 #define IIOCNETDIF _IO('I',2) 25 #define IIOCNETSCF _IO('I',3) 26 #define IIOCNETGCF _IO('I',4) 27 #define IIOCNETANM _IO('I',5) 28 #define IIOCNETDNM _IO('I',6) 29 #define IIOCNETGNM _IO('I',7) 30 #define IIOCGETSET _IO('I',8) /* no longer supported */ 31 #define IIOCSETSET _IO('I',9) /* no longer supported */ 32 #define IIOCSETVER _IO('I',10) [all …]
|
| H A D | telephony.h | 98 #define PHONE_CAPABILITIES _IO ('q', 0x80) 113 #define PHONE_RING _IO ('q', 0x83) 114 #define PHONE_HOOKSTATE _IO ('q', 0x84) 117 #define OLD_PHONE_RING_START _IO ('q', 0x87) 119 #define PHONE_RING_STOP _IO ('q', 0x88) 124 #define PHONE_REC_START _IO ('q', 0x8A) 125 #define PHONE_REC_STOP _IO ('q', 0x8B) 130 #define PHONE_REC_LEVEL _IO ('q', 0x8F) 133 #define PHONE_PLAY_START _IO ('q', 0x91) 134 #define PHONE_PLAY_STOP _IO ('q', 0x92) [all …]
|
| H A D | fs.h | 193 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 194 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 195 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 196 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 197 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 198 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 199 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 200 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 201 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ 202 #define BLKSECTSET _IO(0x12,102)/* set max sectors per request (ll_rw_blk.c) */ [all …]
|
| H A D | kvm.h | 310 #define KVM_GET_API_VERSION _IO(KVMIO, 0x00) 311 #define KVM_CREATE_VM _IO(KVMIO, 0x01) /* returns a VM fd */ 314 #define KVM_S390_ENABLE_SIE _IO(KVMIO, 0x06) 319 #define KVM_CHECK_EXTENSION _IO(KVMIO, 0x03) 323 #define KVM_GET_VCPU_MMAP_SIZE _IO(KVMIO, 0x04) /* in bytes */ 329 #define KVM_TRACE_PAUSE _IO(KVMIO, 0x07) 330 #define KVM_TRACE_DISABLE _IO(KVMIO, 0x08) 353 #define KVM_SET_NR_MMU_PAGES _IO(KVMIO, 0x44) 354 #define KVM_GET_NR_MMU_PAGES _IO(KVMIO, 0x45) 357 #define KVM_SET_TSS_ADDR _IO(KVMIO, 0x47) [all …]
|
| H A D | fd.h | 41 #define FDCLRPRM _IO(2, 0x41) 55 #define FDMSGON _IO(2,0x45) 56 #define FDMSGOFF _IO(2,0x46) 69 #define FDFMTBEG _IO(2,0x47) 73 #define FDFMTEND _IO(2,0x49) 98 #define FDSETEMSGTRESH _IO(2,0x4a) 101 #define FDFLUSH _IO(2,0x4b) 240 #define FDRESET _IO(2, 0x54) 306 #define FDWERRORCLR _IO(2, 0x56) 362 #define FDRAWCMD _IO(2, 0x58) [all …]
|
| H A D | nbd.h | 20 #define NBD_SET_SOCK _IO( 0xab, 0 ) 21 #define NBD_SET_BLKSIZE _IO( 0xab, 1 ) 22 #define NBD_SET_SIZE _IO( 0xab, 2 ) 23 #define NBD_DO_IT _IO( 0xab, 3 ) 24 #define NBD_CLEAR_SOCK _IO( 0xab, 4 ) 25 #define NBD_CLEAR_QUE _IO( 0xab, 5 ) 26 #define NBD_PRINT_DEBUG _IO( 0xab, 6 ) 27 #define NBD_SET_SIZE_BLOCKS _IO( 0xab, 7 ) 28 #define NBD_DISCONNECT _IO( 0xab, 8 ) 29 #define NBD_SET_TIMEOUT _IO( 0xab, 9 )
|
| H A D | suspend_ioctls.h | 15 #define SNAPSHOT_FREEZE _IO(SNAPSHOT_IOC_MAGIC, 1) 16 #define SNAPSHOT_UNFREEZE _IO(SNAPSHOT_IOC_MAGIC, 2) 17 #define SNAPSHOT_ATOMIC_RESTORE _IO(SNAPSHOT_IOC_MAGIC, 4) 18 #define SNAPSHOT_FREE _IO(SNAPSHOT_IOC_MAGIC, 5) 19 #define SNAPSHOT_FREE_SWAP_PAGES _IO(SNAPSHOT_IOC_MAGIC, 9) 20 #define SNAPSHOT_S2RAM _IO(SNAPSHOT_IOC_MAGIC, 11) 24 #define SNAPSHOT_PLATFORM_SUPPORT _IO(SNAPSHOT_IOC_MAGIC, 15) 25 #define SNAPSHOT_POWER_OFF _IO(SNAPSHOT_IOC_MAGIC, 16) 27 #define SNAPSHOT_PREF_IMAGE_SIZE _IO(SNAPSHOT_IOC_MAGIC, 18)
|
| H A D | synclink.h | 275 #define MGSL_IOCSTXIDLE _IO(MGSL_MAGIC_IOC,2) 276 #define MGSL_IOCGTXIDLE _IO(MGSL_MAGIC_IOC,3) 277 #define MGSL_IOCTXENABLE _IO(MGSL_MAGIC_IOC,4) 278 #define MGSL_IOCRXENABLE _IO(MGSL_MAGIC_IOC,5) 279 #define MGSL_IOCTXABORT _IO(MGSL_MAGIC_IOC,6) 280 #define MGSL_IOCGSTATS _IO(MGSL_MAGIC_IOC,7) 282 #define MGSL_IOCCLRMODCOUNT _IO(MGSL_MAGIC_IOC,15) 283 #define MGSL_IOCLOOPTXDONE _IO(MGSL_MAGIC_IOC,9) 284 #define MGSL_IOCSIF _IO(MGSL_MAGIC_IOC,10) 285 #define MGSL_IOCGIF _IO(MGSL_MAGIC_IOC,11)
|
| H A D | rtc.h | 70 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ 71 #define RTC_AIE_OFF _IO('p', 0x02) /* ... off */ 72 #define RTC_UIE_ON _IO('p', 0x03) /* Update int. enable on */ 73 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ 74 #define RTC_PIE_ON _IO('p', 0x05) /* Periodic int. enable on */ 75 #define RTC_PIE_OFF _IO('p', 0x06) /* ... off */ 76 #define RTC_WIE_ON _IO('p', 0x0f) /* Watchdog int. enable on */ 77 #define RTC_WIE_OFF _IO('p', 0x10) /* ... off */
|
| H A D | ixjuser.h | 57 #define IXJCTL_DSP_RESET _IO ('q', 0xC0) 71 #define IXJCTL_DSP_IDLE _IO ('q', 0xC5) 72 #define IXJCTL_TESTRAM _IO ('q', 0xC6) 144 #define IXJCTL_PLAY_CID _IO ('q', 0xD7) 378 #define IXJCTL_AEC_STOP _IO ('q', 0xCC) 379 #define IXJCTL_AEC_GET_LEVEL _IO ('q', 0xCD) 592 #define IXJCTL_PSTN_LINETEST _IO ('q', 0xD3) 646 #define IXJCTL_DRYBUFFER_CLEAR _IO ('q', 0xE7)
|
| H A D | comstats.h | 104 #define COM_GETPORTSTATS _IO('c',30) 105 #define COM_CLRPORTSTATS _IO('c',31) 106 #define COM_GETBRDSTATS _IO('c',32) 114 #define COM_READPORT _IO('c',40) 115 #define COM_READBOARD _IO('c',41) 116 #define COM_READPANEL _IO('c',42)
|
| H A D | cdk.h | 474 #define STL_BINTR _IO('s',20) 475 #define STL_BSTART _IO('s',21) 476 #define STL_BSTOP _IO('s',22) 477 #define STL_BRESET _IO('s',23) 482 #define STL_GETPFLAG _IO('s',80) 483 #define STL_SETPFLAG _IO('s',81)
|
| H A D | hpet.h | 15 #define HPET_IE_ON _IO('h', 0x01) /* interrupt on */ 16 #define HPET_IE_OFF _IO('h', 0x02) /* interrupt off */ 18 #define HPET_EPI _IO('h', 0x04) /* enable periodic */ 19 #define HPET_DPI _IO('h', 0x05) /* disable periodic */
|
| H A D | atmarp.h | 21 #define ATMARPD_CTRL _IO('a',ATMIOC_CLIP+1) /* become atmarpd ctrl sock */ 22 #define ATMARP_MKIP _IO('a',ATMIOC_CLIP+2) /* attach socket to IP */ 23 #define ATMARP_SETENTRY _IO('a',ATMIOC_CLIP+3) /* fill or hide ARP entry */ 24 #define ATMARP_ENCAP _IO('a',ATMIOC_CLIP+5) /* change encapsulation */
|
| H A D | videotext.h | 28 #define VTXIOCPUTPAGE _IO (0x81, 8) 29 #define VTXIOCSETDISP _IO (0x81, 9) 30 #define VTXIOCPUTSTAT _IO (0x81, 10) 31 #define VTXIOCCLRCACHE _IO (0x81, 11)
|
| H A D | ppdev.h | 49 #define PPCLAIM _IO(PP_IOCTL, 0x8b) 52 #define PPRELEASE _IO(PP_IOCTL, 0x8c) 56 #define PPYIELD _IO(PP_IOCTL, 0x8d) 59 #define PPEXCL _IO(PP_IOCTL, 0x8f)
|
| H A D | usbdevice_fs.h | 138 #define USBDEVFS_DISCARDURB _IO('U', 11) 150 #define USBDEVFS_RESET _IO('U', 20) 152 #define USBDEVFS_DISCONNECT _IO('U', 22) 153 #define USBDEVFS_CONNECT _IO('U', 23)
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/dvb/ |
| H A D | video.h | 229 #define VIDEO_STOP _IO('o', 21) 230 #define VIDEO_PLAY _IO('o', 22) 231 #define VIDEO_FREEZE _IO('o', 23) 232 #define VIDEO_CONTINUE _IO('o', 24) 233 #define VIDEO_SELECT_SOURCE _IO('o', 25) 234 #define VIDEO_SET_BLANK _IO('o', 26) 237 #define VIDEO_SET_DISPLAY_FORMAT _IO('o', 29) 239 #define VIDEO_FAST_FORWARD _IO('o', 31) 240 #define VIDEO_SLOWMOTION _IO('o', 32) 242 #define VIDEO_CLEAR_BUFFER _IO('o', 34) [all …]
|
| H A D | audio.h | 102 #define AUDIO_STOP _IO('o', 1) 103 #define AUDIO_PLAY _IO('o', 2) 104 #define AUDIO_PAUSE _IO('o', 3) 105 #define AUDIO_CONTINUE _IO('o', 4) 106 #define AUDIO_SELECT_SOURCE _IO('o', 5) 107 #define AUDIO_SET_MUTE _IO('o', 6) 108 #define AUDIO_SET_AV_SYNC _IO('o', 7) 109 #define AUDIO_SET_BYPASS_MODE _IO('o', 8) 110 #define AUDIO_CHANNEL_SELECT _IO('o', 9) 114 #define AUDIO_CLEAR_BUFFER _IO('o', 12) [all …]
|
| H A D | frontend.h | 255 #define FE_DISEQC_RESET_OVERLOAD _IO('o', 62) 258 #define FE_DISEQC_SEND_BURST _IO('o', 65) /* fe_sec_mini_cmd_t */ 260 #define FE_SET_TONE _IO('o', 66) /* fe_sec_tone_mode_t */ 261 #define FE_SET_VOLTAGE _IO('o', 67) /* fe_sec_voltage_t */ 262 #define FE_ENABLE_HIGH_LNB_VOLTAGE _IO('o', 68) /* int */ 272 #define FE_SET_FRONTEND_TUNE_MODE _IO('o', 81) /* unsigned int */ 275 #define FE_DISHNETWORK_SEND_LEGACY_CMD _IO('o', 80) /* unsigned int */
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/raid/ |
| H A D | md_u.h | 24 #define PRINT_RAID_DEBUG _IO (MD_MAJOR, 0x13) 25 #define RAID_AUTORUN _IO (MD_MAJOR, 0x14) 29 #define CLEAR_ARRAY _IO (MD_MAJOR, 0x20) 31 #define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22) 33 #define SET_DISK_INFO _IO (MD_MAJOR, 0x24) 34 #define WRITE_RAID_INFO _IO (MD_MAJOR, 0x25) 35 #define UNPROTECT_ARRAY _IO (MD_MAJOR, 0x26) 36 #define PROTECT_ARRAY _IO (MD_MAJOR, 0x27) 37 #define HOT_ADD_DISK _IO (MD_MAJOR, 0x28) 38 #define SET_DISK_FAULTY _IO (MD_MAJOR, 0x29) [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | mount.h | 79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */ 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */ 81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */ 82 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */ 83 #define BLKFLSBUF _IO(0x12, 97) /* Flush buffer cache. */ 84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */ 85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */ 86 #define BLKFRASET _IO(0x12,100) /* Set filesystem read-ahead. */ 87 #define BLKFRAGET _IO(0x12,101) /* Get filesystem read-ahead. */ 88 #define BLKSECTSET _IO(0x12,102) /* Set max sectors per request. */ [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/gr/ |
| H A D | mdrv_system_io.h | 39 #define IOCTL_SYS_ENABLE_AEON _IO(SYS_IOCTL_MAGIC, 0x08) 40 #define IOCTL_SYS_DISABLE_AEON _IO(SYS_IOCTL_MAGIC, 0x09) 46 #define IOCTL_SYS_FLUSH_MEMORY _IO(SYS_IOCTL_MAGIC, 0x50) 47 #define IOCTL_SYS_READ_MEMORY _IO(SYS_IOCTL_MAGIC, 0x51) 64 #define IOCTL_SYS_WDT_CLEAR _IO (SYS_IOCTL_MAGIC, 0x03) 67 #define IOCTL_SYS_RESET_CHIP _IO (SYS_IOCTL_MAGIC, 0x06) 68 #define IOCTL_SYS_RESET_CPU _IO (SYS_IOCTL_MAGIC, 0x07)
|
| /utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/ |
| H A D | mdrv_system_io.h | 116 #define IOCTL_SYS_ENABLE_AEON _IO(SYS_IOCTL_MAGIC, 0x08) 117 #define IOCTL_SYS_DISABLE_AEON _IO(SYS_IOCTL_MAGIC, 0x09) 145 #define IOCTL_SYS_FLUSH_MEMORY _IO(SYS_IOCTL_MAGIC, 0x50) 146 #define IOCTL_SYS_READ_MEMORY _IO(SYS_IOCTL_MAGIC, 0x51) 162 #define IOCTL_SYS_WDT_CLEAR _IO (SYS_IOCTL_MAGIC, 0x03) 165 #define IOCTL_SYS_RESET_CHIP _IO (SYS_IOCTL_MAGIC, 0x06) 166 #define IOCTL_SYS_RESET_CPU _IO (SYS_IOCTL_MAGIC, 0x07)
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | mdrv_semutex_io.h | 128 #define MDRV_SEMUTEX_LOCK (int)_IO(SEMUTEX_IOC_MAGIC, 0U) 133 #define MDRV_SEMUTEX_UNLOCK (int)_IO(SEMUTEX_IOC_MAGIC, 1U) 138 #define MDRV_SEMUTEX_CREATE_SHAREMEMORY (int)_IO(SEMUTEX_IOC_MAGIC, 2U) 154 #define MDRV_SEMUTEX_QUERY_ISFIRST_SHAREMEMORY (int)_IO(SEMUTEX_IOC_MAGIC, 8U)
|