Home
last modified time | relevance | path

Searched refs:hwif_s (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dide.h495 struct hwif_s *hwif; /* actually (ide_hwif_t *) */
586 void (*exec_command)(struct hwif_s *, u8);
587 u8 (*read_status)(struct hwif_s *);
588 u8 (*read_altstatus)(struct hwif_s *);
589 void (*write_devctl)(struct hwif_s *, u8);
623 void (*set_pio_mode)(struct hwif_s *, ide_drive_t *);
624 void (*set_dma_mode)(struct hwif_s *, ide_drive_t *);
631 int (*test_irq)(struct hwif_s *);
636 u8 (*cable_detect)(struct hwif_s *);
654 u8 (*dma_sff_read_status)(struct hwif_s *);
[all …]
/linux-4.1.27/drivers/ide/
Dns87415.c99 static void superio_init_iops(struct hwif_s *hwif) in superio_init_iops()