Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/
Dswim3.c175 struct floppy_state { struct
218 static struct floppy_state floppy_states[MAX_FLOPPIES]; argument
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 *fs, int action) in swim3_action()
[all …]
Dswim.c165 struct floppy_state { struct
212 struct floppy_state unit[FD_MAX_UNIT]; argument
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 *fs = bdev->bd_disk->private_data; in floppy_open()
[all …]