Lines Matching refs:host
63 struct tmio_mmc_host *host; in tmio_mmc_probe() local
95 host = tmio_mmc_host_alloc(pdev); in tmio_mmc_probe()
96 if (!host) in tmio_mmc_probe()
100 host->bus_shift = resource_size(res) >> 10; in tmio_mmc_probe()
102 ret = tmio_mmc_host_probe(host, pdata); in tmio_mmc_probe()
108 dev_name(&pdev->dev), host); in tmio_mmc_probe()
112 pr_info("%s at 0x%08lx irq %d\n", mmc_hostname(host->mmc), in tmio_mmc_probe()
113 (unsigned long)host->ctl, irq); in tmio_mmc_probe()
118 tmio_mmc_host_remove(host); in tmio_mmc_probe()
120 tmio_mmc_host_free(host); in tmio_mmc_probe()
134 struct tmio_mmc_host *host = mmc_priv(mmc); in tmio_mmc_remove() local
135 tmio_mmc_host_remove(host); in tmio_mmc_remove()