Searched refs:clk_gate_work (Results 1 – 2 of 2) sorted by relevance
146 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()
295 struct delayed_work clk_gate_work; /* delayed clock gate */ member