26 lines · plain
1What: /sys/class/devfreq-event/event<x>/2Date: January 20173Contact: Chanwoo Choi <cw00.choi@samsung.com>4Description:5 Provide a place in sysfs for the devfreq-event objects.6 This allows accessing various devfreq-event specific variables.7 The name of devfreq-event object denoted as 'event<x>' which8 includes the unique number of 'x' for each devfreq-event object.9 10What: /sys/class/devfreq-event/event<x>/name11Date: January 201712Contact: Chanwoo Choi <cw00.choi@samsung.com>13Description:14 The /sys/class/devfreq-event/event<x>/name attribute contains15 the name of the devfreq-event object. This attribute is16 read-only.17 18What: /sys/class/devfreq-event/event<x>/enable_count19Date: January 201720Contact: Chanwoo Choi <cw00.choi@samsung.com>21Description:22 The /sys/class/devfreq-event/event<x>/enable_count attribute23 contains the reference count to enable the devfreq-event24 object. If the device is enabled, the value of attribute is25 greater than zero.26