Lines Matching defs:host

42 	struct mmc_host *host = cls_dev_to_mmc_host(dev);  in mmc_host_classdev_release()  local
68 struct mmc_host *host = cls_dev_to_mmc_host(dev); in clkgate_delay_show() local
75 struct mmc_host *host = cls_dev_to_mmc_host(dev); in clkgate_delay_store() local
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() local
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()
467 struct mmc_host *host; in mmc_alloc_host() local
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()