Lines Matching defs:host
539 struct ide_host *host;
581 host = ide_host_alloc(&tx4939ide_port_info, hws, 1);
582 if (!host)
585 host->ports[0]->extra_base = mapbase;
586 ret = ide_host_register(host, &tx4939ide_port_info, hws);
588 ide_host_free(host);
591 platform_set_drvdata(pdev, host);
597 struct ide_host *host = platform_get_drvdata(pdev);
599 ide_host_remove(host);
606 struct ide_host *host = platform_get_drvdata(dev);
607 ide_hwif_t *hwif = host->ports[0];