Searched refs:sys_cpufreq_path (Results 1 – 1 of 1) sorted by relevance
25 sys_cpufreq_path = '/sys/devices/system/cpu/cpu0/cpufreq/' variable in kernel_CpufreqMinMax41 f = open(self.sys_cpufreq_path + filename, 'w')45 f = open(self.sys_cpufreq_path + filename, 'r')64 f = open(self.sys_cpufreq_path + 'scaling_driver', 'r')66 fmin = open(self.sys_cpufreq_path + 'cpuinfo_min_freq', 'r')67 fmax = open(self.sys_cpufreq_path + 'cpuinfo_max_freq', 'r')80 f = open(self.sys_cpufreq_path + 'scaling_available_frequencies', 'r')89 f = open(self.sys_cpufreq_path + 'scaling_max_freq', 'r')