Lines Matching refs:host
63 struct tmio_mmc_host *host; in tmio_mmc_probe() local
93 host = tmio_mmc_host_alloc(pdev); in tmio_mmc_probe()
94 if (!host) in tmio_mmc_probe()
98 host->bus_shift = resource_size(res) >> 10; in tmio_mmc_probe()
100 ret = tmio_mmc_host_probe(host, pdata); in tmio_mmc_probe()
105 dev_name(&pdev->dev), host); in tmio_mmc_probe()
109 pr_info("%s at 0x%08lx irq %d\n", mmc_hostname(host->mmc), in tmio_mmc_probe()
110 (unsigned long)host->ctl, irq); in tmio_mmc_probe()
115 tmio_mmc_host_remove(host); in tmio_mmc_probe()
117 tmio_mmc_host_free(host); in tmio_mmc_probe()
131 struct tmio_mmc_host *host = mmc_priv(mmc); in tmio_mmc_remove() local
132 free_irq(platform_get_irq(pdev, 0), host); in tmio_mmc_remove()
133 tmio_mmc_host_remove(host); in tmio_mmc_remove()