Home
last modified time | relevance | path

Searched defs:atari_floppy_struct (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/block/
Dataflop.c289 static struct atari_floppy_struct { struct
290 int connected; /* !=0 : drive is connected */
291 int autoprobe; /* !=0 : do autoprobe */
293 struct atari_disk_type *disktype; /* current type of disk */
295 int track; /* current head position or -1 if
297 unsigned int steprate; /* steprate setting */
298 unsigned int wpstat; /* current state of WP signal (for
300 int flags; /* flags */
301 struct gendisk *disk[NUM_DISK_MINORS];
302 bool registered[NUM_DISK_MINORS];
[all …]
/kernel/linux/linux-5.10/drivers/block/
Dataflop.c288 static struct atari_floppy_struct { struct
289 int connected; /* !=0 : drive is connected */
290 int autoprobe; /* !=0 : do autoprobe */
292 struct atari_disk_type *disktype; /* current type of disk */
294 int track; /* current head position or -1 if
296 unsigned int steprate; /* steprate setting */
297 unsigned int wpstat; /* current state of WP signal (for
299 int flags; /* flags */
300 struct gendisk *disk;
301 int ref;
[all …]