Searched refs:ata_host (Results 1 – 2 of 2) sorted by relevance
615 struct ata_host { struct871 struct ata_host *host;967 void (*host_stop)(struct ata_host *host);1093 extern struct ata_host *ata_host_alloc(struct device *dev, int max_ports);1094 extern struct ata_host *ata_host_alloc_pinfo(struct device *dev,1096 extern void ata_host_get(struct ata_host *host);1097 extern void ata_host_put(struct ata_host *host);1098 extern int ata_host_start(struct ata_host *host);1099 extern int ata_host_register(struct ata_host *host,1101 extern int ata_host_activate(struct ata_host *host, int irq,[all …]
147 struct ata_host *ata_host; member