Lines Matching refs:hwif_s
539 struct hwif_s *hwif; /* actually (ide_hwif_t *) */
630 void (*exec_command)(struct hwif_s *, u8);
631 u8 (*read_status)(struct hwif_s *);
632 u8 (*read_altstatus)(struct hwif_s *);
633 void (*write_devctl)(struct hwif_s *, u8);
667 void (*set_pio_mode)(struct hwif_s *, ide_drive_t *);
668 void (*set_dma_mode)(struct hwif_s *, ide_drive_t *);
675 int (*test_irq)(struct hwif_s *);
680 u8 (*cable_detect)(struct hwif_s *);
698 u8 (*dma_sff_read_status)(struct hwif_s *);
707 typedef struct hwif_s { struct
708 struct hwif_s *mate; /* other hwif from same PCI chip */ argument