Home | History | Annotate | Download | only in sysfs

Lines Matching refs:devices

111         Confirm /sys/devices/system/cpu/online exists and is read-only.
115 filepath = '/sys/devices/system/cpu/online'
127 f = '/sys/devices/system/cpu/online'
135 'malformatted range in /sys/devices/system/cpu/online')
143 f = '/sys/devices/system/cpu/cpu%s/cpufreq/scaling_cur_freq' % cpu
147 f = '/sys/devices/system/cpu/cpu%s/cpufreq/scaling_min_freq' % cpu
151 f = '/sys/devices/system/cpu/cpu%s/cpufreq/scaling_max_freq' % cpu
155 f = '/sys/devices/system/cpu/cpu%s/cpufreq/scaling_available_frequencies' % cpu
161 f = '/sys/devices/system/cpu/cpu%s/cpufreq/stats/time_in_state' % cpu
188 '''Check the value of /sys/devices/system/cpu/kernel_max.'''
189 filepath = '/sys/devices/system/cpu/kernel_max'