Searched refs:floppy_state (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | swim3.c | 175 struct floppy_state { struct 218 static struct floppy_state floppy_states[MAX_FLOPPIES]; 236 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); 257 static bool swim3_end_request(struct floppy_state *fs, blk_status_t err, unsigned int nr_bytes) in swim3_end_request() 273 static void swim3_select(struct floppy_state *fs, int sel) in swim3_select() 285 static void swim3_action(struct floppy_state *f [all...] |
H A D | swim.c | 165 struct floppy_state { struct 212 struct floppy_state unit[FD_MAX_UNIT]; 424 static inline int swim_track(struct floppy_state *fs, int track) in swim_track() 441 static int floppy_eject(struct floppy_state *fs) in floppy_eject() 455 static inline int swim_read_sector(struct floppy_state *fs, in swim_read_sector() 492 static blk_status_t floppy_read_sectors(struct floppy_state *fs, in floppy_read_sectors() 527 struct floppy_state *fs = hctx->queue->queuedata; in swim_queue_rq() 563 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry() 581 static void setup_medium(struct floppy_state *fs) in setup_medium() 611 struct floppy_state *f in floppy_open() [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | swim3.c | 176 struct floppy_state { struct 219 static struct floppy_state floppy_states[MAX_FLOPPIES]; 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 *f [all...] |
H A D | swim.c | 166 struct floppy_state { struct 214 struct floppy_state unit[FD_MAX_UNIT]; 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 *f in floppy_open() [all...] |
Completed in 5 milliseconds