Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dhost.c127 mutex_lock(&host->clk_gate_mutex); in mmc_host_clk_gate_delayed()
137 mutex_unlock(&host->clk_gate_mutex); in mmc_host_clk_gate_delayed()
165 mutex_lock(&host->clk_gate_mutex); in mmc_host_clk_hold()
175 mutex_unlock(&host->clk_gate_mutex); in mmc_host_clk_hold()
256 mutex_init(&host->clk_gate_mutex); in mmc_host_clk_init()
/linux-4.1.27/include/linux/mmc/
Dhost.h298 struct mutex clk_gate_mutex; /* mutex for clock gating */ member