Searched defs:mmc_host (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/mmc/
H A Dhost.h68 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 { struct
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_
[all...]

Completed in 160 milliseconds