Searched defs:ide_dma_ops (Results 1 – 1 of 1) sorted by relevance
652 struct ide_dma_ops { struct653 void (*dma_host_set)(struct ide_drive_s *, int);654 int (*dma_setup)(struct ide_drive_s *, struct ide_cmd *);655 void (*dma_start)(struct ide_drive_s *);656 int (*dma_end)(struct ide_drive_s *);657 int (*dma_test_irq)(struct ide_drive_s *);658 void (*dma_lost_irq)(struct ide_drive_s *);660 int (*dma_check)(struct ide_drive_s *, struct ide_cmd *);661 int (*dma_timer_expiry)(struct ide_drive_s *);662 void (*dma_clear)(struct ide_drive_s *);[all …]