Lines Matching refs:ide_startstop_t
226 } 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 *);
1073 ide_startstop_t ide_do_devset(ide_drive_t *, struct request *);
1075 extern ide_startstop_t ide_do_reset (ide_drive_t *);
1145 ide_startstop_t ide_issue_pc(ide_drive_t *, struct ide_cmd *);
1147 ide_startstop_t do_rw_taskfile(ide_drive_t *, struct ide_cmd *);
1363 ide_startstop_t ide_dma_intr(ide_drive_t *);
1387 ide_startstop_t ide_dma_timeout_retry(ide_drive_t *, int);
1398 static inline ide_startstop_t ide_dma_intr(ide_drive_t *drive) { return ide_stopped; } in ide_dma_intr()
1399 static inline ide_startstop_t ide_dma_timeout_retry(ide_drive_t *drive, int error) { return ide_sto… in ide_dma_timeout_retry()