blob: 89283b1b0240f61f1454534ae12ae6106e6c0a5f [file] [log] [blame]
MyungJoo Ham9005b652011-10-02 00:19:28 +02001What: /sys/class/devfreq/.../
2Date: September 2011
3Contact: MyungJoo Ham <myungjoo.ham@samsung.com>
4Description:
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.
9
10What: /sys/class/devfreq/.../governor
11Date: September 2011
12Contact: MyungJoo Ham <myungjoo.ham@samsung.com>
13Description:
14 The /sys/class/devfreq/.../governor shows the name of the
15 governor used by the corresponding devfreq object.
16
17What: /sys/class/devfreq/.../cur_freq
18Date: September 2011
19Contact: MyungJoo Ham <myungjoo.ham@samsung.com>
20Description:
21 The /sys/class/devfreq/.../cur_freq shows the current
22 frequency of the corresponding devfreq object.
23
MyungJoo Ham9005b652011-10-02 00:19:28 +020024What: /sys/class/devfreq/.../polling_interval
25Date: September 2011
26Contact: MyungJoo Ham <myungjoo.ham@samsung.com>
27Description:
28 The /sys/class/devfreq/.../polling_interval shows and sets
29 the requested polling interval of the corresponding devfreq
30 object. The values are represented in ms. If the value is
31 less than 1 jiffy, it is considered to be 0, which means
32 no polling. This value is meaningless if the governor is
33 not polling; thus. If the governor is not using
34 devfreq-provided central polling
35 (/sys/class/devfreq/.../central_polling is 0), this value
36 may be useless.
MyungJoo Hamce26c5b2011-10-02 00:19:34 +020037
38What: /sys/class/devfreq/.../userspace/set_freq
39Date: September 2011
40Contact: MyungJoo Ham <myungjoo.ham@samsung.com>
41Description:
42 The /sys/class/devfreq/.../userspace/set_freq shows and
43 sets the requested frequency for the devfreq object if
44 userspace governor is in effect.