Lines Matching defs:drive
273 ide_drive_t *drive; member
516 static void idefloppy_discard_data (ide_drive_t *drive, unsigned int bcount) in idefloppy_discard_data()
523 static void idefloppy_write_zeros (ide_drive_t *drive, unsigned int bcount) in idefloppy_write_zeros()
531 static int idefloppy_end_request (ide_drive_t *drive, int uptodate) in idefloppy_end_request()
566 static int idefloppy_do_end_request (ide_drive_t *drive, int uptodate) in idefloppy_do_end_request()
597 static void idefloppy_input_buffers (ide_drive_t *drive, idefloppy_pc_t *pc, unsigned int bcount) in idefloppy_input_buffers()
625 static void idefloppy_output_buffers (ide_drive_t *drive, idefloppy_pc_t *pc, unsigned int bcount) in idefloppy_output_buffers()
657 static void idefloppy_update_buffers (ide_drive_t *drive, idefloppy_pc_t *pc) in idefloppy_update_buffers()
672 static void idefloppy_queue_pc_head (ide_drive_t *drive,idefloppy_pc_t *pc,struct request *rq) in idefloppy_queue_pc_head()
680 static idefloppy_pc_t *idefloppy_next_pc_storage (ide_drive_t *drive) in idefloppy_next_pc_storage()
689 static struct request *idefloppy_next_rq_storage (ide_drive_t *drive) in idefloppy_next_rq_storage()
702 static void idefloppy_analyze_error (ide_drive_t *drive,idefloppy_request_sense_result_t *result) in idefloppy_analyze_error()
723 static void idefloppy_request_sense_callback (ide_drive_t *drive) in idefloppy_request_sense_callback()
742 static void idefloppy_pc_callback (ide_drive_t *drive) in idefloppy_pc_callback()
782 static void idefloppy_retry_pc (ide_drive_t *drive) in idefloppy_retry_pc()
799 static ide_startstop_t idefloppy_pc_intr (ide_drive_t *drive) in idefloppy_pc_intr()
946 static ide_startstop_t idefloppy_transfer_pc (ide_drive_t *drive) in idefloppy_transfer_pc()
985 static int idefloppy_transfer_pc2 (ide_drive_t *drive) in idefloppy_transfer_pc2()
995 static ide_startstop_t idefloppy_transfer_pc1 (ide_drive_t *drive) in idefloppy_transfer_pc1()
1032 static ide_startstop_t idefloppy_issue_pc (ide_drive_t *drive, idefloppy_pc_t *pc) in idefloppy_issue_pc()
1139 static void idefloppy_rw_callback (ide_drive_t *drive) in idefloppy_rw_callback()
1265 static ide_startstop_t idefloppy_do_request (ide_drive_t *drive, struct request *rq, unsigned long … in idefloppy_do_request()
1320 static int idefloppy_queue_pc_tail (ide_drive_t *drive,idefloppy_pc_t *pc) in idefloppy_queue_pc_tail()
1334 static int idefloppy_get_flexible_disk_page (ide_drive_t *drive) in idefloppy_get_flexible_disk_page()
1378 static int idefloppy_get_capability_page(ide_drive_t *drive) in idefloppy_get_capability_page()
1404 static int idefloppy_get_capacity (ide_drive_t *drive) in idefloppy_get_capacity()
1514 static int idefloppy_get_format_capacities (ide_drive_t *drive, in idefloppy_get_format_capacities()
1593 static int idefloppy_begin_format(ide_drive_t *drive, in idefloppy_begin_format()
1629 static int idefloppy_get_format_progress(ide_drive_t *drive, in idefloppy_get_format_progress()
1672 static int idefloppy_ioctl (ide_drive_t *drive, struct inode *inode, struct file *file, in idefloppy_ioctl()
1749 static int idefloppy_open (struct inode *inode, struct file *filp, ide_drive_t *drive) in idefloppy_open()
1802 static void idefloppy_release (struct inode *inode, struct file *filp, ide_drive_t *drive) in idefloppy_release()
1829 static int idefloppy_media_change (ide_drive_t *drive) in idefloppy_media_change()
1839 static void idefloppy_revalidate (ide_drive_t *drive) in idefloppy_revalidate()
1849 static unsigned long idefloppy_capacity (ide_drive_t *drive) in idefloppy_capacity()
1861 static int idefloppy_identify_device (ide_drive_t *drive,struct hd_driveid *id) in idefloppy_identify_device()
1978 static void idefloppy_add_settings(ide_drive_t *drive) in idefloppy_add_settings()
1999 static void idefloppy_setup (ide_drive_t *drive, idefloppy_floppy_t *floppy) in idefloppy_setup()
2057 static int idefloppy_cleanup (ide_drive_t *drive) in idefloppy_cleanup()
2126 int idefloppy_attach (ide_drive_t *drive) in idefloppy_attach()
2171 ide_drive_t *drive; in idefloppy_exit() local
2194 ide_drive_t *drive; in idefloppy_init() local