Searched defs:drive (Results 51 - 73 of 73) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/block/
H A Dfd1772.c410 fd_select_drive(int drive) argument
504 static int drive = 0; local
618 do_fd_action(int drive) argument
1142 unsigned int drive = (dev & 0x03); local
1167 int drive = dev & 3; local
1193 setup_req_params(int drive) argument
1214 int device, drive, type; local
1339 int drive, device; local
1368 fd_probe(int drive) argument
1392 fd_test_drive_present(int drive) argument
1455 int drive, cnt = 0; local
1494 int drive; local
1542 int drive = MINOR(inode->i_rdev) & 3; local
[all...]
H A Dmfmhd.c659 static void mfm_setupspecify (int drive, unsigned char *cmdb) argument
1014 mfm_geometry(int drive) argument
1033 mfm_detectdrive(int drive) argument
1123 int drive; local
1275 int drive = MINOR(dev) >> 6; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dpcd.c231 int drive; /* master/slave */ member in struct:pcd_unit
[all...]
H A Dpt.c246 int drive; /* drive */ member in struct:pt_unit
[all...]
H A Dpd.c304 int drive; /* master=0 slave=1 */ member in struct:pd_unit
[all...]
H A Dpf.c281 int drive; /* drive */ member in struct:pf_unit
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dxd.c425 static int xd_readwrite (u8 operation,u8 drive,char *buffer,unsigned int block,unsigned int count) argument
503 xd_recalibrate(u8 drive) argument
553 xd_build(u8 *cmdblk,u8 command,u8 drive,u8 head,u16 cylinder,u8 sector,u8 count,u8 control) argument
677 xd_initdrives(void (*init_drive)(u8 drive)) argument
697 xd_manual_geo_set(u8 drive) argument
725 xd_dtc5150cx_init_drive(u8 drive) argument
767 xd_dtc_init_drive(u8 drive) argument
810 xd_wd_init_drive(u8 drive) argument
894 xd_seagate_init_drive(u8 drive) argument
927 xd_omti_init_drive(u8 drive) argument
969 xd_xebec_init_drive(u8 drive) argument
1007 xd_override_init_drive(u8 drive) argument
1055 xd_setparam(u8 command,u8 drive,u8 heads,u16 cylinders,u16 rwrite,u16 wprecomp,u8 ecc) argument
[all...]
H A Damiflop.c259 static inline int try_fdc(int drive) argument
265 get_fdc(int drive) argument
296 fd_select(int drive) argument
320 fd_deselect(int drive) argument
387 fd_motor_off(unsigned long drive) argument
421 int drive; local
431 fd_calibrate(int drive) argument
483 fd_seek(int drive, int track) argument
540 fd_get_drive_id(int drive) argument
607 raw_read(int drive) argument
635 raw_write(int drive) argument
671 post_write(unsigned long drive) argument
750 amiga_read(int drive) argument
1065 dos_read(int drive) argument
1186 ms_putsec(int drive, unsigned long *raw, int cnt) argument
1333 get_track(int drive, int track) argument
1371 int device, drive; local
1483 int drive = inode->i_rdev & 3; local
1580 int drive; local
1613 int drive; local
1671 int drive = MINOR(inode->i_rdev) & 3; local
1697 int drive = MINOR(dev) & 3; local
1743 int drive,drives,nomem; local
[all...]
H A Dataflop.c541 static int drive = 0; local
660 int type, drive = MINOR(device) & 3; local
1368 unsigned int drive = MINOR(dev) & 0x03; local
1395 int drive = MINOR(dev) & 3; local
1450 int device, drive, type; local
1562 int drive, type; local
1848 int drive, cnt = 0; local
1891 int drive, type; local
1942 int drive = MINOR(inode->i_rdev) & 3; local
[all...]
H A Dfloppy.c653 reschedule_timeout(int drive, const char *message, int marg) argument
724 disk_change(int drive) argument
782 register unsigned char drive, unit, newdor,olddor; local
834 int drive; local
847 set_fdc(int drive) argument
868 _lock_fdc(int drive, int interruptible, int line) argument
938 floppy_off(unsigned int drive) argument
966 int i, drive, saved_drive; local
2254 int drive=DRIVE(device); local
3028 user_reset_fdc(int drive, int arg, int interruptible) argument
3064 drive_name(int type, int drive) argument
3234 int drive, ret, ret2; local
3293 clear_write_error(int drive) argument
3298 set_geometry(unsigned int cmd, struct floppy_struct *g, int drive, int type, kdev_t device) argument
3408 get_floppy_geometry(int drive, int type, struct floppy_struct **g) argument
3430 int i,drive,type; local
3626 int drive; local
3672 int drive = DRIVE(inode->i_rdev); local
3693 int drive; local
3801 int drive = DRIVE(dev); local
3838 int drive=DRIVE(dev); local
3895 register_devfs_entries(int drive) argument
4148 int i,unit,drive; local
4368 int drive; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dfloppy.h251 static int sun_fd_eject(int drive) argument
471 static int sun_pci_fd_eject(int drive) argument
538 static int sun_pci_fd_test_drive(unsigned long port, int drive) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dfloppy.h251 static int sun_fd_eject(int drive) argument
471 static int sun_pci_fd_eject(int drive) argument
538 static int sun_pci_fd_test_drive(unsigned long port, int drive) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Disd200.c268 struct hd_driveid drive; member in struct:isd200_info
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-cd.c326 static void cdrom_saw_media_change (ide_drive_t *drive) argument
335 cdrom_log_sense(ide_drive_t *drive, struct packet_command *pc, struct request_sense *sense) argument
372 cdrom_analyze_sense_data(ide_drive_t *drive, struct packet_command *failed_command, struct request_sense *sense) argument
515 cdrom_queue_request_sense(ide_drive_t *drive, struct completion *wait, struct request_sense *sense, struct packet_command *failed_command) argument
543 cdrom_end_request(int uptodate, ide_drive_t *drive) argument
563 cdrom_decode_status(ide_startstop_t *startstop, ide_drive_t *drive, int good_stat, int *stat_ret) argument
681 cdrom_timer_expiry(ide_drive_t *drive) argument
713 cdrom_start_packet_command(ide_drive_t *drive, int xferlen, ide_handler_t *handler) argument
766 cdrom_transfer_packet_command(ide_drive_t *drive, struct packet_command *pc, ide_handler_t *handler) argument
808 cdrom_buffer_sectors(ide_drive_t *drive, unsigned long sector, int sectors_to_transfer) argument
852 cdrom_read_check_ireason(ide_drive_t *drive, int len, int ireason) argument
889 cdrom_read_intr(ide_drive_t *drive) argument
1020 cdrom_read_from_buffer(ide_drive_t *drive) argument
1078 cdrom_start_read_continuation(ide_drive_t *drive) argument
1139 cdrom_seek_intr(ide_drive_t *drive) argument
1162 cdrom_start_seek_continuation(ide_drive_t *drive) argument
1182 cdrom_start_seek(ide_drive_t *drive, unsigned int block) argument
1215 cdrom_attempt_remerge(ide_drive_t *drive, struct request *rq) argument
1259 cdrom_start_read(ide_drive_t *drive, unsigned int block) argument
1307 cdrom_pc_intr(ide_drive_t *drive) argument
1404 cdrom_do_pc_continuation(ide_drive_t *drive) argument
1417 cdrom_do_packet_command(ide_drive_t *drive) argument
1448 cdrom_queue_packet_command(ide_drive_t *drive, struct packet_command *pc) argument
1494 cdrom_write_check_ireason(ide_drive_t *drive, int len, int ireason) argument
1524 cdrom_write_intr(ide_drive_t *drive) argument
1626 cdrom_start_write_cont(ide_drive_t *drive) argument
1649 cdrom_start_write(ide_drive_t *drive, struct request *rq) argument
1684 ide_do_rw_cdrom(ide_drive_t *drive, struct request *rq, unsigned long block) argument
1790 cdrom_check_status(ide_drive_t *drive, struct request_sense *sense) argument
1814 cdrom_lockdoor(ide_drive_t *drive, int lockflag, struct request_sense *sense) argument
1858 cdrom_eject(ide_drive_t *drive, int ejectflag, struct request_sense *sense) argument
1878 cdrom_read_capacity(ide_drive_t *drive, unsigned long *capacity, struct request_sense *sense) argument
1903 cdrom_read_tocentry(ide_drive_t *drive, int trackno, int msf_flag, int format, char *buf, int buflen, struct request_sense *sense) argument
1929 cdrom_read_toc(ide_drive_t *drive, struct request_sense *sense) argument
2083 cdrom_read_subchannel(ide_drive_t *drive, int format, char *buf, int buflen, struct request_sense *sense) argument
2104 cdrom_select_speed(ide_drive_t *drive, int speed, struct request_sense *sense) argument
2133 cdrom_play_audio(ide_drive_t *drive, int lba_start, int lba_end) argument
2148 cdrom_get_toc_entry(ide_drive_t *drive, int track, struct atapi_toc_entry **ent) argument
2180 ide_drive_t *drive = (ide_drive_t*) cdi->handle; local
2251 ide_drive_t *drive = (ide_drive_t*) cdi->handle; local
2327 ide_drive_t *drive = (ide_drive_t*) cdi->handle; local
2350 ide_drive_t *drive = (ide_drive_t*) cdi->handle; local
2364 ide_drive_t *drive = (ide_drive_t*) cdi->handle; local
2371 ide_drive_t *drive = (ide_drive_t*) cdi->handle; local
2385 ide_drive_t *drive = (ide_drive_t*) cdi->handle; local
2420 ide_drive_t *drive = (ide_drive_t*) cdi->handle; local
2442 ide_drive_t *drive = (ide_drive_t*) cdi->handle; local
2466 ide_drive_t *drive = (ide_drive_t*) cdi->handle; local
2524 ide_cdrom_register(ide_drive_t *drive, int nslots) argument
2565 ide_cdrom_get_capabilities(ide_drive_t *drive, struct atapi_capabilities_page *cap) argument
2600 ide_cdrom_probe_capabilities(ide_drive_t *drive) argument
2708 ide_cdrom_add_settings(ide_drive_t *drive) argument
2720 ide_cdrom_setup(ide_drive_t *drive) argument
2863 ide_cdrom_ioctl(ide_drive_t *drive, struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) argument
2871 ide_cdrom_open(struct inode *ip, struct file *fp, ide_drive_t *drive) argument
2887 ide_cdrom_release(struct inode *inode, struct file *file, ide_drive_t *drive) argument
2895 ide_cdrom_check_media_change(ide_drive_t *drive) argument
2902 ide_cdrom_revalidate(ide_drive_t *drive) argument
2929 ide_cdrom_capacity(ide_drive_t *drive) argument
2940 ide_cdrom_cleanup(ide_drive_t *drive) argument
3002 ide_cdrom_reinit(ide_drive_t *drive) argument
3037 ide_drive_t *drive; local
3050 ide_drive_t *drive; local
[all...]
H A Dide-pmac.c270 pmac_ide_find(ide_drive_t *drive) argument
334 pmac_ide_selectproc(ide_drive_t *drive) argument
360 wait_for_ready(ide_drive_t *drive) argument
386 pmac_ide_do_setfeature(ide_drive_t *drive, byte command) argument
393 SELECT_DRIVE(HWIF(drive), drive); local
394 SELECT_MASK(HWIF(drive), drive, 0); local
412 SELECT_MASK(HWIF(drive), drive, 0); local
441 pmac_ide_tuneproc(ide_drive_t *drive, byte pio) argument
641 pmac_ide_tune_chipset(ide_drive_t *drive, byte speed) argument
1098 pmac_ide_build_dmatable(ide_drive_t *drive, int ix, int wr) argument
1169 pmac_ide_destroy_dmatable(ide_drive_t *drive, int ix) argument
1213 pmac_ide_mdma_enable(ide_drive_t *drive, int idx) argument
1254 pmac_ide_udma_enable(ide_drive_t *drive, int idx, int high_speed) argument
1285 pmac_ide_check_dma(ide_drive_t *drive) argument
1326 pmac_ide_toggle_bounce(ide_drive_t *drive, int on) argument
1344 pmac_ide_dmaproc(ide_dma_action_t func, ide_drive_t *drive) argument
1378 SELECT_READ_WRITE(HWIF(drive),drive,func); local
1475 idepmac_sleep_device(ide_drive_t *drive, int i, unsigned base) argument
1510 idepmac_wake_device(ide_drive_t *drive, int used_dma) argument
1574 idepmac_sleep_drive(ide_drive_t *drive, int idx, unsigned long base) argument
1594 idepmac_wake_drive(ide_drive_t *drive, unsigned long base) argument
1705 ide_drive_t *drive = &hwif->drives[dn]; local
1739 ide_drive_t *drive; local
[all...]
H A Dide.c268 ide_drive_t *drive = &hwif->drives[unit]; local
321 drive_is_flashcard(ide_drive_t *drive) argument
382 ide_input_data(ide_drive_t *drive, void *buffer, unsigned int wcount) argument
427 ide_output_data(ide_drive_t *drive, void *buffer, unsigned int wcount) argument
472 atapi_input_bytes(ide_drive_t *drive, void *buffer, unsigned int bytecount) argument
493 atapi_output_bytes(ide_drive_t *drive, void *buffer, unsigned int bytecount) argument
518 drive_is_ready(ide_drive_t *drive) argument
549 ide_drive_t *drive = hwgroup->drive; local
579 ide_set_handler(ide_drive_t *drive, ide_handler_t *handler, unsigned int timeout, ide_expiry_t *expiry) argument
601 current_capacity(ide_drive_t *drive) argument
620 ide_drive_t *drive = &hwif->drives[unit]; local
643 atapi_reset_pollfunc(ide_drive_t *drive) argument
648 SELECT_DRIVE(HWIF(drive),drive); local
672 reset_pollfunc(ide_drive_t *drive) argument
719 check_dma_crc(ide_drive_t *drive) argument
732 pre_reset(ide_drive_t *drive) argument
765 do_reset1(ide_drive_t *drive, int do_not_try_atapi) argument
835 ide_do_reset(ide_drive_t *drive) argument
840 read_24(ide_drive_t *drive) argument
850 ide_end_drive_cmd(ide_drive_t *drive, byte stat, byte err) argument
930 ide_dump_status(ide_drive_t *drive, const char *msg, byte stat) argument
1015 try_to_flush_leftover_data(ide_drive_t *drive) argument
1032 ide_error(ide_drive_t *drive, const char *msg, byte stat) argument
1095 ide_cmd(ide_drive_t *drive, byte cmd, byte nsect, ide_handler_t *handler) argument
1100 SELECT_MASK(HWIF(drive),drive,0); local
1108 drive_cmd_intr(ide_drive_t *drive) argument
1135 do_special(ide_drive_t *drive) argument
1167 ide_wait_stat(ide_startstop_t *startstop, ide_drive_t *drive, byte good, byte bad, unsigned long timeout) argument
1212 execute_drive_cmd(ide_drive_t *drive, struct request *rq) argument
1329 start_request(ide_drive_t *drive, struct request *rq) argument
1404 restart_request(ide_drive_t *drive) argument
1423 ide_stall_queue(ide_drive_t *drive, unsigned long timeout) argument
1437 ide_drive_t *drive, *best; local
1515 ide_drive_t *drive; local
1614 ide_dma_timeout_retry(ide_drive_t *drive) argument
1680 ide_drive_t *drive = hwgroup->drive; local
1798 ide_drive_t *drive; local
1908 ide_drive_t *drive = &hwif->drives[unit]; local
1952 ide_do_drive_cmd(ide_drive_t *drive, struct request *rq, ide_action_t action) argument
2000 ide_drive_t *drive; local
2040 ide_drive_t *drive; local
2087 ide_drive_t *drive; local
2125 ide_drive_t *drive; local
2135 ide_replace_subdriver(ide_drive_t *drive, const char *driver) argument
2197 ide_drive_t *drive, *d; local
2463 ide_add_setting(ide_drive_t *drive, const char *name, int rw, int read_ioctl, int write_ioctl, int data_type, int min, int max, int mul_factor, int div_factor, void *data, ide_procset_t *set) argument
2489 ide_remove_setting(ide_drive_t *drive, char *name) argument
2502 ide_find_setting_by_ioctl(ide_drive_t *drive, int cmd) argument
2514 ide_find_setting_by_name(ide_drive_t *drive, char *name) argument
2526 auto_remove_settings(ide_drive_t *drive) argument
2540 ide_read_setting(ide_drive_t *drive, ide_settings_t *setting) argument
2564 ide_spin_wait_hwgroup(ide_drive_t *drive) argument
2587 ide_write_setting(ide_drive_t *drive, ide_settings_t *setting, int val) argument
2622 set_io_32bit(ide_drive_t *drive, int arg) argument
2632 set_using_dma(ide_drive_t *drive, int arg) argument
2643 set_pio_mode(ide_drive_t *drive, int arg) argument
2658 ide_add_generic_settings(ide_drive_t *drive) argument
2676 ide_wait_cmd(ide_drive_t *drive, int cmd, int nsect, int feature, int sectors, byte *buf) argument
2693 ide_wait_cmd_task(ide_drive_t *drive, byte *buf) argument
2726 ide_reinit_drive(ide_drive_t *drive) argument
2785 ide_drive_t *drive; local
3048 ide_drive_t *drive; local
3232 ide_drive_t *drive; local
3702 default_cleanup(ide_drive_t *drive) argument
3707 default_standby(ide_drive_t *drive) argument
3712 default_flushcache(ide_drive_t *drive) argument
3717 default_do_request(ide_drive_t *drive, struct request *rq, unsigned long block) argument
3728 default_ioctl(ide_drive_t *drive, struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) argument
3734 default_open(struct inode *inode, struct file *filp, ide_drive_t *drive) argument
3740 default_release(struct inode *inode, struct file *filp, ide_drive_t *drive) argument
3744 default_check_media_change(ide_drive_t *drive) argument
3749 default_pre_reset(ide_drive_t *drive) argument
3753 default_capacity(ide_drive_t *drive) argument
3758 default_special(ide_drive_t *drive) argument
3767 default_reinit(ide_drive_t *drive) argument
3774 setup_driver_defaults(ide_drive_t *drive) argument
3802 ide_drive_t *drive = &hwif->drives[unit]; local
3813 ide_register_subdriver(ide_drive_t *drive, ide_driver_t *driver, int version) argument
3849 ide_unregister_subdriver(ide_drive_t *drive) argument
3979 ide_drive_t *drive; local
[all...]
H A Dide-floppy.c273 ide_drive_t *drive; member in struct:__anon1368
668 idefloppy_discard_data(ide_drive_t *drive, unsigned int bcount) argument
675 idefloppy_write_zeros(ide_drive_t *drive, unsigned int bcount) argument
690 ide_drive_t *drive = hwgroup->drive; local
717 idefloppy_input_buffers(ide_drive_t *drive, idefloppy_pc_t *pc, unsigned int bcount) argument
742 idefloppy_output_buffers(ide_drive_t *drive, idefloppy_pc_t *pc, unsigned int bcount) argument
770 idefloppy_update_buffers(ide_drive_t *drive, idefloppy_pc_t *pc) argument
785 idefloppy_queue_pc_head(ide_drive_t *drive,idefloppy_pc_t *pc,struct request *rq) argument
793 idefloppy_next_pc_storage(ide_drive_t *drive) argument
802 idefloppy_next_rq_storage(ide_drive_t *drive) argument
815 idefloppy_analyze_error(ide_drive_t *drive,idefloppy_request_sense_result_t *result) argument
830 idefloppy_request_sense_callback(ide_drive_t *drive) argument
849 idefloppy_pc_callback(ide_drive_t *drive) argument
889 idefloppy_retry_pc(ide_drive_t *drive) argument
906 idefloppy_pc_intr(ide_drive_t *drive) argument
1019 idefloppy_transfer_pc(ide_drive_t *drive) argument
1052 idefloppy_transfer_pc2(ide_drive_t *drive) argument
1060 idefloppy_transfer_pc1(ide_drive_t *drive) argument
1092 idefloppy_issue_pc(ide_drive_t *drive, idefloppy_pc_t *pc) argument
1174 idefloppy_rw_callback(ide_drive_t *drive) argument
1297 idefloppy_do_request(ide_drive_t *drive, struct request *rq, unsigned long block) argument
1343 idefloppy_queue_pc_tail(ide_drive_t *drive,idefloppy_pc_t *pc) argument
1357 idefloppy_get_flexible_disk_page(ide_drive_t *drive) argument
1398 idefloppy_get_capability_page(ide_drive_t *drive) argument
1424 idefloppy_get_capacity(ide_drive_t *drive) argument
1516 idefloppy_get_format_capacities(ide_drive_t *drive, struct inode *inode, struct file *file, int *arg) argument
1596 idefloppy_begin_format(ide_drive_t *drive, struct inode *inode, struct file *file, int *arg) argument
1632 idefloppy_get_format_progress(ide_drive_t *drive, struct inode *inode, struct file *file, int *arg) argument
1680 idefloppy_ioctl(ide_drive_t *drive, struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) argument
1760 idefloppy_open(struct inode *inode, struct file *filp, ide_drive_t *drive) argument
1815 idefloppy_release(struct inode *inode, struct file *filp, ide_drive_t *drive) argument
1842 idefloppy_media_change(ide_drive_t *drive) argument
1852 idefloppy_revalidate(ide_drive_t *drive) argument
1862 idefloppy_capacity(ide_drive_t *drive) argument
1874 idefloppy_identify_device(ide_drive_t *drive,struct hd_driveid *id) argument
1986 idefloppy_add_settings(ide_drive_t *drive) argument
2008 idefloppy_setup(ide_drive_t *drive, idefloppy_floppy_t *floppy) argument
2058 idefloppy_cleanup(ide_drive_t *drive) argument
2121 idefloppy_reinit(ide_drive_t *drive) argument
2159 ide_drive_t *drive; local
2182 ide_drive_t *drive; local
[all...]
H A Dide-tape.c560 ide_drive_t *drive; member in struct:__anon1394
982 ide_drive_t *drive; member in struct:__anon1409
1188 static void idetape_discard_data (ide_drive_t *drive, unsigned int bcount) argument
1194 static void idetape_input_buffers (ide_drive_t *drive, idetape_pc_t *pc, unsigned int bcount) argument
1220 idetape_output_buffers(ide_drive_t *drive, idetape_pc_t *pc, unsigned int bcount) argument
1278 idetape_next_pc_storage(ide_drive_t *drive) argument
1304 idetape_next_rq_storage(ide_drive_t *drive) argument
1337 idetape_analyze_error(ide_drive_t *drive, idetape_request_sense_result_t *result) argument
1399 idetape_abort_pipeline(ide_drive_t *drive) argument
1420 idetape_active_next_stage(ide_drive_t *drive) argument
1451 idetape_increase_max_pipeline_stages(ide_drive_t *drive) argument
1500 idetape_remove_stage_head(ide_drive_t *drive) argument
1540 ide_drive_t *drive = hwgroup->drive; local
1637 idetape_request_sense_callback(ide_drive_t *drive) argument
1683 idetape_queue_pc_head(ide_drive_t *drive,idetape_pc_t *pc,struct request *rq) argument
1696 idetape_retry_pc(ide_drive_t *drive) argument
1717 idetape_postpone_request(ide_drive_t *drive) argument
1737 idetape_pc_intr(ide_drive_t *drive) argument
1929 idetape_transfer_pc(ide_drive_t *drive) argument
1962 idetape_issue_packet_command(ide_drive_t *drive, idetape_pc_t *pc) argument
2042 idetape_pc_callback(ide_drive_t *drive) argument
2076 idetape_onstream_buffer_fill_callback(ide_drive_t *drive) argument
2104 idetape_queue_onstream_buffer_fill(ide_drive_t *drive) argument
2116 calculate_speeds(ide_drive_t *drive) argument
2164 idetape_media_access_finished(ide_drive_t *drive) argument
2188 idetape_rw_callback(ide_drive_t *drive) argument
2312 idetape_do_request(ide_drive_t *drive, struct request *rq, unsigned long block) argument
2685 idetape_add_stage_tail(ide_drive_t *drive,idetape_stage_t *stage) argument
2711 idetape_init_stage(ide_drive_t *drive, idetape_stage_t *stage, int frame_type, int logical_blk_num) argument
2774 idetape_wait_for_request(ide_drive_t *drive, struct request *rq) argument
2794 idetape_read_position_callback(ide_drive_t *drive) argument
2842 idetape_create_write_filemark_cmd(ide_drive_t *drive, idetape_pc_t *pc,int write_filemark) argument
2882 __idetape_queue_pc_tail(ide_drive_t *drive, idetape_pc_t *pc) argument
2892 idetape_create_load_unload_cmd(ide_drive_t *drive, idetape_pc_t *pc,int cmd) argument
2908 idetape_wait_ready(ide_drive_t *drive, unsigned long long timeout) argument
2936 idetape_queue_pc_tail(ide_drive_t *drive,idetape_pc_t *pc) argument
2950 idetape_flush_tape_buffers(ide_drive_t *drive) argument
2970 idetape_read_position(ide_drive_t *drive) argument
3003 idetape_create_locate_cmd(ide_drive_t *drive, idetape_pc_t *pc, unsigned int block, byte partition, int skip) argument
3026 idetape_create_prevent_cmd(ide_drive_t *drive, idetape_pc_t *pc, int prevent) argument
3040 __idetape_discard_read_pipeline(ide_drive_t *drive) argument
3081 idetape_position_tape(ide_drive_t *drive, unsigned int block, byte partition, int skip) argument
3099 idetape_discard_read_pipeline(ide_drive_t *drive, int restore_position) argument
3120 idetape_update_stats(ide_drive_t *drive) argument
3133 idetape_queue_rw_tail(ide_drive_t *drive, int cmd, int blocks, struct buffer_head *bh) argument
3173 idetape_onstream_read_back_buffer(ide_drive_t *drive) argument
3227 idetape_onstream_write_error_recovery(ide_drive_t *drive) argument
3269 idetape_insert_pipeline_into_queue(ide_drive_t *drive) argument
3292 idetape_create_rewind_cmd(ide_drive_t *drive, idetape_pc_t *pc) argument
3337 idetape_verify_stage(ide_drive_t *drive, idetape_stage_t *stage, int logical_blk_num, int quiet) argument
3410 idetape_wait_first_stage(ide_drive_t *drive) argument
3434 idetape_add_chrdev_write_request(ide_drive_t *drive, int blocks) argument
3522 idetape_wait_for_pipeline(ide_drive_t *drive) argument
3536 idetape_empty_write_pipeline(ide_drive_t *drive) argument
3602 idetape_restart_speed_control(ide_drive_t *drive) argument
3617 idetape_initiate_read(ide_drive_t *drive, int max_stages) argument
3686 idetape_get_logical_blk(ide_drive_t *drive, int logical_blk_num, int max_stages, int quiet) argument
3757 idetape_add_chrdev_read_request(ide_drive_t *drive,int blocks) argument
3831 idetape_pad_zeros(ide_drive_t *drive, int bcount) argument
3852 idetape_pipeline_size(ide_drive_t *drive) argument
3877 idetape_rewind_tape(ide_drive_t *drive) argument
3907 idetape_blkdev_ioctl(ide_drive_t *drive, struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) argument
3941 idetape_blkdev_open(struct inode *inode, struct file *filp, ide_drive_t *drive) argument
3950 idetape_blkdev_release(struct inode *inode, struct file *filp, ide_drive_t *drive) argument
3961 idetape_pre_reset(ide_drive_t *drive) argument
3980 idetape_onstream_space_over_filemarks_backward(ide_drive_t *drive,short mt_op,int mt_count) argument
4024 idetape_onstream_space_over_filemarks_forward_slow(ide_drive_t *drive,short mt_op,int mt_count) argument
4067 idetape_onstream_space_over_filemarks_forward_fast(ide_drive_t *drive,short mt_op,int mt_count) argument
4151 idetape_space_over_filemarks(ide_drive_t *drive,short mt_op,int mt_count) argument
4259 ide_drive_t *drive = get_drive_ptr (inode->i_rdev); local
4328 idetape_update_last_marker(ide_drive_t *drive, int last_mark_addr, int next_mark_addr) argument
4382 idetape_write_filler(ide_drive_t *drive, int block, int cnt) argument
4413 __idetape_write_header(ide_drive_t *drive, int block, int cnt) argument
4448 idetape_write_header(ide_drive_t *drive, int locate_eod) argument
4474 ide_drive_t *drive = get_drive_ptr (inode->i_rdev); local
4610 idetape_write_filemark(ide_drive_t *drive) argument
4641 idetape_write_eod(ide_drive_t *drive) argument
4658 idetape_seek_logical_blk(ide_drive_t *drive, int logical_blk_num) argument
4757 idetape_mtioctop(ide_drive_t *drive,short mt_op,int mt_count) argument
4933 ide_drive_t *drive = get_drive_ptr (inode->i_rdev); local
4999 __idetape_analyze_headers(ide_drive_t *drive, int block) argument
5065 idetape_analyze_headers(ide_drive_t *drive) argument
5097 ide_drive_t *drive; local
5155 ide_drive_t *drive = get_drive_ptr (inode->i_rdev); local
5180 ide_drive_t *drive = get_drive_ptr (inode->i_rdev); local
5229 idetape_identify_device(ide_drive_t *drive,struct hd_driveid *id) argument
5351 idetape_onstream_set_vendor(ide_drive_t *drive, char *vendor) argument
5378 idetape_onstream_set_retries(ide_drive_t *drive, int retries) argument
5399 idetape_onstream_configure_block_size(ide_drive_t *drive) argument
5445 idetape_get_inquiry_results(ide_drive_t *drive) argument
5475 idetape_configure_onstream(ide_drive_t *drive) argument
5499 idetape_onstream_mode_sense_tape_parameter_page(ide_drive_t *drive, int debug) argument
5528 idetape_get_mode_sense_results(ide_drive_t *drive) argument
5602 idetape_get_blocksize_from_block_descriptor(ide_drive_t *drive) argument
5626 idetape_add_settings(ide_drive_t *drive) argument
5673 idetape_setup(ide_drive_t *drive, idetape_tape_t *tape, int minor) argument
5776 idetape_cleanup(ide_drive_t *drive) argument
5809 ide_drive_t *drive = (ide_drive_t *) data; local
5879 idetape_reinit(ide_drive_t *drive) argument
5889 ide_drive_t *drive; local
5905 ide_drive_t *drive; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Dmcdx.c1081 mcdx_init_drive(int drive) argument
1244 int drive; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dfd_mcs.c1388 int drive; local
H A Dfdomain.c1844 int drive; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dide.h591 ide_drive_t *drive; /* current drive */ member in struct:hwgroup_s
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dide.h591 ide_drive_t *drive; /* current drive */ member in struct:hwgroup_s
[all...]

Completed in 356 milliseconds

123