Searched refs:floppy_state (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/block/ |
D | swim3.c | 176 struct floppy_state { struct 219 static struct floppy_state floppy_states[MAX_FLOPPIES]; argument 237 static void seek_track(struct floppy_state *fs, int n); 238 static void act(struct floppy_state *fs); 245 static int grab_drive(struct floppy_state *fs, enum swim_state state, 247 static void release_drive(struct floppy_state *fs); 248 static int fd_eject(struct floppy_state *fs); 256 static bool swim3_end_request(struct floppy_state *fs, blk_status_t err, unsigned int nr_bytes) in swim3_end_request() 272 static void swim3_select(struct floppy_state *fs, int sel) in swim3_select() 284 static void swim3_action(struct floppy_state *fs, int action) in swim3_action() [all …]
|
D | swim.c | 166 struct floppy_state { struct 214 struct floppy_state unit[FD_MAX_UNIT]; argument 426 static inline int swim_track(struct floppy_state *fs, int track) in swim_track() 443 static int floppy_eject(struct floppy_state *fs) in floppy_eject() 457 static inline int swim_read_sector(struct floppy_state *fs, in swim_read_sector() 494 static blk_status_t floppy_read_sectors(struct floppy_state *fs, in floppy_read_sectors() 529 struct floppy_state *fs = hctx->queue->queuedata; in swim_queue_rq() 565 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry() 583 static void setup_medium(struct floppy_state *fs) in setup_medium() 613 struct floppy_state *fs = disk->private_data; in floppy_open() [all …]
|