Lines Matching refs:slots
160 struct mmc_omap_slot *slots[OMAP_MMC_MAX_SLOTS]; member
280 if (host->slots[i] == NULL || host->slots[i]->mrq == NULL) in mmc_omap_release_slot()
284 new_slot = host->slots[i]; in mmc_omap_release_slot()
732 dev_info(mmc_dev(host->slots[0]->mmc), in mmc_omap_irq()
861 struct mmc_omap_slot *slot = host->slots[num]; in omap_mmc_notify_cover_event()
866 if (host->nr_slots == 0 || !host->slots[num]) in omap_mmc_notify_cover_event()
1235 slot->pdata = &host->pdata->slots[id]; in mmc_omap_new_slot()
1237 host->slots[id] = slot; in mmc_omap_new_slot()
1240 if (host->pdata->slots[id].wires >= 4) in mmc_omap_new_slot()
1366 host->features = host->pdata->slots[0].features; in mmc_omap_probe()
1429 mmc_omap_remove_slot(host->slots[i]); in mmc_omap_probe()
1464 mmc_omap_remove_slot(host->slots[i]); in mmc_omap_remove()