Searched defs:ata_host (Results 1 – 3 of 3) sorted by relevance
525 struct ata_host { struct526 spinlock_t lock;527 struct device *dev;528 void __iomem * const *iomap;529 unsigned int n_ports;530 void *private_data;531 struct ata_port_operations *ops;532 unsigned long flags;534 struct mutex eh_mutex;535 struct task_struct *eh_owner;[all …]
169 struct ata_host ata_host; member
1493 struct ata_host ata_host; member