Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/gasket/
Dapex_driver.c236 static int allow_hw_clock_gating = 1; variable
243 module_param(allow_hw_clock_gating, int, 0644);
362 if (!allow_hw_clock_gating) { in apex_quit_reset()