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

/linux-4.1.27/drivers/mmc/core/
H A Dhost.c118 if (!host->clk_requests) { mmc_host_clk_gate_delayed()
129 if (!host->clk_requests) { mmc_host_clk_gate_delayed()
173 host->clk_requests++; mmc_host_clk_hold()
211 host->clk_requests--; mmc_host_clk_release()
213 !host->clk_requests) mmc_host_clk_release()
245 host->clk_requests = 0; mmc_host_clk_init()
274 WARN_ON(host->clk_requests > 1); mmc_host_clk_exit()
/linux-4.1.27/include/linux/mmc/
H A Dhost.h292 int clk_requests; /* internal reference counter */ member in struct:mmc_host

Completed in 62 milliseconds