Lines Matching full:devfreq
1 What: /sys/class/devfreq/.../
5 Provide a place in sysfs for the devfreq objects.
6 This allows accessing various devfreq specific variables.
7 The name of devfreq object denoted as ... is same as the
8 name of device using devfreq.
10 What: /sys/class/devfreq/.../name
14 The /sys/class/devfreq/.../name shows the name of device
15 of the corresponding devfreq object.
17 What: /sys/class/devfreq/.../governor
21 The /sys/class/devfreq/.../governor show or set the name of the
22 governor used by the corresponding devfreq object.
24 What: /sys/class/devfreq/.../cur_freq
28 The /sys/class/devfreq/.../cur_freq shows the current
29 frequency of the corresponding devfreq object. Same as
31 devfreq driver.
33 What: /sys/class/devfreq/.../target_freq
37 The /sys/class/devfreq/.../target_freq shows the next governor
38 predicted target frequency of the corresponding devfreq object.
40 What: /sys/class/devfreq/.../polling_interval
44 The /sys/class/devfreq/.../polling_interval shows and sets
45 the requested polling interval of the corresponding devfreq
50 devfreq-provided central polling
51 (/sys/class/devfreq/.../central_polling is 0), this value
54 What: /sys/class/devfreq/.../trans_stat
58 This ABI shows or clears the statistics of devfreq behavior
61 In order to activate this ABI, the devfreq target device
63 with its profile. If need to reset the statistics of devfreq
67 echo 0 > /sys/class/devfreq/.../trans_stat
69 What: /sys/class/devfreq/.../userspace/set_freq
73 The /sys/class/devfreq/.../userspace/set_freq shows and
74 sets the requested frequency for the devfreq object if
77 What: /sys/class/devfreq/.../available_frequencies
81 The /sys/class/devfreq/.../available_frequencies shows
82 the available frequencies of the corresponding devfreq object.
86 What: /sys/class/devfreq/.../available_governors
90 The /sys/class/devfreq/.../available_governors shows
93 What: /sys/class/devfreq/.../min_freq
97 The /sys/class/devfreq/.../min_freq shows and stores
102 What: /sys/class/devfreq/.../max_freq
106 The /sys/class/devfreq/.../max_freq shows and stores
113 What: /sys/class/devfreq/.../timer
118 This work timer is used by devfreq workqueue in order to
123 echo deferrable > /sys/class/devfreq/.../timer
124 echo delayed > /sys/class/devfreq/.../timer