Searched refs:floppy_state (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | swim3.c | 179 struct floppy_state { struct 221 static struct floppy_state floppy_states[MAX_FLOPPIES]; argument 239 static void seek_track(struct floppy_state *fs, int n); 241 static void act(struct floppy_state *fs); 248 static int grab_drive(struct floppy_state *fs, enum swim_state state, 250 static void release_drive(struct floppy_state *fs); 251 static int fd_eject(struct floppy_state *fs); 260 static bool swim3_end_request(struct floppy_state *fs, int err, unsigned int nr_bytes) in swim3_end_request() 277 static void swim3_select(struct floppy_state *fs, int sel) in swim3_select() 289 static void swim3_action(struct floppy_state *fs, int action) in swim3_action() [all …]
|
D | swim.c | 169 struct floppy_state { struct 216 struct floppy_state unit[FD_MAX_UNIT]; argument 428 static inline int swim_track(struct floppy_state *fs, int track) in swim_track() 445 static int floppy_eject(struct floppy_state *fs) in floppy_eject() 459 static inline int swim_read_sector(struct floppy_state *fs, in swim_read_sector() 496 static int floppy_read_sectors(struct floppy_state *fs, in floppy_read_sectors() 531 struct floppy_state *fs; in redo_fd_request() 573 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry() 591 static void setup_medium(struct floppy_state *fs) in setup_medium() 619 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_open() [all …]
|