ide_startstop_t 862 include/linux/ide.h typedef ide_startstop_t (ide_handler_t)(ide_drive_t *); ide_startstop_t 870 include/linux/ide.h ide_startstop_t (*handler)(ide_drive_t *); ide_startstop_t 1117 include/linux/ide.h ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); ide_startstop_t 1119 include/linux/ide.h ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8); ide_startstop_t 1164 include/linux/ide.h ide_startstop_t __ide_error(ide_drive_t *, struct request *, u8, u8); ide_startstop_t 1166 include/linux/ide.h ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, byte stat); ide_startstop_t 1174 include/linux/ide.h int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); ide_startstop_t 1176 include/linux/ide.h extern ide_startstop_t ide_do_reset (ide_drive_t *); ide_startstop_t 1251 include/linux/ide.h ide_startstop_t ide_issue_pc(ide_drive_t *, unsigned int, ide_expiry_t *); ide_startstop_t 1253 include/linux/ide.h ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *); ide_startstop_t 1445 include/linux/ide.h ide_startstop_t ide_dma_intr(ide_drive_t *);