Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dide.h707 typedef struct hwif_s { struct
708 struct hwif_s *mate; /* other hwif from same PCI chip */ argument
709 struct proc_dir_entry *proc; /* /proc/ide/ directory entry */
711 struct ide_host *host;
713 char name[6]; /* name of interface, eg. "ide0" */
715 struct ide_io_ports io_ports;
717 unsigned long sata_scr[SATA_NR_PORTS];
719 ide_drive_t *devices[MAX_DRIVES + 1];
721 unsigned long port_flags;
723 u8 major; /* our major number */
[all …]