Home
last modified time | relevance | path

Searched refs:ide_startstop_t (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/drivers/ide/
Dide-eh.c7 static ide_startstop_t ide_ata_error(ide_drive_t *drive, struct request *rq, in ide_ata_error()
63 static ide_startstop_t ide_atapi_error(ide_drive_t *drive, struct request *rq, in ide_atapi_error()
93 static ide_startstop_t __ide_error(ide_drive_t *drive, struct request *rq, in __ide_error()
114 ide_startstop_t ide_error(ide_drive_t *drive, const char *msg, u8 stat) in ide_error()
159 static ide_startstop_t do_reset1(ide_drive_t *, int);
167 static ide_startstop_t atapi_reset_pollfunc(ide_drive_t *drive) in atapi_reset_pollfunc()
223 static ide_startstop_t reset_pollfunc(ide_drive_t *drive) in reset_pollfunc()
334 static ide_startstop_t do_reset1(ide_drive_t *drive, int do_not_try_atapi) in do_reset1()
438 ide_startstop_t ide_do_reset(ide_drive_t *drive) in ide_do_reset()
Dide-taskfile.c74 static ide_startstop_t task_no_data_intr(ide_drive_t *);
75 static ide_startstop_t pre_task_out_intr(ide_drive_t *, struct ide_cmd *);
76 static ide_startstop_t task_pio_intr(ide_drive_t *);
78 ide_startstop_t do_rw_taskfile(ide_drive_t *drive, struct ide_cmd *orig_cmd) in do_rw_taskfile()
148 static ide_startstop_t task_no_data_intr(ide_drive_t *drive) in task_no_data_intr()
345 static ide_startstop_t task_pio_intr(ide_drive_t *drive) in task_pio_intr()
404 static ide_startstop_t pre_task_out_intr(ide_drive_t *drive, in pre_task_out_intr()
407 ide_startstop_t startstop; in pre_task_out_intr()
Dide-io.c185 static ide_startstop_t do_special(ide_drive_t *drive) in do_special()
253 static ide_startstop_t execute_drive_cmd (ide_drive_t *drive, in execute_drive_cmd()
280 static ide_startstop_t ide_special_rq(ide_drive_t *drive, struct request *rq) in ide_special_rq()
306 static ide_startstop_t start_request (ide_drive_t *drive, struct request *rq) in start_request()
308 ide_startstop_t startstop; in start_request()
462 ide_startstop_t startstop; in do_ide_request()
636 ide_startstop_t startstop = ide_stopped; in ide_timer_expiry()
777 ide_startstop_t startstop; in ide_intr()
Dide-dma.c91 ide_startstop_t ide_dma_intr(ide_drive_t *drive) in ide_dma_intr()
448 ide_startstop_t ide_dma_timeout_retry(ide_drive_t *drive, int error) in ide_dma_timeout_retry()
453 ide_startstop_t ret = ide_stopped; in ide_dma_timeout_retry()
Dide-atapi.c389 static ide_startstop_t ide_pc_intr(ide_drive_t *drive) in ide_pc_intr()
582 static ide_startstop_t ide_transfer_pc(ide_drive_t *drive) in ide_transfer_pc()
590 ide_startstop_t startstop; in ide_transfer_pc()
669 ide_startstop_t ide_issue_pc(ide_drive_t *drive, struct ide_cmd *cmd) in ide_issue_pc()
Dide-disk.c81 static ide_startstop_t __ide_do_rw_disk(ide_drive_t *drive, struct request *rq, in __ide_do_rw_disk()
90 ide_startstop_t rc; in __ide_do_rw_disk()
181 static ide_startstop_t ide_do_rw_disk(ide_drive_t *drive, struct request *rq, in ide_do_rw_disk()
Dide-park.c61 ide_startstop_t ide_do_park_unpark(ide_drive_t *drive, struct request *rq) in ide_do_park_unpark()
Dide-devsets.c182 ide_startstop_t ide_do_devset(ide_drive_t *drive, struct request *rq) in ide_do_devset()
Dide-floppy.c122 static ide_startstop_t ide_floppy_issue_pc(ide_drive_t *drive, in ide_floppy_issue_pc()
228 static ide_startstop_t ide_floppy_do_request(ide_drive_t *drive, in ide_floppy_do_request()
Dide-pm.c111 ide_startstop_t ide_start_power_step(ide_drive_t *drive, struct request *rq) in ide_start_power_step()
Dide-iops.c164 int ide_wait_stat(ide_startstop_t *startstop, ide_drive_t *drive, u8 good, in ide_wait_stat()
Dide-gd.c159 static ide_startstop_t ide_gd_do_request(ide_drive_t *drive,
Dide-cd.c521 static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive) in cdrom_newpc_intr()
701 static ide_startstop_t cdrom_start_rw(ide_drive_t *drive, struct request *rq) in cdrom_start_rw()
776 static ide_startstop_t ide_cd_do_request(ide_drive_t *drive, struct request *rq, in ide_cd_do_request()
Dide-tape.c439 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()
/linux-3.4.99/include/linux/
Dide.h226 } ide_startstop_t; typedef
371 ide_startstop_t (*do_request)(struct ide_drive_s *, struct request *,
565 ide_startstop_t (*irq_handler)(struct ide_drive_s *);
749 ide_startstop_t (*handler)(ide_drive_t *);
803 typedef ide_startstop_t (ide_handler_t)(ide_drive_t *);
1007 ide_startstop_t ide_start_power_step(ide_drive_t *, struct request *);
1019 ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t);
1061 ide_startstop_t ide_error(ide_drive_t *, const char *, u8);
1070 int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long);
1072 ide_startstop_t ide_do_park_unpark(ide_drive_t *, struct request *);
[all …]