Lines Matching defs:ata_host
535 struct ata_host { struct
536 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;
548 acpi_handle acpi_handle;
550 struct ata_port *simplex_claimed; /* channel owning the DMA */
551 struct ata_port *ports[0];