Searched defs:ata_host (Results 1 – 3 of 3) sorted by relevance
537 struct ata_host { struct538 spinlock_t lock;539 struct device *dev;540 void __iomem * const *iomap;541 unsigned int n_ports;542 void *private_data;543 struct ata_port_operations *ops;544 unsigned long flags;546 struct mutex eh_mutex;547 struct task_struct *eh_owner;[all …]
175 struct ata_host ata_host; member
1504 struct ata_host ata_host; member