Lines Matching refs:mmc_host

35 #define cls_dev_to_mmc_host(d)	container_of(d, struct mmc_host, class_dev)
42 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_classdev_release()
68 struct mmc_host *host = cls_dev_to_mmc_host(dev); in clkgate_delay_show()
75 struct mmc_host *host = cls_dev_to_mmc_host(dev); in clkgate_delay_store()
94 static void mmc_host_clk_gate_delayed(struct mmc_host *host) in mmc_host_clk_gate_delayed()
145 struct mmc_host *host = container_of(work, struct mmc_host, in mmc_host_clk_gate_work()
159 void mmc_host_clk_hold(struct mmc_host *host) in mmc_host_clk_hold()
206 void mmc_host_clk_release(struct mmc_host *host) in mmc_host_clk_release()
225 unsigned int mmc_host_clk_rate(struct mmc_host *host) in mmc_host_clk_rate()
243 static inline void mmc_host_clk_init(struct mmc_host *host) in mmc_host_clk_init()
263 static inline void mmc_host_clk_exit(struct mmc_host *host) in mmc_host_clk_exit()
277 static inline void mmc_host_clk_sysfs_init(struct mmc_host *host) in mmc_host_clk_sysfs_init()
290 static inline void mmc_host_clk_init(struct mmc_host *host) in mmc_host_clk_init()
294 static inline void mmc_host_clk_exit(struct mmc_host *host) in mmc_host_clk_exit()
298 static inline void mmc_host_clk_sysfs_init(struct mmc_host *host) in mmc_host_clk_sysfs_init()
313 int mmc_of_parse(struct mmc_host *host) in mmc_of_parse()
464 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) in mmc_alloc_host()
467 struct mmc_host *host; in mmc_alloc_host()
469 host = kzalloc(sizeof(struct mmc_host) + extra, GFP_KERNEL); in mmc_alloc_host()
532 int mmc_add_host(struct mmc_host *host) in mmc_add_host()
566 void mmc_remove_host(struct mmc_host *host) in mmc_remove_host()
590 void mmc_free_host(struct mmc_host *host) in mmc_free_host()