Lines Matching refs:host
12 void (*pre_power_on)(struct mmc_host *host);
13 void (*post_power_on)(struct mmc_host *host);
14 void (*power_off)(struct mmc_host *host);
15 void (*free)(struct mmc_host *host);
24 int mmc_pwrseq_alloc(struct mmc_host *host);
25 void mmc_pwrseq_pre_power_on(struct mmc_host *host);
26 void mmc_pwrseq_post_power_on(struct mmc_host *host);
27 void mmc_pwrseq_power_off(struct mmc_host *host);
28 void mmc_pwrseq_free(struct mmc_host *host);
30 struct mmc_pwrseq *mmc_pwrseq_simple_alloc(struct mmc_host *host,
32 struct mmc_pwrseq *mmc_pwrseq_emmc_alloc(struct mmc_host *host,
37 static inline int mmc_pwrseq_alloc(struct mmc_host *host) { return 0; } in mmc_pwrseq_alloc() argument
38 static inline void mmc_pwrseq_pre_power_on(struct mmc_host *host) {} in mmc_pwrseq_pre_power_on() argument
39 static inline void mmc_pwrseq_post_power_on(struct mmc_host *host) {} in mmc_pwrseq_post_power_on() argument
40 static inline void mmc_pwrseq_power_off(struct mmc_host *host) {} in mmc_pwrseq_power_off() argument
41 static inline void mmc_pwrseq_free(struct mmc_host *host) {} in mmc_pwrseq_free() argument