Lines Matching defs:host
34 struct mmc_host *host = cls_dev_to_mmc_host(dev); in mmc_host_classdev_release() local
60 struct mmc_host *host = cls_dev_to_mmc_host(dev); in clkgate_delay_show() local
67 struct mmc_host *host = cls_dev_to_mmc_host(dev); in clkgate_delay_store() local
86 static void mmc_host_clk_gate_delayed(struct mmc_host *host) in mmc_host_clk_gate_delayed()
137 struct mmc_host *host = container_of(work, struct mmc_host, in mmc_host_clk_gate_work() local
151 void mmc_host_clk_hold(struct mmc_host *host) in mmc_host_clk_hold()
198 void mmc_host_clk_release(struct mmc_host *host) in mmc_host_clk_release()
217 unsigned int mmc_host_clk_rate(struct mmc_host *host) in mmc_host_clk_rate()
235 static inline void mmc_host_clk_init(struct mmc_host *host) in mmc_host_clk_init()
255 static inline void mmc_host_clk_exit(struct mmc_host *host) in mmc_host_clk_exit()
269 static inline void mmc_host_clk_sysfs_init(struct mmc_host *host) in mmc_host_clk_sysfs_init()
282 static inline void mmc_host_clk_init(struct mmc_host *host) in mmc_host_clk_init()
286 static inline void mmc_host_clk_exit(struct mmc_host *host) in mmc_host_clk_exit()
290 static inline void mmc_host_clk_sysfs_init(struct mmc_host *host) in mmc_host_clk_sysfs_init()
306 struct mmc_host *host; in mmc_alloc_host() local
366 int mmc_add_host(struct mmc_host *host) in mmc_add_host()
400 void mmc_remove_host(struct mmc_host *host) in mmc_remove_host()
424 void mmc_free_host(struct mmc_host *host) in mmc_free_host()