Lines Matching refs:mmc_host
32 #define cls_dev_to_mmc_host(d) container_of(d, struct mmc_host, class_dev)
38 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_classdev_release()
58 void mmc_retune_enable(struct mmc_host *host) in mmc_retune_enable()
70 void mmc_retune_pause(struct mmc_host *host) in mmc_retune_pause()
80 void mmc_retune_unpause(struct mmc_host *host) in mmc_retune_unpause()
89 void mmc_retune_disable(struct mmc_host *host) in mmc_retune_disable()
98 void mmc_retune_timer_stop(struct mmc_host *host) in mmc_retune_timer_stop()
104 void mmc_retune_hold(struct mmc_host *host) in mmc_retune_hold()
111 void mmc_retune_release(struct mmc_host *host) in mmc_retune_release()
120 int mmc_retune(struct mmc_host *host) in mmc_retune()
159 struct mmc_host *host = from_timer(host, t, retune_timer); in mmc_retune_timer()
173 int mmc_of_parse(struct mmc_host *host) in mmc_of_parse()
399 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) in mmc_alloc_host()
402 struct mmc_host *host; in mmc_alloc_host()
404 host = kzalloc(sizeof(struct mmc_host) + extra, GFP_KERNEL); in mmc_alloc_host()
465 int mmc_add_host(struct mmc_host *host) in mmc_add_host()
498 void mmc_remove_host(struct mmc_host *host) in mmc_remove_host()
520 void mmc_free_host(struct mmc_host *host) in mmc_free_host()