Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mmc/core/
Dhost.c119 mutex_lock(&host->clk_gate_mutex); in mmc_host_clk_gate_delayed()
129 mutex_unlock(&host->clk_gate_mutex); in mmc_host_clk_gate_delayed()
157 mutex_lock(&host->clk_gate_mutex); in mmc_host_clk_hold()
167 mutex_unlock(&host->clk_gate_mutex); in mmc_host_clk_hold()
248 mutex_init(&host->clk_gate_mutex); in mmc_host_clk_init()
/linux-3.4.99/include/linux/mmc/
Dhost.h255 struct mutex clk_gate_mutex; /* mutex for clock gating */ member