Home
last modified time | relevance | path

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

1234

/bionic/libc/kernel/uapi/linux/
Dfs.h104 #define BLKROSET _IO(0x12, 93)
105 #define BLKROGET _IO(0x12, 94)
106 #define BLKRRPART _IO(0x12, 95)
107 #define BLKGETSIZE _IO(0x12, 96)
108 #define BLKFLSBUF _IO(0x12, 97)
109 #define BLKRASET _IO(0x12, 98)
110 #define BLKRAGET _IO(0x12, 99)
111 #define BLKFRASET _IO(0x12, 100)
112 #define BLKFRAGET _IO(0x12, 101)
113 #define BLKSECTSET _IO(0x12, 102)
[all …]
Dvfio.h39 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0)
40 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1)
41 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2)
48 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3)
49 #define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 4)
50 #define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 5)
51 #define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE, VFIO_BASE + 6)
64 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7)
82 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8)
143 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9)
[all …]
Dnbd.h22 #define NBD_SET_SOCK _IO(0xab, 0)
23 #define NBD_SET_BLKSIZE _IO(0xab, 1)
24 #define NBD_SET_SIZE _IO(0xab, 2)
25 #define NBD_DO_IT _IO(0xab, 3)
26 #define NBD_CLEAR_SOCK _IO(0xab, 4)
27 #define NBD_CLEAR_QUE _IO(0xab, 5)
28 #define NBD_PRINT_DEBUG _IO(0xab, 6)
29 #define NBD_SET_SIZE_BLOCKS _IO(0xab, 7)
30 #define NBD_DISCONNECT _IO(0xab, 8)
31 #define NBD_SET_TIMEOUT _IO(0xab, 9)
[all …]
Dsuspend_ioctls.h27 #define SNAPSHOT_FREEZE _IO(SNAPSHOT_IOC_MAGIC, 1)
28 #define SNAPSHOT_UNFREEZE _IO(SNAPSHOT_IOC_MAGIC, 2)
29 #define SNAPSHOT_ATOMIC_RESTORE _IO(SNAPSHOT_IOC_MAGIC, 4)
30 #define SNAPSHOT_FREE _IO(SNAPSHOT_IOC_MAGIC, 5)
31 #define SNAPSHOT_FREE_SWAP_PAGES _IO(SNAPSHOT_IOC_MAGIC, 9)
32 #define SNAPSHOT_S2RAM _IO(SNAPSHOT_IOC_MAGIC, 11)
35 #define SNAPSHOT_PLATFORM_SUPPORT _IO(SNAPSHOT_IOC_MAGIC, 15)
36 #define SNAPSHOT_POWER_OFF _IO(SNAPSHOT_IOC_MAGIC, 16)
38 #define SNAPSHOT_PREF_IMAGE_SIZE _IO(SNAPSHOT_IOC_MAGIC, 18)
Drtc.h48 #define RTC_AIE_ON _IO('p', 0x01)
49 #define RTC_AIE_OFF _IO('p', 0x02)
50 #define RTC_UIE_ON _IO('p', 0x03)
51 #define RTC_UIE_OFF _IO('p', 0x04)
52 #define RTC_PIE_ON _IO('p', 0x05)
53 #define RTC_PIE_OFF _IO('p', 0x06)
54 #define RTC_WIE_ON _IO('p', 0x0f)
55 #define RTC_WIE_OFF _IO('p', 0x10)
73 #define RTC_VL_CLR _IO('p', 0x14)
Dsynclink.h226 #define MGSL_IOCSTXIDLE _IO(MGSL_MAGIC_IOC, 2)
227 #define MGSL_IOCGTXIDLE _IO(MGSL_MAGIC_IOC, 3)
228 #define MGSL_IOCTXENABLE _IO(MGSL_MAGIC_IOC, 4)
229 #define MGSL_IOCRXENABLE _IO(MGSL_MAGIC_IOC, 5)
230 #define MGSL_IOCTXABORT _IO(MGSL_MAGIC_IOC, 6)
231 #define MGSL_IOCGSTATS _IO(MGSL_MAGIC_IOC, 7)
233 #define MGSL_IOCCLRMODCOUNT _IO(MGSL_MAGIC_IOC, 15)
234 #define MGSL_IOCLOOPTXDONE _IO(MGSL_MAGIC_IOC, 9)
235 #define MGSL_IOCSIF _IO(MGSL_MAGIC_IOC, 10)
236 #define MGSL_IOCGIF _IO(MGSL_MAGIC_IOC, 11)
[all …]
Dfd.h40 #define FDCLRPRM _IO(2, 0x41)
47 #define FDMSGON _IO(2, 0x45)
48 #define FDMSGOFF _IO(2, 0x46)
53 #define FDFMTBEG _IO(2, 0x47)
55 #define FDFMTEND _IO(2, 0x49)
59 #define FDSETEMSGTRESH _IO(2, 0x4a)
60 #define FDFLUSH _IO(2, 0x4b)
131 #define FDRESET _IO(2, 0x54)
157 #define FDWERRORCLR _IO(2, 0x56)
193 #define FDRAWCMD _IO(2, 0x58)
[all …]
Dfpga-dfl.h28 #define DFL_FPGA_GET_API_VERSION _IO(DFL_FPGA_MAGIC, DFL_FPGA_BASE + 0)
29 #define DFL_FPGA_CHECK_EXTENSION _IO(DFL_FPGA_MAGIC, DFL_FPGA_BASE + 1)
30 #define DFL_FPGA_PORT_RESET _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 0)
37 #define DFL_FPGA_PORT_GET_INFO _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 1)
51 #define DFL_FPGA_PORT_GET_REGION_INFO _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 2)
59 #define DFL_FPGA_PORT_DMA_MAP _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 3)
65 #define DFL_FPGA_PORT_DMA_UNMAP _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 4)
73 #define DFL_FPGA_FME_PORT_PR _IO(DFL_FPGA_MAGIC, DFL_FME_BASE + 0)
Dusbdevice_fs.h136 #define USBDEVFS_DISCARDURB _IO('U', 11)
149 #define USBDEVFS_RESET _IO('U', 20)
151 #define USBDEVFS_DISCONNECT _IO('U', 22)
152 #define USBDEVFS_CONNECT _IO('U', 23)
160 #define USBDEVFS_GET_SPEED _IO('U', 31)
162 #define USBDEVFS_FORBID_SUSPEND _IO('U', 33)
163 #define USBDEVFS_ALLOW_SUSPEND _IO('U', 34)
164 #define USBDEVFS_WAIT_FOR_RESUME _IO('U', 35)
Dnsfs.h23 #define NS_GET_USERNS _IO(NSIO, 0x1)
24 #define NS_GET_PARENT _IO(NSIO, 0x2)
25 #define NS_GET_NSTYPE _IO(NSIO, 0x3)
26 #define NS_GET_OWNER_UID _IO(NSIO, 0x4)
Dhpet.h29 #define HPET_IE_ON _IO('h', 0x01)
30 #define HPET_IE_OFF _IO('h', 0x02)
32 #define HPET_EPI _IO('h', 0x04)
33 #define HPET_DPI _IO('h', 0x05)
Dpcitest.h21 #define PCITEST_BAR _IO('P', 0x1)
22 #define PCITEST_LEGACY_IRQ _IO('P', 0x2)
29 #define PCITEST_GET_IRQTYPE _IO('P', 0x9)
30 #define PCITEST_CLEAR_IRQ _IO('P', 0x10)
Datmarp.h26 #define ATMARPD_CTRL _IO('a', ATMIOC_CLIP + 1)
27 #define ATMARP_MKIP _IO('a', ATMIOC_CLIP + 2)
28 #define ATMARP_SETENTRY _IO('a', ATMIOC_CLIP + 3)
29 #define ATMARP_ENCAP _IO('a', ATMIOC_CLIP + 5)
Dashmem.h37 #define ASHMEM_GET_SIZE _IO(__ASHMEMIOC, 4)
39 #define ASHMEM_GET_PROT_MASK _IO(__ASHMEMIOC, 6)
42 #define ASHMEM_GET_PIN_STATUS _IO(__ASHMEMIOC, 9)
43 #define ASHMEM_PURGE_ALL_CACHES _IO(__ASHMEMIOC, 10)
Dipmi_bmc.h23 #define IPMI_BMC_IOCTL_SET_SMS_ATN _IO(__IPMI_BMC_IOCTL_MAGIC, 0x00)
24 #define IPMI_BMC_IOCTL_CLEAR_SMS_ATN _IO(__IPMI_BMC_IOCTL_MAGIC, 0x01)
25 #define IPMI_BMC_IOCTL_FORCE_ABORT _IO(__IPMI_BMC_IOCTL_MAGIC, 0x02)
Dppdev.h38 #define PPCLAIM _IO(PP_IOCTL, 0x8b)
39 #define PPRELEASE _IO(PP_IOCTL, 0x8c)
40 #define PPYIELD _IO(PP_IOCTL, 0x8d)
41 #define PPEXCL _IO(PP_IOCTL, 0x8f)
Dmmtimer.h22 #define MMTIMER_GETOFFSET _IO(MMTIMER_IOCTL_BASE, 0)
25 #define MMTIMER_GETBITS _IO(MMTIMER_IOCTL_BASE, 4)
26 #define MMTIMER_MMAPAVAIL _IO(MMTIMER_IOCTL_BASE, 6)
/bionic/libc/kernel/uapi/linux/dvb/
Daudio.h60 #define AUDIO_STOP _IO('o', 1)
61 #define AUDIO_PLAY _IO('o', 2)
62 #define AUDIO_PAUSE _IO('o', 3)
63 #define AUDIO_CONTINUE _IO('o', 4)
64 #define AUDIO_SELECT_SOURCE _IO('o', 5)
65 #define AUDIO_SET_MUTE _IO('o', 6)
66 #define AUDIO_SET_AV_SYNC _IO('o', 7)
67 #define AUDIO_SET_BYPASS_MODE _IO('o', 8)
68 #define AUDIO_CHANNEL_SELECT _IO('o', 9)
71 #define AUDIO_CLEAR_BUFFER _IO('o', 12)
[all …]
Dvideo.h108 #define VIDEO_STOP _IO('o', 21)
109 #define VIDEO_PLAY _IO('o', 22)
110 #define VIDEO_FREEZE _IO('o', 23)
111 #define VIDEO_CONTINUE _IO('o', 24)
112 #define VIDEO_SELECT_SOURCE _IO('o', 25)
113 #define VIDEO_SET_BLANK _IO('o', 26)
116 #define VIDEO_SET_DISPLAY_FORMAT _IO('o', 29)
118 #define VIDEO_FAST_FORWARD _IO('o', 31)
119 #define VIDEO_SLOWMOTION _IO('o', 32)
121 #define VIDEO_CLEAR_BUFFER _IO('o', 34)
[all …]
/bionic/libc/kernel/uapi/linux/raid/
Dmd_u.h27 #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)
39 #define HOT_GENERATE_ERROR _IO(MD_MAJOR, 0x2a)
[all …]
/bionic/libc/kernel/uapi/linux/usb/
Dtmc.h65 #define USBTMC_IOCTL_INDICATOR_PULSE _IO(USBTMC_IOC_NR, 1)
66 #define USBTMC_IOCTL_CLEAR _IO(USBTMC_IOC_NR, 2)
67 #define USBTMC_IOCTL_ABORT_BULK_OUT _IO(USBTMC_IOC_NR, 3)
68 #define USBTMC_IOCTL_ABORT_BULK_IN _IO(USBTMC_IOC_NR, 4)
69 #define USBTMC_IOCTL_CLEAR_OUT_HALT _IO(USBTMC_IOC_NR, 6)
70 #define USBTMC_IOCTL_CLEAR_IN_HALT _IO(USBTMC_IOC_NR, 7)
83 #define USBTMC488_IOCTL_GOTO_LOCAL _IO(USBTMC_IOC_NR, 20)
84 #define USBTMC488_IOCTL_LOCAL_LOCKOUT _IO(USBTMC_IOC_NR, 21)
85 #define USBTMC488_IOCTL_TRIGGER _IO(USBTMC_IOC_NR, 22)
89 #define USBTMC_IOCTL_CANCEL_IO _IO(USBTMC_IOC_NR, 35)
[all …]
Dfunctionfs.h105 #define FUNCTIONFS_FIFO_STATUS _IO('g', 1)
106 #define FUNCTIONFS_FIFO_FLUSH _IO('g', 2)
107 #define FUNCTIONFS_CLEAR_HALT _IO('g', 3)
108 #define FUNCTIONFS_INTERFACE_REVMAP _IO('g', 128)
109 #define FUNCTIONFS_ENDPOINT_REVMAP _IO('g', 129)
/bionic/libc/kernel/uapi/sound/
Dcompress_offload.h81 #define SNDRV_COMPRESS_PAUSE _IO('C', 0x30)
82 #define SNDRV_COMPRESS_RESUME _IO('C', 0x31)
83 #define SNDRV_COMPRESS_START _IO('C', 0x32)
84 #define SNDRV_COMPRESS_STOP _IO('C', 0x33)
85 #define SNDRV_COMPRESS_DRAIN _IO('C', 0x34)
86 #define SNDRV_COMPRESS_NEXT_TRACK _IO('C', 0x35)
87 #define SNDRV_COMPRESS_PARTIAL_DRAIN _IO('C', 0x36)
Dsb16_csp.h71 #define SNDRV_SB_CSP_IOCTL_UNLOAD_CODE _IO('H', 0x12)
73 #define SNDRV_SB_CSP_IOCTL_STOP _IO('H', 0x14)
74 #define SNDRV_SB_CSP_IOCTL_PAUSE _IO('H', 0x15)
75 #define SNDRV_SB_CSP_IOCTL_RESTART _IO('H', 0x16)
/bionic/libc/kernel/uapi/linux/android/
Dbinder.h183 BR_OK = _IO('r', 1),
188 BR_DEAD_REPLY = _IO('r', 5),
189 BR_TRANSACTION_COMPLETE = _IO('r', 6),
195 BR_NOOP = _IO('r', 12),
196 BR_SPAWN_LOOPER = _IO('r', 13),
197 BR_FINISHED = _IO('r', 14),
200 BR_FAILED_REPLY = _IO('r', 17),
214 BC_REGISTER_LOOPER = _IO('c', 11),
215 BC_ENTER_LOOPER = _IO('c', 12),
216 BC_EXIT_LOOPER = _IO('c', 13),

1234