Searched defs:hwif_s (Results 1 – 1 of 1) sorted by relevance
667 typedef struct hwif_s { struct668 struct hwif_s *mate; /* other hwif from same PCI chip */ argument669 struct proc_dir_entry *proc; /* /proc/ide/ directory entry */671 struct ide_host *host;673 char name[6]; /* name of interface, eg. "ide0" */675 struct ide_io_ports io_ports;677 unsigned long sata_scr[SATA_NR_PORTS];679 ide_drive_t *devices[MAX_DRIVES + 1];681 unsigned long port_flags;683 u8 major; /* our major number */[all …]