Lines Matching defs:atari_floppy_struct
288 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;
302 int type;
303 struct blk_mq_tag_set tag_set;