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

/linux-4.1.27/drivers/mmc/core/
H A Dhost.c167 if (host->clk_gated) { mmc_host_clk_hold()
231 if (host->clk_gated) mmc_host_clk_rate()
253 host->clk_gated = false; mmc_host_clk_init()
271 if (host->clk_gated) mmc_host_clk_exit()
H A Dcore.c1050 host->clk_gated = true; mmc_gate_clock()
1070 /* This call will also set host->clk_gated to false */ mmc_ungate_clock()
1084 host->clk_gated = false; mmc_set_ungated()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dlgs8gxx.c532 u8 serial, u8 clk_pol, u8 clk_gated) lgs8gxx_set_mpeg_mode()
545 t |= clk_gated ? TS_CLK_GATED : TS_CLK_FREERUN; lgs8gxx_set_mpeg_mode()
531 lgs8gxx_set_mpeg_mode(struct lgs8gxx_state *priv, u8 serial, u8 clk_pol, u8 clk_gated) lgs8gxx_set_mpeg_mode() argument
/linux-4.1.27/include/linux/mmc/
H A Dhost.h294 bool clk_gated; /* clock gated */ member in struct:mmc_host

Completed in 135 milliseconds