Searched refs:clk_gate_mutex (Results 1 – 2 of 2) sorted by relevance
127 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()
298 struct mutex clk_gate_mutex; /* mutex for clock gating */ member