Searched defs:governor (Results 1 – 7 of 7) sorted by relevance
60 def do_run(self, ap_config, session, power_save, governor): argument
67 def set_cpu_governor(dut, governor, ignore_status=False): argument
58 const char governor[] = SYSFS_CPU_DIR "cpu0/cpufreq/scaling_governor"; variable
70 def SetCpuGovernor(self, governor, ignore_status=False): argument
200 def set_governor(self, governor): argument
23 int governor = MAX_REASONABLE_ITERATIONS; in onFilterPath() local