Searched defs:ata_host (Results 1 – 10 of 10) sorted by relevance
28522 struct ata_host { struct28523 spinlock_t lock;28524 struct device *dev;28525 void * const *iomap;28526 unsigned int n_ports;28527 unsigned int n_tags;28528 void *private_data;28529 struct ata_port_operations *ops;28530 long unsigned int flags;28531 struct kref kref;[all …]
44933 struct ata_host { struct44934 spinlock_t lock;44935 struct device *dev;44936 void * const *iomap;44937 unsigned int n_ports;44938 unsigned int n_tags;44939 void *private_data;44940 struct ata_port_operations *ops;44941 long unsigned int flags;44942 struct kref kref;[all …]
103173 struct ata_host { struct103174 spinlock_t lock;103175 struct device *dev;103176 void * const *iomap;103177 unsigned int n_ports;103178 unsigned int n_tags;103179 void *private_data;103180 struct ata_port_operations *ops;103181 long unsigned int flags;103182 struct kref kref;[all …]
50013 struct ata_host { struct50014 spinlock_t lock;50015 struct device *dev;50016 void * const *iomap;50017 unsigned int n_ports;50018 unsigned int n_tags;50019 void *private_data;50020 struct ata_port_operations *ops;50021 long unsigned int flags;50022 struct kref kref;[all …]
94374 struct ata_host { struct94375 spinlock_t lock;94376 struct device *dev;94377 void * const *iomap;94378 unsigned int n_ports;94379 unsigned int n_tags;94380 void *private_data;94381 struct ata_port_operations *ops;94382 long unsigned int flags;94383 struct kref kref;[all …]