sysfs-class-devfreq-event 975 B

12345678910111213141516171819202122232425
  1. What: /sys/class/devfreq-event/event(x)/
  2. Date: January 2017
  3. Contact: Chanwoo Choi <cw00.choi@samsung.com>
  4. Description:
  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)' which
  8. includes the unique number of 'x' for each devfreq-event object.
  9. What: /sys/class/devfreq-event/event(x)/name
  10. Date: January 2017
  11. Contact: Chanwoo Choi <cw00.choi@samsung.com>
  12. Description:
  13. The /sys/class/devfreq-event/event(x)/name attribute contains
  14. the name of the devfreq-event object. This attribute is
  15. read-only.
  16. What: /sys/class/devfreq-event/event(x)/enable_count
  17. Date: January 2017
  18. Contact: Chanwoo Choi <cw00.choi@samsung.com>
  19. Description:
  20. The /sys/class/devfreq-event/event(x)/enable_count attribute
  21. contains the reference count to enable the devfreq-event
  22. object. If the device is enabled, the value of attribute is
  23. greater than zero.