Searched refs:floppy_state (Results 1 - 2 of 2) sorted by relevance

/drivers/block/
H A Dswim3.c178 struct floppy_state { struct
220 static struct floppy_state floppy_states[MAX_FLOPPIES];
238 static void seek_track(struct floppy_state *fs, int n);
240 static void act(struct floppy_state *fs);
247 static int grab_drive(struct floppy_state *fs, enum swim_state state,
249 static void release_drive(struct floppy_state *fs);
250 static int fd_eject(struct floppy_state *fs);
259 static bool swim3_end_request(struct floppy_state *fs, int err, unsigned int nr_bytes)
276 static void swim3_select(struct floppy_state *fs, int sel)
288 static void swim3_action(struct floppy_state *f
[all...]
H A Dswim.c169 struct floppy_state { struct
216 struct floppy_state unit[FD_MAX_UNIT];
428 static inline int swim_track(struct floppy_state *fs, int track)
445 static int floppy_eject(struct floppy_state *fs)
459 static inline int swim_read_sector(struct floppy_state *fs,
496 static int floppy_read_sectors(struct floppy_state *fs,
531 struct floppy_state *fs;
573 static int get_floppy_geometry(struct floppy_state *fs, int type,
591 static void setup_medium(struct floppy_state *fs)
619 struct floppy_state *f
[all...]

Completed in 41 milliseconds