Lines Matching refs:mmc_host
142 struct mmc_host;
149 struct mmc_host *mmc;
202 void (*dumpregs)(struct mmc_host *mmc);
205 void (*enable)(struct mmc_host *mmc);
206 void (*disable)(struct mmc_host *mmc, bool recovery);
207 void (*update_dcmd_desc)(struct mmc_host *mmc, struct mmc_request *mrq,
209 void (*pre_enable)(struct mmc_host *mmc);
210 void (*post_disable)(struct mmc_host *mmc);
231 irqreturn_t cqhci_irq(struct mmc_host *mmc, u32 intmask, int cmd_error,
233 int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, bool dma64);
235 int cqhci_deactivate(struct mmc_host *mmc);
236 static inline int cqhci_suspend(struct mmc_host *mmc)
240 int cqhci_resume(struct mmc_host *mmc);