Searched refs:ide_startstop_t (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | ide.h | 267 } 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 *); 1057 ide_startstop_t ide_start_power_step(ide_drive_t *, struct request *); 1069 ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); 1112 ide_startstop_t ide_error(ide_drive_t *, const char *, u8); 1121 int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); 1123 ide_startstop_t ide_do_park_unpark(ide_drive_t *, struct request *); [all …]
|