Home
last modified time | relevance | path

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

12345

/bionic/libc/kernel/uapi/linux/dvb/
Daudio.h48 #define AUDIO_STOP _IO('o', 1)
49 #define AUDIO_PLAY _IO('o', 2)
50 #define AUDIO_PAUSE _IO('o', 3)
51 #define AUDIO_CONTINUE _IO('o', 4)
52 #define AUDIO_SELECT_SOURCE _IO('o', 5)
53 #define AUDIO_SET_MUTE _IO('o', 6)
54 #define AUDIO_SET_AV_SYNC _IO('o', 7)
55 #define AUDIO_SET_BYPASS_MODE _IO('o', 8)
56 #define AUDIO_CHANNEL_SELECT _IO('o', 9)
59 #define AUDIO_CLEAR_BUFFER _IO('o', 12)
[all …]
Dvideo.h96 #define VIDEO_STOP _IO('o', 21)
97 #define VIDEO_PLAY _IO('o', 22)
98 #define VIDEO_FREEZE _IO('o', 23)
99 #define VIDEO_CONTINUE _IO('o', 24)
100 #define VIDEO_SELECT_SOURCE _IO('o', 25)
101 #define VIDEO_SET_BLANK _IO('o', 26)
104 #define VIDEO_SET_DISPLAY_FORMAT _IO('o', 29)
106 #define VIDEO_FAST_FORWARD _IO('o', 31)
107 #define VIDEO_SLOWMOTION _IO('o', 32)
109 #define VIDEO_CLEAR_BUFFER _IO('o', 34)
[all …]
/bionic/libc/kernel/uapi/linux/
Dfs.h100 #define BLKROSET _IO(0x12, 93)
101 #define BLKROGET _IO(0x12, 94)
102 #define BLKRRPART _IO(0x12, 95)
103 #define BLKGETSIZE _IO(0x12, 96)
104 #define BLKFLSBUF _IO(0x12, 97)
105 #define BLKRASET _IO(0x12, 98)
106 #define BLKRAGET _IO(0x12, 99)
107 #define BLKFRASET _IO(0x12, 100)
108 #define BLKFRAGET _IO(0x12, 101)
109 #define BLKSECTSET _IO(0x12, 102)
[all …]
Dnbd.h10 #define NBD_SET_SOCK _IO(0xab, 0)
11 #define NBD_SET_BLKSIZE _IO(0xab, 1)
12 #define NBD_SET_SIZE _IO(0xab, 2)
13 #define NBD_DO_IT _IO(0xab, 3)
14 #define NBD_CLEAR_SOCK _IO(0xab, 4)
15 #define NBD_CLEAR_QUE _IO(0xab, 5)
16 #define NBD_PRINT_DEBUG _IO(0xab, 6)
17 #define NBD_SET_SIZE_BLOCKS _IO(0xab, 7)
18 #define NBD_DISCONNECT _IO(0xab, 8)
19 #define NBD_SET_TIMEOUT _IO(0xab, 9)
[all …]
Dsuspend_ioctls.h15 #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)
23 #define SNAPSHOT_PLATFORM_SUPPORT _IO(SNAPSHOT_IOC_MAGIC, 15)
24 #define SNAPSHOT_POWER_OFF _IO(SNAPSHOT_IOC_MAGIC, 16)
26 #define SNAPSHOT_PREF_IMAGE_SIZE _IO(SNAPSHOT_IOC_MAGIC, 18)
Dvfio.h29 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0)
30 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1)
31 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2)
38 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3)
39 #define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 4)
40 #define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 5)
41 #define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE, VFIO_BASE + 6)
59 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7)
90 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8)
170 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9)
[all …]
Df2fs.h12 #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)
26 #define F2FS_IOC_PRECACHE_EXTENTS _IO(F2FS_IOCTL_MAGIC, 15)
34 #define F2FS_IOC_DECOMPRESS_FILE _IO(F2FS_IOCTL_MAGIC, 23)
35 #define F2FS_IOC_COMPRESS_FILE _IO(F2FS_IOCTL_MAGIC, 24)
36 #define F2FS_IOC_START_ATOMIC_REPLACE _IO(F2FS_IOCTL_MAGIC, 25)
Drtc.h47 #define RTC_AIE_ON _IO('p', 0x01)
48 #define RTC_AIE_OFF _IO('p', 0x02)
49 #define RTC_UIE_ON _IO('p', 0x03)
50 #define RTC_UIE_OFF _IO('p', 0x04)
51 #define RTC_PIE_ON _IO('p', 0x05)
52 #define RTC_PIE_OFF _IO('p', 0x06)
53 #define RTC_WIE_ON _IO('p', 0x0f)
54 #define RTC_WIE_OFF _IO('p', 0x10)
75 #define RTC_VL_CLR _IO('p', 0x14)
Dsynclink.h214 #define MGSL_IOCSTXIDLE _IO(MGSL_MAGIC_IOC, 2)
215 #define MGSL_IOCGTXIDLE _IO(MGSL_MAGIC_IOC, 3)
216 #define MGSL_IOCTXENABLE _IO(MGSL_MAGIC_IOC, 4)
217 #define MGSL_IOCRXENABLE _IO(MGSL_MAGIC_IOC, 5)
218 #define MGSL_IOCTXABORT _IO(MGSL_MAGIC_IOC, 6)
219 #define MGSL_IOCGSTATS _IO(MGSL_MAGIC_IOC, 7)
221 #define MGSL_IOCCLRMODCOUNT _IO(MGSL_MAGIC_IOC, 15)
222 #define MGSL_IOCLOOPTXDONE _IO(MGSL_MAGIC_IOC, 9)
223 #define MGSL_IOCSIF _IO(MGSL_MAGIC_IOC, 10)
224 #define MGSL_IOCGIF _IO(MGSL_MAGIC_IOC, 11)
[all …]
Dfd.h28 #define FDCLRPRM _IO(2, 0x41)
35 #define FDMSGON _IO(2, 0x45)
36 #define FDMSGOFF _IO(2, 0x46)
41 #define FDFMTBEG _IO(2, 0x47)
43 #define FDFMTEND _IO(2, 0x49)
47 #define FDSETEMSGTRESH _IO(2, 0x4a)
48 #define FDFLUSH _IO(2, 0x4b)
120 #define FDRESET _IO(2, 0x54)
146 #define FDWERRORCLR _IO(2, 0x56)
190 #define FDRAWCMD _IO(2, 0x58)
[all …]
Diommufd.h33 #define IOMMU_DESTROY _IO(IOMMUFD_TYPE, IOMMUFD_CMD_DESTROY)
39 #define IOMMU_IOAS_ALLOC _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_ALLOC)
52 #define IOMMU_IOAS_IOVA_RANGES _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_IOVA_RANGES)
60 #define IOMMU_IOAS_ALLOW_IOVAS _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_ALLOW_IOVAS)
75 #define IOMMU_IOAS_MAP _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_MAP)
85 #define IOMMU_IOAS_COPY _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_COPY)
92 #define IOMMU_IOAS_UNMAP _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_UNMAP)
109 #define IOMMU_OPTION _IO(IOMMUFD_TYPE, IOMMUFD_CMD_OPTION)
121 #define IOMMU_VFIO_IOAS _IO(IOMMUFD_TYPE, IOMMUFD_CMD_VFIO_IOAS)
152 #define IOMMU_HWPT_ALLOC _IO(IOMMUFD_TYPE, IOMMUFD_CMD_HWPT_ALLOC)
[all …]
Dfpga-dfl.h16 #define DFL_FPGA_GET_API_VERSION _IO(DFL_FPGA_MAGIC, DFL_FPGA_BASE + 0)
17 #define DFL_FPGA_CHECK_EXTENSION _IO(DFL_FPGA_MAGIC, DFL_FPGA_BASE + 1)
18 #define DFL_FPGA_PORT_RESET _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 0)
25 #define DFL_FPGA_PORT_GET_INFO _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 1)
39 #define DFL_FPGA_PORT_GET_REGION_INFO _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 2)
47 #define DFL_FPGA_PORT_DMA_MAP _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 3)
53 #define DFL_FPGA_PORT_DMA_UNMAP _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 4)
70 #define DFL_FPGA_FME_PORT_PR _IO(DFL_FPGA_MAGIC, DFL_FME_BASE + 0)
Dnsfs.h11 #define NS_GET_USERNS _IO(NSIO, 0x1)
12 #define NS_GET_PARENT _IO(NSIO, 0x2)
13 #define NS_GET_NSTYPE _IO(NSIO, 0x3)
14 #define NS_GET_OWNER_UID _IO(NSIO, 0x4)
Dhpet.h17 #define HPET_IE_ON _IO('h', 0x01)
18 #define HPET_IE_OFF _IO('h', 0x02)
20 #define HPET_EPI _IO('h', 0x04)
21 #define HPET_DPI _IO('h', 0x05)
Datmarp.h14 #define ATMARPD_CTRL _IO('a', ATMIOC_CLIP + 1)
15 #define ATMARP_MKIP _IO('a', ATMIOC_CLIP + 2)
16 #define ATMARP_SETENTRY _IO('a', ATMIOC_CLIP + 3)
17 #define ATMARP_ENCAP _IO('a', ATMIOC_CLIP + 5)
Dpcitest.h9 #define PCITEST_BAR _IO('P', 0x1)
10 #define PCITEST_INTX_IRQ _IO('P', 0x2)
18 #define PCITEST_GET_IRQTYPE _IO('P', 0x9)
19 #define PCITEST_CLEAR_IRQ _IO('P', 0x10)
Dtps6594_pfsm.h18 #define PMIC_GOTO_STANDBY _IO(PMIC_BASE, 0)
19 #define PMIC_GOTO_LP_STANDBY _IO(PMIC_BASE, 1)
20 #define PMIC_UPDATE_PGM _IO(PMIC_BASE, 2)
21 #define PMIC_SET_ACTIVE_STATE _IO(PMIC_BASE, 3)
Dusbdevice_fs.h124 #define USBDEVFS_DISCARDURB _IO('U', 11)
137 #define USBDEVFS_RESET _IO('U', 20)
139 #define USBDEVFS_DISCONNECT _IO('U', 22)
140 #define USBDEVFS_CONNECT _IO('U', 23)
148 #define USBDEVFS_GET_SPEED _IO('U', 31)
150 #define USBDEVFS_FORBID_SUSPEND _IO('U', 33)
151 #define USBDEVFS_ALLOW_SUSPEND _IO('U', 34)
152 #define USBDEVFS_WAIT_FOR_RESUME _IO('U', 35)
Dashmem.h25 #define ASHMEM_GET_SIZE _IO(__ASHMEMIOC, 4)
27 #define ASHMEM_GET_PROT_MASK _IO(__ASHMEMIOC, 6)
30 #define ASHMEM_GET_PIN_STATUS _IO(__ASHMEMIOC, 9)
31 #define ASHMEM_PURGE_ALL_CACHES _IO(__ASHMEMIOC, 10)
Dipmi_bmc.h11 #define IPMI_BMC_IOCTL_SET_SMS_ATN _IO(__IPMI_BMC_IOCTL_MAGIC, 0x00)
12 #define IPMI_BMC_IOCTL_CLEAR_SMS_ATN _IO(__IPMI_BMC_IOCTL_MAGIC, 0x01)
13 #define IPMI_BMC_IOCTL_FORCE_ABORT _IO(__IPMI_BMC_IOCTL_MAGIC, 0x02)
/bionic/libc/kernel/uapi/linux/raid/
Dmd_u.h15 #define RAID_AUTORUN _IO(MD_MAJOR, 0x14)
17 #define CLEAR_ARRAY _IO(MD_MAJOR, 0x20)
19 #define HOT_REMOVE_DISK _IO(MD_MAJOR, 0x22)
21 #define SET_DISK_INFO _IO(MD_MAJOR, 0x24)
22 #define WRITE_RAID_INFO _IO(MD_MAJOR, 0x25)
23 #define UNPROTECT_ARRAY _IO(MD_MAJOR, 0x26)
24 #define PROTECT_ARRAY _IO(MD_MAJOR, 0x27)
25 #define HOT_ADD_DISK _IO(MD_MAJOR, 0x28)
26 #define SET_DISK_FAULTY _IO(MD_MAJOR, 0x29)
27 #define HOT_GENERATE_ERROR _IO(MD_MAJOR, 0x2a)
[all …]
/bionic/libc/kernel/uapi/linux/usb/
Dtmc.h53 #define USBTMC_IOCTL_INDICATOR_PULSE _IO(USBTMC_IOC_NR, 1)
54 #define USBTMC_IOCTL_CLEAR _IO(USBTMC_IOC_NR, 2)
55 #define USBTMC_IOCTL_ABORT_BULK_OUT _IO(USBTMC_IOC_NR, 3)
56 #define USBTMC_IOCTL_ABORT_BULK_IN _IO(USBTMC_IOC_NR, 4)
57 #define USBTMC_IOCTL_CLEAR_OUT_HALT _IO(USBTMC_IOC_NR, 6)
58 #define USBTMC_IOCTL_CLEAR_IN_HALT _IO(USBTMC_IOC_NR, 7)
71 #define USBTMC488_IOCTL_GOTO_LOCAL _IO(USBTMC_IOC_NR, 20)
72 #define USBTMC488_IOCTL_LOCAL_LOCKOUT _IO(USBTMC_IOC_NR, 21)
73 #define USBTMC488_IOCTL_TRIGGER _IO(USBTMC_IOC_NR, 22)
79 #define USBTMC_IOCTL_CANCEL_IO _IO(USBTMC_IOC_NR, 35)
[all …]
/bionic/libc/kernel/uapi/linux/surface_aggregator/
Ddtx.h58 #define SDTX_IOCTL_EVENTS_ENABLE _IO(0xa5, 0x21)
59 #define SDTX_IOCTL_EVENTS_DISABLE _IO(0xa5, 0x22)
60 #define SDTX_IOCTL_LATCH_LOCK _IO(0xa5, 0x23)
61 #define SDTX_IOCTL_LATCH_UNLOCK _IO(0xa5, 0x24)
62 #define SDTX_IOCTL_LATCH_REQUEST _IO(0xa5, 0x25)
63 #define SDTX_IOCTL_LATCH_CONFIRM _IO(0xa5, 0x26)
64 #define SDTX_IOCTL_LATCH_HEARTBEAT _IO(0xa5, 0x27)
65 #define SDTX_IOCTL_LATCH_CANCEL _IO(0xa5, 0x28)
/bionic/libc/kernel/uapi/sound/
Dcompress_offload.h69 #define SNDRV_COMPRESS_PAUSE _IO('C', 0x30)
70 #define SNDRV_COMPRESS_RESUME _IO('C', 0x31)
71 #define SNDRV_COMPRESS_START _IO('C', 0x32)
72 #define SNDRV_COMPRESS_STOP _IO('C', 0x33)
73 #define SNDRV_COMPRESS_DRAIN _IO('C', 0x34)
74 #define SNDRV_COMPRESS_NEXT_TRACK _IO('C', 0x35)
75 #define SNDRV_COMPRESS_PARTIAL_DRAIN _IO('C', 0x36)
/bionic/libc/kernel/uapi/linux/android/
Dbinder.h194 BR_OK = _IO('r', 1),
199 BR_DEAD_REPLY = _IO('r', 5),
200 BR_TRANSACTION_COMPLETE = _IO('r', 6),
206 BR_NOOP = _IO('r', 12),
207 BR_SPAWN_LOOPER = _IO('r', 13),
208 BR_FINISHED = _IO('r', 14),
211 BR_FAILED_REPLY = _IO('r', 17),
212 BR_FROZEN_REPLY = _IO('r', 18),
213 BR_ONEWAY_SPAM_SUSPECT = _IO('r', 19),
214 BR_TRANSACTION_PENDING_FROZEN = _IO('r', 20),
[all …]

12345