Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/gasket/
Dapex_driver.c240 static int allow_hw_clock_gating = 1; variable
247 module_param(allow_hw_clock_gating, int, 0644);
366 if (!allow_hw_clock_gating) { in apex_quit_reset()