Home
last modified time | relevance | path

Searched refs:_host (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
Dtmio_mmc_pio.c1079 int tmio_mmc_host_probe(struct tmio_mmc_host *_host, in tmio_mmc_host_probe() argument
1082 struct platform_device *pdev = _host->pdev; in tmio_mmc_host_probe()
1083 struct mmc_host *mmc = _host->mmc; in tmio_mmc_host_probe()
1091 _host->write16_hook = NULL; in tmio_mmc_host_probe()
1101 _host->pdata = pdata; in tmio_mmc_host_probe()
1104 _host->set_pwr = pdata->set_pwr; in tmio_mmc_host_probe()
1105 _host->set_clk_div = pdata->set_clk_div; in tmio_mmc_host_probe()
1107 ret = tmio_mmc_init_ocr(_host); in tmio_mmc_host_probe()
1111 _host->ctl = ioremap(res_ctl->start, resource_size(res_ctl)); in tmio_mmc_host_probe()
1112 if (!_host->ctl) { in tmio_mmc_host_probe()
[all …]
/linux-4.1.27/drivers/mmc/core/
Dsdio_irq.c101 static int sdio_irq_thread(void *_host) in sdio_irq_thread() argument
103 struct mmc_host *host = _host; in sdio_irq_thread()