Lines Matching defs:host
161 struct ata_host *host;
213 * Allocate the host
215 host = ata_host_alloc(&pdev->dev, 1);
216 if (!host)
219 ap = host->ports[0];
288 * Activate the ATA host
290 ret = ata_host_activate(host, irq, ata_sff_interrupt,
300 struct ata_host *host = platform_get_drvdata(pdev);
301 struct pata_pxa_data *data = host->ports[0]->private_data;
305 ata_host_detach(host);