Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dide.h544 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 *);
[all …]
/Linux-v5.10/drivers/ide/
Dns87415.c100 static void superio_init_iops(struct hwif_s *hwif) in superio_init_iops()