Lines Matching refs:mmc_host
214 struct mmc_host;
221 struct mmc_host *mmc;
280 void (*dumpregs)(struct mmc_host *mmc);
283 void (*enable)(struct mmc_host *mmc);
284 void (*disable)(struct mmc_host *mmc, bool recovery);
285 void (*update_dcmd_desc)(struct mmc_host *mmc, struct mmc_request *mrq,
287 void (*pre_enable)(struct mmc_host *mmc);
288 void (*post_disable)(struct mmc_host *mmc);
313 irqreturn_t cqhci_irq(struct mmc_host *mmc, u32 intmask, int cmd_error,
315 int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, bool dma64);
317 int cqhci_deactivate(struct mmc_host *mmc);
318 static inline int cqhci_suspend(struct mmc_host *mmc) in cqhci_suspend()
322 int cqhci_resume(struct mmc_host *mmc);