Searched refs:_host (Results 1 – 2 of 2) sorted by relevance
1140 struct mmc_host *mmc = _host->mmc; in tmio_mmc_host_probe()1151 _host->write16_hook = NULL; in tmio_mmc_host_probe()1156 ret = tmio_mmc_init_ocr(_host); in tmio_mmc_host_probe()1194 if (_host->native_hotplug) in tmio_mmc_host_probe()1197 _host->sdio_irq_enabled = false; in tmio_mmc_host_probe()1201 if (!_host->sdcard_irq_mask_all) in tmio_mmc_host_probe()1204 _host->set_clock(_host, 0); in tmio_mmc_host_probe()1205 tmio_mmc_reset(_host, false); in tmio_mmc_host_probe()1207 spin_lock_init(&_host->lock); in tmio_mmc_host_probe()1208 mutex_init(&_host->ios_lock); in tmio_mmc_host_probe()[all …]
139 static int sdio_irq_thread(void *_host) in sdio_irq_thread() argument141 struct mmc_host *host = _host; in sdio_irq_thread()