Lines Matching refs:mmc_host
16 void mmc_retune_enable(struct mmc_host *host);
17 void mmc_retune_disable(struct mmc_host *host);
18 void mmc_retune_hold(struct mmc_host *host);
19 void mmc_retune_release(struct mmc_host *host);
20 int mmc_retune(struct mmc_host *host);
21 void mmc_retune_pause(struct mmc_host *host);
22 void mmc_retune_unpause(struct mmc_host *host);
24 static inline void mmc_retune_clear(struct mmc_host *host) in mmc_retune_clear()
30 static inline void mmc_retune_hold_now(struct mmc_host *host) in mmc_retune_hold_now()
36 static inline void mmc_retune_recheck(struct mmc_host *host) in mmc_retune_recheck()
42 static inline int mmc_host_cmd23(struct mmc_host *host) in mmc_host_cmd23()
47 static inline bool mmc_host_done_complete(struct mmc_host *host) in mmc_host_done_complete()
52 static inline int mmc_boot_partition_access(struct mmc_host *host) in mmc_boot_partition_access()
57 static inline int mmc_host_uhs(struct mmc_host *host) in mmc_host_uhs()
86 static inline bool mmc_card_sd_express(struct mmc_host *host) in mmc_card_sd_express()