Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dide.h508 struct hwif_s *hwif; /* actually (ide_hwif_t *) */
599 void (*exec_command)(struct hwif_s *, u8);
600 u8 (*read_status)(struct hwif_s *);
601 u8 (*read_altstatus)(struct hwif_s *);
602 void (*write_devctl)(struct hwif_s *, u8);
636 void (*set_pio_mode)(struct hwif_s *, ide_drive_t *);
637 void (*set_dma_mode)(struct hwif_s *, ide_drive_t *);
644 int (*test_irq)(struct hwif_s *);
649 u8 (*cable_detect)(struct hwif_s *);
667 u8 (*dma_sff_read_status)(struct hwif_s *);
[all …]
/linux-4.4.14/drivers/ide/
Dns87415.c99 static void superio_init_iops(struct hwif_s *hwif) in superio_init_iops()