• Home
  • Raw
  • Download

Lines Matching defs:drive

141 	ide_drive_t		*drive;  member
256 ide_drive_t *drive = tape->drive; in ide_tape_put() local
268 static void idetape_analyze_error(ide_drive_t *drive) in idetape_analyze_error()
326 static int ide_tape_callback(ide_drive_t *drive, int dsc) in ide_tape_callback()
378 static void ide_tape_stall_queue(ide_drive_t *drive) in ide_tape_stall_queue()
390 static void ide_tape_handle_dsc(ide_drive_t *drive) in ide_tape_handle_dsc()
439 static ide_startstop_t ide_tape_issue_pc(ide_drive_t *drive, in ide_tape_issue_pc()
515 static ide_startstop_t idetape_media_access_finished(ide_drive_t *drive) in idetape_media_access_finished()
566 static ide_startstop_t idetape_do_request(ide_drive_t *drive, in idetape_do_request()
672 static void idetape_create_write_filemark_cmd(ide_drive_t *drive, in idetape_create_write_filemark_cmd()
681 static int idetape_wait_ready(ide_drive_t *drive, unsigned long timeout) in idetape_wait_ready()
709 static int idetape_flush_tape_buffers(ide_drive_t *drive) in idetape_flush_tape_buffers()
723 static int ide_tape_read_position(ide_drive_t *drive) in ide_tape_read_position()
765 static void idetape_create_locate_cmd(ide_drive_t *drive, in idetape_create_locate_cmd()
777 static void __ide_tape_discard_merge_buffer(ide_drive_t *drive) in __ide_tape_discard_merge_buffer()
800 static int idetape_position_tape(ide_drive_t *drive, unsigned int block, in idetape_position_tape()
822 static void ide_tape_discard_merge_buffer(ide_drive_t *drive, in ide_tape_discard_merge_buffer()
844 static int idetape_queue_rw_tail(ide_drive_t *drive, int cmd, int size) in idetape_queue_rw_tail()
894 static void idetape_create_rewind_cmd(ide_drive_t *drive, in idetape_create_rewind_cmd()
919 static void ide_tape_flush_merge_buffer(ide_drive_t *drive) in ide_tape_flush_merge_buffer()
939 static int idetape_init_rw(ide_drive_t *drive, int dir) in idetape_init_rw()
989 static void idetape_pad_zeros(ide_drive_t *drive, int bcount) in idetape_pad_zeros()
1007 static int idetape_rewind_tape(ide_drive_t *drive) in idetape_rewind_tape()
1028 static int idetape_blkdev_ioctl(ide_drive_t *drive, unsigned int cmd, in idetape_blkdev_ioctl()
1061 static int idetape_space_over_filemarks(ide_drive_t *drive, short mt_op, in idetape_space_over_filemarks()
1131 ide_drive_t *drive = tape->drive; in idetape_chrdev_read() local
1186 ide_drive_t *drive = tape->drive; in idetape_chrdev_write() local
1225 static int idetape_write_filemark(ide_drive_t *drive) in idetape_write_filemark()
1252 static int idetape_mtioctop(ide_drive_t *drive, short mt_op, int mt_count) in idetape_mtioctop()
1372 ide_drive_t *drive = tape->drive; in do_idetape_chrdev_ioctl() local
1437 static void ide_tape_get_bsize_from_bdesc(ide_drive_t *drive) in ide_tape_get_bsize_from_bdesc()
1465 ide_drive_t *drive; in idetape_chrdev_open() local
1547 static void idetape_write_release(ide_drive_t *drive, unsigned int minor) in idetape_write_release()
1567 ide_drive_t *drive = tape->drive; in idetape_chrdev_release() local
1601 static void idetape_get_inquiry_results(ide_drive_t *drive) in idetape_get_inquiry_results()
1630 static void idetape_get_mode_sense_results(ide_drive_t *drive) in idetape_get_mode_sense_results()
1706 static int mulf_tdsc(ide_drive_t *drive) { return 1000; } in mulf_tdsc()
1707 static int divf_tdsc(ide_drive_t *drive) { return HZ; } in divf_tdsc()
1708 static int divf_buffer(ide_drive_t *drive) { return 2; } in divf_buffer()
1709 static int divf_buffer_size(ide_drive_t *drive) { return 1024; } in divf_buffer_size()
1743 static void idetape_setup(ide_drive_t *drive, idetape_tape_t *tape, int minor) in idetape_setup()
1806 static void ide_tape_remove(ide_drive_t *drive) in ide_tape_remove()
1822 ide_drive_t *drive = tape->drive; in ide_tape_release() local
1841 ide_drive_t *drive = (ide_drive_t *) m->private; in idetape_name_proc_show() local
1867 static ide_proc_entry_t *ide_tape_proc_entries(ide_drive_t *drive) in ide_tape_proc_entries()
1872 static const struct ide_proc_devset *ide_tape_proc_devsets(ide_drive_t *drive) in ide_tape_proc_devsets()
1934 ide_drive_t *drive = tape->drive; in idetape_ioctl() local
1953 static int ide_tape_probe(ide_drive_t *drive) in ide_tape_probe()