Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) What:		/sys/class/devfreq-event/event(x)/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) Date:		January 2017
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) Contact:	Chanwoo Choi <cw00.choi@samsung.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 		Provide a place in sysfs for the devfreq-event objects.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 		This allows accessing various devfreq-event specific variables.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 		The name of devfreq-event object denoted as 'event(x)' which
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 		includes the unique number of 'x' for each devfreq-event object.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) What:		/sys/class/devfreq-event/event(x)/name
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Date:		January 2017
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) Contact:	Chanwoo Choi <cw00.choi@samsung.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 		The /sys/class/devfreq-event/event(x)/name attribute contains
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 		the name of the devfreq-event object. This attribute is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 		read-only.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) What:		/sys/class/devfreq-event/event(x)/enable_count
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) Date:		January 2017
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) Contact:	Chanwoo Choi <cw00.choi@samsung.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 		The /sys/class/devfreq-event/event(x)/enable_count attribute
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 		contains the reference count to enable the devfreq-event
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 		object. If the device is enabled, the value of attribute is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 		greater than zero.