Home
last modified time | relevance | path

Searched refs:_IO (Results 1 – 25 of 104) sorted by relevance

12345

/external/kernel-headers/original/uapi/linux/
Disdn.h24 #define IIOCNETAIF _IO('I',1)
25 #define IIOCNETDIF _IO('I',2)
26 #define IIOCNETSCF _IO('I',3)
27 #define IIOCNETGCF _IO('I',4)
28 #define IIOCNETANM _IO('I',5)
29 #define IIOCNETDNM _IO('I',6)
30 #define IIOCNETGNM _IO('I',7)
31 #define IIOCGETSET _IO('I',8) /* no longer supported */
32 #define IIOCSETSET _IO('I',9) /* no longer supported */
33 #define IIOCSETVER _IO('I',10)
[all …]
Dfs.h114 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
115 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */
116 #define BLKRRPART _IO(0x12,95) /* re-read partition table */
117 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */
118 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
119 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */
120 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */
121 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */
122 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */
123 #define BLKSECTSET _IO(0x12,102)/* set max sectors per request (ll_rw_blk.c) */
[all …]
Dtelephony.h94 #define PHONE_CAPABILITIES _IO ('q', 0x80)
109 #define PHONE_RING _IO ('q', 0x83)
110 #define PHONE_HOOKSTATE _IO ('q', 0x84)
113 #define OLD_PHONE_RING_START _IO ('q', 0x87)
115 #define PHONE_RING_STOP _IO ('q', 0x88)
120 #define PHONE_REC_START _IO ('q', 0x8A)
121 #define PHONE_REC_STOP _IO ('q', 0x8B)
126 #define PHONE_REC_LEVEL _IO ('q', 0x8F)
129 #define PHONE_PLAY_START _IO ('q', 0x91)
130 #define PHONE_PLAY_STOP _IO ('q', 0x92)
[all …]
Dvfio.h64 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0)
73 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1)
86 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2)
105 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3)
119 #define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 4)
134 #define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 5)
146 #define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE, VFIO_BASE + 6)
166 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7)
191 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8)
235 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9)
[all …]
Dnbd.h20 #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 )
[all …]
Dsuspend_ioctls.h16 #define SNAPSHOT_FREEZE _IO(SNAPSHOT_IOC_MAGIC, 1)
17 #define SNAPSHOT_UNFREEZE _IO(SNAPSHOT_IOC_MAGIC, 2)
18 #define SNAPSHOT_ATOMIC_RESTORE _IO(SNAPSHOT_IOC_MAGIC, 4)
19 #define SNAPSHOT_FREE _IO(SNAPSHOT_IOC_MAGIC, 5)
20 #define SNAPSHOT_FREE_SWAP_PAGES _IO(SNAPSHOT_IOC_MAGIC, 9)
21 #define SNAPSHOT_S2RAM _IO(SNAPSHOT_IOC_MAGIC, 11)
25 #define SNAPSHOT_PLATFORM_SUPPORT _IO(SNAPSHOT_IOC_MAGIC, 15)
26 #define SNAPSHOT_POWER_OFF _IO(SNAPSHOT_IOC_MAGIC, 16)
28 #define SNAPSHOT_PREF_IMAGE_SIZE _IO(SNAPSHOT_IOC_MAGIC, 18)
Drtc.h70 #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 */
95 #define RTC_VL_CLR _IO('p', 0x14) /* Clear voltage low information */
Dsynclink.h280 #define MGSL_IOCSTXIDLE _IO(MGSL_MAGIC_IOC,2)
281 #define MGSL_IOCGTXIDLE _IO(MGSL_MAGIC_IOC,3)
282 #define MGSL_IOCTXENABLE _IO(MGSL_MAGIC_IOC,4)
283 #define MGSL_IOCRXENABLE _IO(MGSL_MAGIC_IOC,5)
284 #define MGSL_IOCTXABORT _IO(MGSL_MAGIC_IOC,6)
285 #define MGSL_IOCGSTATS _IO(MGSL_MAGIC_IOC,7)
287 #define MGSL_IOCCLRMODCOUNT _IO(MGSL_MAGIC_IOC,15)
288 #define MGSL_IOCLOOPTXDONE _IO(MGSL_MAGIC_IOC,9)
289 #define MGSL_IOCSIF _IO(MGSL_MAGIC_IOC,10)
290 #define MGSL_IOCGIF _IO(MGSL_MAGIC_IOC,11)
[all …]
Dfd.h48 #define FDCLRPRM _IO(2, 0x41)
62 #define FDMSGON _IO(2,0x45)
63 #define FDMSGOFF _IO(2,0x46)
76 #define FDFMTBEG _IO(2,0x47)
80 #define FDFMTEND _IO(2,0x49)
105 #define FDSETEMSGTRESH _IO(2,0x4a)
108 #define FDFLUSH _IO(2,0x4b)
248 #define FDRESET _IO(2, 0x54)
314 #define FDWERRORCLR _IO(2, 0x56)
370 #define FDRAWCMD _IO(2, 0x58)
[all …]
Dbinder.h191 BR_OK = _IO('r', 1),
207 BR_DEAD_REPLY = _IO('r', 5),
213 BR_TRANSACTION_COMPLETE = _IO('r', 6),
237 BR_NOOP = _IO('r', 12),
243 BR_SPAWN_LOOPER = _IO('r', 13),
251 BR_FINISHED = _IO('r', 14),
266 BR_FAILED_REPLY = _IO('r', 17),
314 BC_REGISTER_LOOPER = _IO('c', 11),
320 BC_ENTER_LOOPER = _IO('c', 12),
321 BC_EXIT_LOOPER = _IO('c', 13),
Dhpet.h16 #define HPET_IE_ON _IO('h', 0x01) /* interrupt on */
17 #define HPET_IE_OFF _IO('h', 0x02) /* interrupt off */
19 #define HPET_EPI _IO('h', 0x04) /* enable periodic */
20 #define HPET_DPI _IO('h', 0x05) /* disable periodic */
Datmarp.h21 #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 */
Dashmem.h39 #define ASHMEM_GET_SIZE _IO(__ASHMEMIOC, 4)
41 #define ASHMEM_GET_PROT_MASK _IO(__ASHMEMIOC, 6)
44 #define ASHMEM_GET_PIN_STATUS _IO(__ASHMEMIOC, 9)
45 #define ASHMEM_PURGE_ALL_CACHES _IO(__ASHMEMIOC, 10)
Dkvm.h64 #define __KVM_DEPRECATED_MAIN_0x07 _IO(KVMIO, 0x07)
65 #define __KVM_DEPRECATED_MAIN_0x08 _IO(KVMIO, 0x08)
611 #define KVM_GET_API_VERSION _IO(KVMIO, 0x00)
612 #define KVM_CREATE_VM _IO(KVMIO, 0x01) /* returns a VM fd */
615 #define KVM_S390_ENABLE_SIE _IO(KVMIO, 0x06)
620 #define KVM_CHECK_EXTENSION _IO(KVMIO, 0x03)
624 #define KVM_GET_VCPU_MMAP_SIZE _IO(KVMIO, 0x04) /* in bytes */
974 #define KVM_CREATE_VCPU _IO(KVMIO, 0x41)
978 #define KVM_SET_NR_MMU_PAGES _IO(KVMIO, 0x44)
979 #define KVM_GET_NR_MMU_PAGES _IO(KVMIO, 0x45)
[all …]
Dppdev.h49 #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)
Dmmtimer.h49 #define MMTIMER_GETOFFSET _IO(MMTIMER_IOCTL_BASE, 0)
52 #define MMTIMER_GETBITS _IO(MMTIMER_IOCTL_BASE, 4)
53 #define MMTIMER_MMAPAVAIL _IO(MMTIMER_IOCTL_BASE, 6)
/external/kernel-headers/original/uapi/linux/dvb/
Daudio.h101 #define AUDIO_STOP _IO('o', 1)
102 #define AUDIO_PLAY _IO('o', 2)
103 #define AUDIO_PAUSE _IO('o', 3)
104 #define AUDIO_CONTINUE _IO('o', 4)
105 #define AUDIO_SELECT_SOURCE _IO('o', 5)
106 #define AUDIO_SET_MUTE _IO('o', 6)
107 #define AUDIO_SET_AV_SYNC _IO('o', 7)
108 #define AUDIO_SET_BYPASS_MODE _IO('o', 8)
109 #define AUDIO_CHANNEL_SELECT _IO('o', 9)
113 #define AUDIO_CLEAR_BUFFER _IO('o', 12)
[all …]
Dvideo.h229 #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 …]
/external/kernel-headers/original/uapi/linux/raid/
Dmd_u.h42 #define RAID_AUTORUN _IO (MD_MAJOR, 0x14)
46 #define CLEAR_ARRAY _IO (MD_MAJOR, 0x20)
48 #define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22)
50 #define SET_DISK_INFO _IO (MD_MAJOR, 0x24)
51 #define WRITE_RAID_INFO _IO (MD_MAJOR, 0x25)
52 #define UNPROTECT_ARRAY _IO (MD_MAJOR, 0x26)
53 #define PROTECT_ARRAY _IO (MD_MAJOR, 0x27)
54 #define HOT_ADD_DISK _IO (MD_MAJOR, 0x28)
55 #define SET_DISK_FAULTY _IO (MD_MAJOR, 0x29)
56 #define HOT_GENERATE_ERROR _IO (MD_MAJOR, 0x2a)
[all …]
/external/libnfc-nci/halimpl/bcm2079x/include/
Dbcm2079x.h31 #define BCMNFC_POWER_CTL _IO(BCMNFC_MAGIC, 0x01)
32 #define BCMNFC_CHANGE_ADDR _IO(BCMNFC_MAGIC, 0x02)
33 #define BCMNFC_READ_FULL_PACKET _IO(BCMNFC_MAGIC, 0x03)
34 #define BCMNFC_SET_WAKE_ACTIVE_STATE _IO(BCMNFC_MAGIC, 0x04)
35 #define BCMNFC_WAKE_CTL _IO(BCMNFC_MAGIC, 0x05)
36 #define BCMNFC_READ_MULTI_PACKETS _IO(BCMNFC_MAGIC, 0x06)
37 #define BCMNFC_SET_CLIENT_ADDR _IO(BCMNFC_MAGIC, 0x07)
/external/kernel-headers/original/uapi/linux/usb/
Dtmc.h36 #define USBTMC_IOCTL_INDICATOR_PULSE _IO(USBTMC_IOC_NR, 1)
37 #define USBTMC_IOCTL_CLEAR _IO(USBTMC_IOC_NR, 2)
38 #define USBTMC_IOCTL_ABORT_BULK_OUT _IO(USBTMC_IOC_NR, 3)
39 #define USBTMC_IOCTL_ABORT_BULK_IN _IO(USBTMC_IOC_NR, 4)
40 #define USBTMC_IOCTL_CLEAR_OUT_HALT _IO(USBTMC_IOC_NR, 6)
41 #define USBTMC_IOCTL_CLEAR_IN_HALT _IO(USBTMC_IOC_NR, 7)
Dfunctionfs.h254 #define FUNCTIONFS_FIFO_STATUS _IO('g', 1)
257 #define FUNCTIONFS_FIFO_FLUSH _IO('g', 2)
262 #define FUNCTIONFS_CLEAR_HALT _IO('g', 3)
271 #define FUNCTIONFS_INTERFACE_REVMAP _IO('g', 128)
277 #define FUNCTIONFS_ENDPOINT_REVMAP _IO('g', 129)
/external/kernel-headers/original/uapi/sound/
Dcompress_offload.h175 #define SNDRV_COMPRESS_PAUSE _IO('C', 0x30)
176 #define SNDRV_COMPRESS_RESUME _IO('C', 0x31)
177 #define SNDRV_COMPRESS_START _IO('C', 0x32)
178 #define SNDRV_COMPRESS_STOP _IO('C', 0x33)
179 #define SNDRV_COMPRESS_DRAIN _IO('C', 0x34)
180 #define SNDRV_COMPRESS_NEXT_TRACK _IO('C', 0x35)
181 #define SNDRV_COMPRESS_PARTIAL_DRAIN _IO('C', 0x36)
Dsb16_csp.h111 #define SNDRV_SB_CSP_IOCTL_UNLOAD_CODE _IO('H', 0x12)
115 #define SNDRV_SB_CSP_IOCTL_STOP _IO('H', 0x14)
117 #define SNDRV_SB_CSP_IOCTL_PAUSE _IO('H', 0x15)
119 #define SNDRV_SB_CSP_IOCTL_RESTART _IO('H', 0x16)
/external/strace/
Dblock.c52 #define BLKTRACESTART _IO(0x12,116)
55 #define BLKTRACESTOP _IO(0x12,117)
58 #define BLKTRACETEARDOWN _IO(0x12,118)
61 #define BLKDISCARD _IO(0x12,119)
64 #define BLKIOMIN _IO(0x12,120)
67 #define BLKIOOPT _IO(0x12,121)
70 #define BLKALIGNOFF _IO(0x12,122)
73 #define BLKPBSZGET _IO(0x12,123)
76 #define BLKDISCARDZEROES _IO(0x12,124)
79 #define BLKSECDISCARD _IO(0x12,125)

12345