ide_startstop_t   367 include/linux/ide.h 	ide_startstop_t	(*do_request)(struct ide_drive_s *, struct request *,
ide_startstop_t   561 include/linux/ide.h 	ide_startstop_t (*irq_handler)(struct ide_drive_s *);
ide_startstop_t   745 include/linux/ide.h 	ide_startstop_t	(*handler)(ide_drive_t *);
ide_startstop_t   799 include/linux/ide.h typedef ide_startstop_t (ide_handler_t)(ide_drive_t *);
ide_startstop_t  1003 include/linux/ide.h ide_startstop_t ide_start_power_step(ide_drive_t *, struct request *);
ide_startstop_t  1015 include/linux/ide.h 	ide_startstop_t	(*do_request)(ide_drive_t *, struct request *, sector_t);
ide_startstop_t  1057 include/linux/ide.h ide_startstop_t ide_error(ide_drive_t *, const char *, u8);
ide_startstop_t  1066 include/linux/ide.h int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long);
ide_startstop_t  1068 include/linux/ide.h ide_startstop_t ide_do_park_unpark(ide_drive_t *, struct request *);
ide_startstop_t  1069 include/linux/ide.h ide_startstop_t ide_do_devset(ide_drive_t *, struct request *);
ide_startstop_t  1071 include/linux/ide.h extern ide_startstop_t ide_do_reset (ide_drive_t *);
ide_startstop_t  1141 include/linux/ide.h ide_startstop_t ide_issue_pc(ide_drive_t *, struct ide_cmd *);
ide_startstop_t  1143 include/linux/ide.h ide_startstop_t do_rw_taskfile(ide_drive_t *, struct ide_cmd *);
ide_startstop_t  1359 include/linux/ide.h ide_startstop_t ide_dma_intr(ide_drive_t *);
ide_startstop_t  1383 include/linux/ide.h ide_startstop_t ide_dma_timeout_retry(ide_drive_t *, int);
ide_startstop_t  1394 include/linux/ide.h static inline ide_startstop_t ide_dma_intr(ide_drive_t *drive) { return ide_stopped; }
ide_startstop_t  1395 include/linux/ide.h static inline ide_startstop_t ide_dma_timeout_retry(ide_drive_t *drive, int error) { return ide_stopped; }