Lines Matching defs:ata_host
537 struct ata_host { struct
538 spinlock_t lock;
539 struct device *dev;
540 void __iomem * const *iomap;
541 unsigned int n_ports;
542 void *private_data;
543 struct ata_port_operations *ops;
544 unsigned long flags;
546 struct mutex eh_mutex;
547 struct task_struct *eh_owner;
550 acpi_handle acpi_handle;
552 struct ata_port *simplex_claimed; /* channel owning the DMA */
553 struct ata_port *ports[0];