Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/ide/
Dide-eh.c8 static ide_startstop_t ide_ata_error(ide_drive_t *drive, struct request *rq, in ide_ata_error()
64 static ide_startstop_t ide_atapi_error(ide_drive_t *drive, struct request *rq, in ide_atapi_error()
94 static ide_startstop_t __ide_error(ide_drive_t *drive, struct request *rq, in __ide_error()
115 ide_startstop_t ide_error(ide_drive_t *drive, const char *msg, u8 stat) in ide_error()
160 static ide_startstop_t do_reset1(ide_drive_t *, int);
168 static ide_startstop_t atapi_reset_pollfunc(ide_drive_t *drive) in atapi_reset_pollfunc()
224 static ide_startstop_t reset_pollfunc(ide_drive_t *drive) in reset_pollfunc()
335 static ide_startstop_t do_reset1(ide_drive_t *drive, int do_not_try_atapi) in do_reset1()
439 ide_startstop_t ide_do_reset(ide_drive_t *drive) in ide_do_reset()
Dide-io.c195 static ide_startstop_t do_special(ide_drive_t *drive) in do_special()
266 static ide_startstop_t execute_drive_cmd (ide_drive_t *drive, in execute_drive_cmd()
293 static ide_startstop_t ide_special_rq(ide_drive_t *drive, struct request *rq) in ide_special_rq()
319 static ide_startstop_t start_request (ide_drive_t *drive, struct request *rq) in start_request()
321 ide_startstop_t startstop; in start_request()
464 ide_startstop_t startstop; in ide_issue_rq()
645 ide_startstop_t startstop = ide_stopped; in ide_timer_expiry()
786 ide_startstop_t startstop; in ide_intr()
Dide-taskfile.c76 static ide_startstop_t task_no_data_intr(ide_drive_t *);
77 static ide_startstop_t pre_task_out_intr(ide_drive_t *, struct ide_cmd *);
78 static ide_startstop_t task_pio_intr(ide_drive_t *);
80 ide_startstop_t do_rw_taskfile(ide_drive_t *drive, struct ide_cmd *orig_cmd) in do_rw_taskfile()
151 static ide_startstop_t task_no_data_intr(ide_drive_t *drive) in task_no_data_intr()
337 static ide_startstop_t task_pio_intr(ide_drive_t *drive) in task_pio_intr()
396 static ide_startstop_t pre_task_out_intr(ide_drive_t *drive, in pre_task_out_intr()
399 ide_startstop_t startstop; in pre_task_out_intr()
Dide-dma.c91 ide_startstop_t ide_dma_intr(ide_drive_t *drive) in ide_dma_intr()
446 ide_startstop_t ide_dma_timeout_retry(ide_drive_t *drive, int error) in ide_dma_timeout_retry()
451 ide_startstop_t ret = ide_stopped; in ide_dma_timeout_retry()
Dide-atapi.c416 static ide_startstop_t ide_pc_intr(ide_drive_t *drive) in ide_pc_intr()
610 static ide_startstop_t ide_transfer_pc(ide_drive_t *drive) in ide_transfer_pc()
618 ide_startstop_t startstop; in ide_transfer_pc()
697 ide_startstop_t ide_issue_pc(ide_drive_t *drive, struct ide_cmd *cmd) in ide_issue_pc()
Dide-disk.c82 static ide_startstop_t __ide_do_rw_disk(ide_drive_t *drive, struct request *rq, in __ide_do_rw_disk()
91 ide_startstop_t rc; in __ide_do_rw_disk()
182 static ide_startstop_t ide_do_rw_disk(ide_drive_t *drive, struct request *rq, in ide_do_rw_disk()
Dide-devsets.c183 ide_startstop_t ide_do_devset(ide_drive_t *drive, struct request *rq) in ide_do_devset()
Dide-park.c65 ide_startstop_t ide_do_park_unpark(ide_drive_t *drive, struct request *rq) in ide_do_park_unpark()
Dide-floppy.c124 static ide_startstop_t ide_floppy_issue_pc(ide_drive_t *drive, in ide_floppy_issue_pc()
230 static ide_startstop_t ide_floppy_do_request(ide_drive_t *drive, in ide_floppy_do_request()
Dide-pm.c129 ide_startstop_t ide_start_power_step(ide_drive_t *drive, struct request *rq) in ide_start_power_step()
Dide-gd.c160 static ide_startstop_t ide_gd_do_request(ide_drive_t *drive,
Dide-iops.c170 int ide_wait_stat(ide_startstop_t *startstop, ide_drive_t *drive, u8 good, in ide_wait_stat()
Dide-cd.c607 static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive) in cdrom_newpc_intr()
801 static ide_startstop_t cdrom_start_rw(ide_drive_t *drive, struct request *rq) in cdrom_start_rw()
876 static ide_startstop_t ide_cd_do_request(ide_drive_t *drive, struct request *rq, in ide_cd_do_request()
Dide-tape.c440 static ide_startstop_t ide_tape_issue_pc(ide_drive_t *drive, in ide_tape_issue_pc()
516 static ide_startstop_t idetape_media_access_finished(ide_drive_t *drive) in idetape_media_access_finished()
567 static ide_startstop_t idetape_do_request(ide_drive_t *drive, in idetape_do_request()
/Linux-v5.10/include/linux/
Dide.h267 } ide_startstop_t; typedef
412 ide_startstop_t (*do_request)(struct ide_drive_s *, struct request *,
610 ide_startstop_t (*irq_handler)(struct ide_drive_s *);
799 ide_startstop_t (*handler)(ide_drive_t *);
853 typedef ide_startstop_t (ide_handler_t)(ide_drive_t *);
1061 ide_startstop_t ide_start_power_step(ide_drive_t *, struct request *);
1073 ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t);
1116 ide_startstop_t ide_error(ide_drive_t *, const char *, u8);
1125 int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long);
1127 ide_startstop_t ide_do_park_unpark(ide_drive_t *, struct request *);
[all …]