Lines Matching refs:mmc_host
34 #define cls_dev_to_mmc_host(d) container_of(d, struct mmc_host, class_dev)
41 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_class_prepare()
59 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_class_complete()
76 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_classdev_release()
85 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_classdev_shutdown()
112 void mmc_retune_enable(struct mmc_host *host) in mmc_retune_enable()
124 void mmc_retune_pause(struct mmc_host *host) in mmc_retune_pause()
134 void mmc_retune_unpause(struct mmc_host *host) in mmc_retune_unpause()
149 void mmc_retune_disable(struct mmc_host *host) in mmc_retune_disable()
157 void mmc_retune_timer_stop(struct mmc_host *host) in mmc_retune_timer_stop()
163 void mmc_retune_hold(struct mmc_host *host) in mmc_retune_hold()
170 void mmc_retune_release(struct mmc_host *host) in mmc_retune_release()
179 int mmc_retune(struct mmc_host *host) in mmc_retune()
218 struct mmc_host *host = from_timer(host, t, retune_timer); in mmc_retune_timer()
238 mmc_of_parse_clk_phase(struct mmc_host *host, struct mmc_clk_phase_map *map) in mmc_of_parse_clk_phase()
276 int mmc_of_parse(struct mmc_host *host) in mmc_of_parse()
448 int mmc_of_parse_voltage(struct mmc_host *host, u32 *mask) in mmc_of_parse_voltage()
522 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) in mmc_alloc_host()
525 struct mmc_host *host; in mmc_alloc_host()
528 host = kzalloc(sizeof(struct mmc_host) + extra, GFP_KERNEL); in mmc_alloc_host()
591 static int mmc_validate_host_caps(struct mmc_host *host) in mmc_validate_host_caps()
618 int mmc_add_host(struct mmc_host *host) in mmc_add_host()
650 void mmc_remove_host(struct mmc_host *host) in mmc_remove_host()
671 void mmc_free_host(struct mmc_host *host) in mmc_free_host()