Searched defs:ata_host (Results 1 – 1 of 1) sorted by relevance
125166 struct ata_host { struct125167 spinlock_t lock;125168 struct device *dev;125169 void * const *iomap;125170 unsigned int n_ports;125171 unsigned int n_tags;125172 void *private_data;125173 struct ata_port_operations *ops;125174 long unsigned int flags;125175 struct kref kref;[all …]