Lines Matching defs:atmel_mci_slot
323 * The @mrq field of struct atmel_mci_slot is also protected by @lock,
351 struct atmel_mci_slot *cur_slot;
381 struct atmel_mci_slot *slot[ATMCI_MAX_NR_SLOTS];
391 * struct atmel_mci_slot - MMC slot state
408 struct atmel_mci_slot {
443 struct atmel_mci_slot *slot = s->private;
609 static void atmci_init_debugfs(struct atmel_mci_slot *slot)
776 struct atmel_mci_slot *slot, struct mmc_data *data)
1277 struct atmel_mci_slot *slot)
1371 struct atmel_mci_slot *slot, struct mmc_request *mrq)
1390 struct atmel_mci_slot *slot = mmc_priv(mmc);
1423 struct atmel_mci_slot *slot = mmc_priv(mmc);
1554 struct atmel_mci_slot *slot = mmc_priv(mmc);
1568 struct atmel_mci_slot *slot = mmc_priv(mmc);
1581 struct atmel_mci_slot *slot = mmc_priv(mmc);
1603 struct atmel_mci_slot *slot = NULL;
1625 struct atmel_mci_slot, queue_node);
1669 struct atmel_mci_slot *slot = from_timer(slot, t, detect_timer);
2107 struct atmel_mci_slot *slot = host->slot[i];
2245 struct atmel_mci_slot *slot = dev_id;
2263 struct atmel_mci_slot *slot;
2266 mmc = mmc_alloc_host(sizeof(struct atmel_mci_slot), &host->pdev->dev);
2364 static void atmci_cleanup_slot(struct atmel_mci_slot *slot,