Searched defs:ide_port_ops (Results 1 – 1 of 1) sorted by relevance
665 struct ide_port_ops { struct666 void (*init_dev)(ide_drive_t *);667 void (*set_pio_mode)(struct hwif_s *, ide_drive_t *);668 void (*set_dma_mode)(struct hwif_s *, ide_drive_t *);669 blk_status_t (*reset_poll)(ide_drive_t *);670 void (*pre_reset)(ide_drive_t *);671 void (*resetproc)(ide_drive_t *);672 void (*maskproc)(ide_drive_t *, int);673 void (*quirkproc)(ide_drive_t *);674 void (*clear_irq)(ide_drive_t *);[all …]