Home
last modified time | relevance | path

Searched refs:clk_gated (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/mmc/core/
Dhost.c167 if (host->clk_gated) { in mmc_host_clk_hold()
231 if (host->clk_gated) in mmc_host_clk_rate()
253 host->clk_gated = false; in mmc_host_clk_init()
271 if (host->clk_gated) in mmc_host_clk_exit()
Dcore.c1050 host->clk_gated = true; in mmc_gate_clock()
1084 host->clk_gated = false; in mmc_set_ungated()
/linux-4.1.27/include/linux/mmc/
Dhost.h294 bool clk_gated; /* clock gated */ member
/linux-4.1.27/drivers/media/dvb-frontends/
Dlgs8gxx.c532 u8 serial, u8 clk_pol, u8 clk_gated) in lgs8gxx_set_mpeg_mode() argument
545 t |= clk_gated ? TS_CLK_GATED : TS_CLK_FREERUN; in lgs8gxx_set_mpeg_mode()