Home
last modified time | relevance | path

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

12345678910>>...15

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Disdn.h12 #define IIOCNETAIF _IO('I',1)
13 #define IIOCNETDIF _IO('I',2)
14 #define IIOCNETSCF _IO('I',3)
15 #define IIOCNETGCF _IO('I',4)
16 #define IIOCNETANM _IO('I',5)
17 #define IIOCNETDNM _IO('I',6)
18 #define IIOCNETGNM _IO('I',7)
19 #define IIOCGETSET _IO('I',8)
20 #define IIOCSETSET _IO('I',9)
21 #define IIOCSETVER _IO('I',10)
[all …]
Dfs.h125 #define BLKROSET _IO(0x12,93)
126 #define BLKROGET _IO(0x12,94)
127 #define BLKRRPART _IO(0x12,95)
128 #define BLKGETSIZE _IO(0x12,96)
129 #define BLKFLSBUF _IO(0x12,97)
130 #define BLKRASET _IO(0x12,98)
131 #define BLKRAGET _IO(0x12,99)
132 #define BLKFRASET _IO(0x12,100)
133 #define BLKFRAGET _IO(0x12,101)
134 #define BLKSECTSET _IO(0x12,102)
[all …]
Dvfio.h26 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0)
27 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1)
28 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2)
35 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3)
36 #define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 4)
37 #define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 5)
38 #define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE, VFIO_BASE + 6)
50 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7)
67 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8)
101 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9)
[all …]
Dnbd.h9 #define NBD_SET_SOCK _IO( 0xab, 0 )
10 #define NBD_SET_BLKSIZE _IO( 0xab, 1 )
11 #define NBD_SET_SIZE _IO( 0xab, 2 )
12 #define NBD_DO_IT _IO( 0xab, 3 )
13 #define NBD_CLEAR_SOCK _IO( 0xab, 4 )
14 #define NBD_CLEAR_QUE _IO( 0xab, 5 )
15 #define NBD_PRINT_DEBUG _IO( 0xab, 6 )
16 #define NBD_SET_SIZE_BLOCKS _IO( 0xab, 7 )
17 #define NBD_DISCONNECT _IO( 0xab, 8 )
18 #define NBD_SET_TIMEOUT _IO( 0xab, 9 )
[all …]
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dfs.h148 #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 …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dfs.h148 #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 …]
Dnbd.h21 #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 …]
Dvfio.h101 #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 …]
Dsuspend_ioctls.h17 #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)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/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 …]
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 …]
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)
67 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7)
89 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8)
169 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9)
[all …]
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
Dioctls.h19 #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 …]
/kernel/linux/linux-5.10/arch/sh/include/uapi/asm/
Dioctls.h7 #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 …]
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dioctls.h12 #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 …]
/kernel/linux/linux-5.10/include/uapi/linux/dvb/
Daudio.h83 #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 …]
Dvideo.h183 #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 …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/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.h99 #define VIDEO_STOP _IO('o', 21)
100 #define VIDEO_PLAY _IO('o', 22)
101 #define VIDEO_FREEZE _IO('o', 23)
102 #define VIDEO_CONTINUE _IO('o', 24)
103 #define VIDEO_SELECT_SOURCE _IO('o', 25)
104 #define VIDEO_SET_BLANK _IO('o', 26)
107 #define VIDEO_SET_DISPLAY_FORMAT _IO('o', 29)
109 #define VIDEO_FAST_FORWARD _IO('o', 31)
110 #define VIDEO_SLOWMOTION _IO('o', 32)
112 #define VIDEO_CLEAR_BUFFER _IO('o', 34)
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/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 …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/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 …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/raid/
Dmd_u.h14 #define RAID_AUTORUN _IO (MD_MAJOR, 0x14)
16 #define CLEAR_ARRAY _IO (MD_MAJOR, 0x20)
18 #define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22)
20 #define SET_DISK_INFO _IO (MD_MAJOR, 0x24)
21 #define WRITE_RAID_INFO _IO (MD_MAJOR, 0x25)
22 #define UNPROTECT_ARRAY _IO (MD_MAJOR, 0x26)
23 #define PROTECT_ARRAY _IO (MD_MAJOR, 0x27)
24 #define HOT_ADD_DISK _IO (MD_MAJOR, 0x28)
25 #define SET_DISK_FAULTY _IO (MD_MAJOR, 0x29)
26 #define HOT_GENERATE_ERROR _IO (MD_MAJOR, 0x2a)
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/raid/
Dmd_u.h43 #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 …]
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dgrfioctl.h81 #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 …]

12345678910>>...15