Home
last modified time | relevance | path

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

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