Searched defs:hwif_s (Results 1 – 1 of 1) sorted by relevance
663 typedef struct hwif_s { struct664 struct hwif_s *mate; /* other hwif from same PCI chip */ argument665 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 …]