Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mmc/core/
Dhost.c159 if (host->clk_gated) { in mmc_host_clk_hold()
223 if (host->clk_gated) in mmc_host_clk_rate()
245 host->clk_gated = false; in mmc_host_clk_init()
263 if (host->clk_gated) in mmc_host_clk_exit()
Dcore.c768 host->clk_gated = true; in mmc_gate_clock()
802 host->clk_gated = false; in mmc_set_ungated()
/linux-3.4.99/include/linux/mmc/
Dhost.h251 bool clk_gated; /* clock gated */ member
/linux-3.4.99/drivers/media/dvb/frontends/
Dlgs8gxx.c531 u8 serial, u8 clk_pol, u8 clk_gated) in lgs8gxx_set_mpeg_mode() argument
544 t |= clk_gated ? TS_CLK_GATED : TS_CLK_FREERUN; in lgs8gxx_set_mpeg_mode()