openEuler_kernel_rk3588/Documentation/ABI/testing/sysfs-class-devfreq-event

26 lines
975 B
Plaintext
Raw Normal View History

2026-01-29 22:25:33 +08:00
What: /sys/class/devfreq-event/event<x>/
2026-01-21 18:59:54 +08:00
Date: January 2017
Contact: Chanwoo Choi <cw00.choi@samsung.com>
Description:
Provide a place in sysfs for the devfreq-event objects.
This allows accessing various devfreq-event specific variables.
2026-01-29 22:25:33 +08:00
The name of devfreq-event object denoted as 'event<x>' which
2026-01-21 18:59:54 +08:00
includes the unique number of 'x' for each devfreq-event object.
2026-01-29 22:25:33 +08:00
What: /sys/class/devfreq-event/event<x>/name
2026-01-21 18:59:54 +08:00
Date: January 2017
Contact: Chanwoo Choi <cw00.choi@samsung.com>
Description:
2026-01-29 22:25:33 +08:00
The /sys/class/devfreq-event/event<x>/name attribute contains
2026-01-21 18:59:54 +08:00
the name of the devfreq-event object. This attribute is
read-only.
2026-01-29 22:25:33 +08:00
What: /sys/class/devfreq-event/event<x>/enable_count
2026-01-21 18:59:54 +08:00
Date: January 2017
Contact: Chanwoo Choi <cw00.choi@samsung.com>
Description:
2026-01-29 22:25:33 +08:00
The /sys/class/devfreq-event/event<x>/enable_count attribute
2026-01-21 18:59:54 +08:00
contains the reference count to enable the devfreq-event
object. If the device is enabled, the value of attribute is
greater than zero.