Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mmc/core/
Dhost.c88 if (!host->clk_requests) { in mmc_host_clk_gate_delayed()
99 if (!host->clk_requests) { in mmc_host_clk_gate_delayed()
141 host->clk_requests++; in mmc_host_clk_ungate()
179 host->clk_requests--; in mmc_host_clk_gate()
181 !host->clk_requests) in mmc_host_clk_gate()
212 host->clk_requests = 0; in mmc_host_clk_init()
236 WARN_ON(host->clk_requests > 1); in mmc_host_clk_exit()
/linux-2.6.39/include/linux/mmc/
Dhost.h180 int clk_requests; /* internal reference counter */ member