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