Searched refs:clk_gate_work (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mmc/core/
H A Dhost.c146 clk_gate_work.work); mmc_host_clk_gate_work()
164 cancel_delayed_work_sync(&host->clk_gate_work); mmc_host_clk_hold()
214 schedule_delayed_work(&host->clk_gate_work, mmc_host_clk_release()
254 INIT_DELAYED_WORK(&host->clk_gate_work, mmc_host_clk_gate_work); mmc_host_clk_init()
269 if (cancel_delayed_work_sync(&host->clk_gate_work)) mmc_host_clk_exit()
/linux-4.1.27/include/linux/mmc/
H A Dhost.h295 struct delayed_work clk_gate_work; /* delayed clock gate */ member in struct:mmc_host

Completed in 38 milliseconds