Lines Matching defs:atmel_mci_slot
289 * The @mrq field of struct atmel_mci_slot is also protected by @lock,
317 struct atmel_mci_slot *cur_slot;
347 struct atmel_mci_slot *slot[ATMCI_MAX_NR_SLOTS];
357 * struct atmel_mci_slot - MMC slot state
375 struct atmel_mci_slot {
411 struct atmel_mci_slot *slot = s->private;
577 static void atmci_init_debugfs(struct atmel_mci_slot *slot)
732 struct atmel_mci_slot *slot, struct mmc_data *data)
1234 struct atmel_mci_slot *slot)
1328 struct atmel_mci_slot *slot, struct mmc_request *mrq)
1347 struct atmel_mci_slot *slot = mmc_priv(mmc);
1380 struct atmel_mci_slot *slot = mmc_priv(mmc);
1511 struct atmel_mci_slot *slot = mmc_priv(mmc);
1525 struct atmel_mci_slot *slot = mmc_priv(mmc);
1539 struct atmel_mci_slot *slot = mmc_priv(mmc);
1561 struct atmel_mci_slot *slot = NULL;
1583 struct atmel_mci_slot, queue_node);
1627 struct atmel_mci_slot *slot = from_timer(slot, t, detect_timer);
2066 struct atmel_mci_slot *slot = host->slot[i];
2204 struct atmel_mci_slot *slot = dev_id;
2222 struct atmel_mci_slot *slot;
2225 mmc = mmc_alloc_host(sizeof(struct atmel_mci_slot), &host->pdev->dev);
2333 static void atmci_cleanup_slot(struct atmel_mci_slot *slot,