Lines Matching refs:mmc_host
68 void (*request)(struct mmc_host *host, struct mmc_request *req);
69 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
70 int (*get_ro)(struct mmc_host *host);
76 struct mmc_host {
116 extern struct mmc_host *mmc_alloc_host(int extra, struct device *);
117 extern int mmc_add_host(struct mmc_host *);
118 extern void mmc_remove_host(struct mmc_host *);
119 extern void mmc_free_host(struct mmc_host *);
121 static inline void *mmc_priv(struct mmc_host *host)
129 extern int mmc_suspend_host(struct mmc_host *, pm_message_t);
130 extern int mmc_resume_host(struct mmc_host *);
132 extern void mmc_detect_change(struct mmc_host *, unsigned long delay);
133 extern void mmc_request_done(struct mmc_host *, struct mmc_request *);