Home
last modified time | relevance | path

Searched defs:floppy_raw_cmd (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfd.h177 struct floppy_raw_cmd { struct
196 struct floppy_raw_cmd *next; argument
197 long length;
198 long phys_length;
199 int buffer_length;
200 unsigned char rate;
201 unsigned char cmd_count;
202 unsigned char cmd[16];
203 unsigned char reply_count;
204 unsigned char reply[16];
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dfd.h330 struct floppy_raw_cmd { struct
331 unsigned int flags;
356 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
358 long length; /* in: length of dma transfer. out: remaining bytes */
359 long phys_length; /* physical length, if different from dma length */
360 int buffer_length; /* length of allocated buffer */
362 unsigned char rate;
373 unsigned char cmd_count;
374 union {
382 int track;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dfd.h330 struct floppy_raw_cmd { struct
331 unsigned int flags;
356 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
358 long length; /* in: length of dma transfer. out: remaining bytes */
359 long phys_length; /* physical length, if different from dma length */
360 int buffer_length; /* length of allocated buffer */
362 unsigned char rate;
373 unsigned char cmd_count;
374 union {
382 int track;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dfd.h161 struct floppy_raw_cmd { struct
180 struct floppy_raw_cmd * next; argument
181 long length;
182 long phys_length;
183 int buffer_length;
184 unsigned char rate;
188 unsigned char cmd_count;
189 union {
197 int track;
198 int resultcode;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dfd.h161 struct floppy_raw_cmd { struct
180 struct floppy_raw_cmd * next; argument
181 long length;
182 long phys_length;
183 int buffer_length;
184 unsigned char rate;
188 unsigned char cmd_count;
189 union {
197 int track;
198 int resultcode;
[all …]