Lines Matching refs:hwif_s
544 struct hwif_s *hwif; /* actually (ide_hwif_t *) */
640 void (*exec_command)(struct hwif_s *, u8);
641 u8 (*read_status)(struct hwif_s *);
642 u8 (*read_altstatus)(struct hwif_s *);
643 void (*write_devctl)(struct hwif_s *, u8);
677 void (*set_pio_mode)(struct hwif_s *, ide_drive_t *);
678 void (*set_dma_mode)(struct hwif_s *, ide_drive_t *);
685 int (*test_irq)(struct hwif_s *);
690 u8 (*cable_detect)(struct hwif_s *);
708 u8 (*dma_sff_read_status)(struct hwif_s *);
717 typedef struct hwif_s { struct
718 struct hwif_s *mate; /* other hwif from same PCI chip */ argument