0001 What: /sys/class/devfreq-event/event<x>/
0002 Date: January 2017
0003 Contact: Chanwoo Choi <cw00.choi@samsung.com>
0004 Description:
0005 Provide a place in sysfs for the devfreq-event objects.
0006 This allows accessing various devfreq-event specific variables.
0007 The name of devfreq-event object denoted as 'event<x>' which
0008 includes the unique number of 'x' for each devfreq-event object.
0009
0010 What: /sys/class/devfreq-event/event<x>/name
0011 Date: January 2017
0012 Contact: Chanwoo Choi <cw00.choi@samsung.com>
0013 Description:
0014 The /sys/class/devfreq-event/event<x>/name attribute contains
0015 the name of the devfreq-event object. This attribute is
0016 read-only.
0017
0018 What: /sys/class/devfreq-event/event<x>/enable_count
0019 Date: January 2017
0020 Contact: Chanwoo Choi <cw00.choi@samsung.com>
0021 Description:
0022 The /sys/class/devfreq-event/event<x>/enable_count attribute
0023 contains the reference count to enable the devfreq-event
0024 object. If the device is enabled, the value of attribute is
0025 greater than zero.