Back to home page

OSCL-LXR

 
 

    


0001 What:           /sys/firmware/acpi/pm_profile
0002 Date:           03-Nov-2011
0003 KernelVersion:  v3.2
0004 Contact:        linux-acpi@vger.kernel.org
0005 Description:    The ACPI pm_profile sysfs interface exports the platform
0006                 power management (and performance) requirement expectations
0007                 as provided by BIOS. The integer value is directly passed as
0008                 retrieved from the FADT ACPI table.
0009 
0010 Values:         For possible values see ACPI specification:
0011                 5.2.9 Fixed ACPI Description Table (FADT)
0012                 Field: Preferred_PM_Profile
0013 
0014                 Currently these values are defined by spec:
0015 
0016                 == =================
0017                 0  Unspecified
0018                 1  Desktop
0019                 2  Mobile
0020                 3  Workstation
0021                 4  Enterprise Server
0022                 5  SOHO Server
0023                 6  Appliance PC
0024                 7  Performance Server
0025                 >7 Reserved
0026                 == =================