Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: f4d51dffc6c01a9e94650d95ce0104964f8ae822 authored by Linus Torvalds on 07 September 2020, 00:11:40 UTC
Linux 5.9-rc4
Tip revision: f4d51df
sysfs-devices-resource_in_use
What:		/sys/devices/.../resource_in_use
Date:		January 2013
Contact:	Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Description:
		The /sys/devices/.../resource_in_use attribute is only present
		for device objects representing ACPI power resources.

		If present, it contains a number (0 or 1) representing the
		current status of the given power resource (0 means that the
		resource is not in use and therefore it has been turned off).

		This attribute is read-only.
back to top