Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dide.h663 typedef struct hwif_s { struct
664 struct hwif_s *mate; /* other hwif from same PCI chip */ argument
665 struct proc_dir_entry *proc; /* /proc/ide/ directory entry */
667 struct ide_host *host;
669 char name[6]; /* name of interface, eg. "ide0" */
671 struct ide_io_ports io_ports;
673 unsigned long sata_scr[SATA_NR_PORTS];
675 ide_drive_t *devices[MAX_DRIVES + 1];
677 unsigned long port_flags;
679 u8 major; /* our major number */
[all …]