Lines Matching defs:drive

68 int ide_end_request (ide_drive_t *drive, int uptodate)  in ide_end_request()
114 void ide_end_drive_cmd (ide_drive_t *drive, u8 stat, u8 err) in ide_end_drive_cmd()
209 void try_to_flush_leftover_data (ide_drive_t *drive) in try_to_flush_leftover_data()
243 ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, u8 stat) in ide_error()
332 ide_startstop_t ide_abort(ide_drive_t *drive, const char *msg) in ide_abort()
372 void ide_cmd (ide_drive_t *drive, u8 cmd, u8 nsect, ide_handler_t *handler) in ide_cmd()
394 ide_startstop_t drive_cmd_intr (ide_drive_t *drive) in drive_cmd_intr()
430 ide_startstop_t do_special (ide_drive_t *drive) in do_special()
461 ide_startstop_t execute_drive_cmd (ide_drive_t *drive, struct request *rq) in execute_drive_cmd()
555 static ide_startstop_t ide_start_request (ide_drive_t *drive, struct request *rq) in ide_start_request()
640 void ide_stall_queue (ide_drive_t *drive, unsigned long timeout) in ide_stall_queue()
649 #define WAKEUP(drive) ((drive)->service_start + 2 * (drive)->service_time) argument
662 ide_drive_t *drive, *best; in choose_drive() local
740 ide_drive_t *drive; in ide_do_request() local
861 static ide_startstop_t ide_dma_timeout_retry(ide_drive_t *drive, int error) in ide_dma_timeout_retry()
949 ide_drive_t *drive = hwgroup->drive; in ide_timer_expiry() local
1106 ide_drive_t *drive; in ide_intr() local
1224 ide_drive_t *drive = &hwif->drives[unit]; in ide_info_ptr() local
1285 int ide_do_drive_cmd (ide_drive_t *drive, struct request *rq, ide_action_t action) in ide_do_drive_cmd()