Deleted Added
full compact
ahpredef.c (237412) ahpredef.c (239340)
1/******************************************************************************
2 *
3 * Module Name: ahpredef - Table of all known ACPI predefined names
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 184 unchanged lines hidden (view full) ---

193 AH_PREDEF ("_PCL", "Power Consumer List", "Returns a list of devices powered by a power source"),
194 AH_PREDEF ("_PCT", "Performance Control", "Returns processor performance control and status registers"),
195 AH_PREDEF ("_PDC", "Processor Driver Capabilities", "Inform AML of processor driver capabilities"),
196 AH_PREDEF ("_PDL", "P-state Depth Limit", "Returns the lowest available performance P-state"),
197 AH_PREDEF ("_PHA", "Clock Phase", "Clock phase, Resource Descriptor field"),
198 AH_PREDEF ("_PIC", "Interrupt Model", "Inform AML of the interrupt model in use"),
199 AH_PREDEF ("_PIF", "Power Source Information", "Returns a Power Source information block"),
200 AH_PREDEF ("_PIN", "Pin List", "Pin list, Resource Descriptor field"),
1/******************************************************************************
2 *
3 * Module Name: ahpredef - Table of all known ACPI predefined names
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 184 unchanged lines hidden (view full) ---

193 AH_PREDEF ("_PCL", "Power Consumer List", "Returns a list of devices powered by a power source"),
194 AH_PREDEF ("_PCT", "Performance Control", "Returns processor performance control and status registers"),
195 AH_PREDEF ("_PDC", "Processor Driver Capabilities", "Inform AML of processor driver capabilities"),
196 AH_PREDEF ("_PDL", "P-state Depth Limit", "Returns the lowest available performance P-state"),
197 AH_PREDEF ("_PHA", "Clock Phase", "Clock phase, Resource Descriptor field"),
198 AH_PREDEF ("_PIC", "Interrupt Model", "Inform AML of the interrupt model in use"),
199 AH_PREDEF ("_PIF", "Power Source Information", "Returns a Power Source information block"),
200 AH_PREDEF ("_PIN", "Pin List", "Pin list, Resource Descriptor field"),
201 AH_PREDEF ("_PLD", "Physical Device Location", "Returns a device's physical location information"),
201 AH_PREDEF ("_PLD", "Physical Location of Device", "Returns a device's physical location information"),
202 AH_PREDEF ("_PMC", "Power Meter Capabilities", "Returns a list of Power Meter capabilities info"),
203 AH_PREDEF ("_PMD", "Power Metered Devices", "Returns a list of devices that are measured by the power meter device"),
204 AH_PREDEF ("_PMM", "Power Meter Measurement", "Returns the current value of the Power Meter"),
205 AH_PREDEF ("_POL", "Polarity", "Interrupt polarity, Resource Descriptor field"),
206 AH_PREDEF ("_PPC", "Performance Present Capabilites", "Returns a list of the performance states currently supported by the platform"),
207 AH_PREDEF ("_PPE", "Polling for Platform Error", "Returns the polling interval to retrieve Corrected Platform Error information"),
208 AH_PREDEF ("_PPI", "Pin Configuration", "Resource Descriptor field"),
209 AH_PREDEF ("_PR", "Processor", "Predefined scope for processor objects"),

--- 114 unchanged lines hidden ---
202 AH_PREDEF ("_PMC", "Power Meter Capabilities", "Returns a list of Power Meter capabilities info"),
203 AH_PREDEF ("_PMD", "Power Metered Devices", "Returns a list of devices that are measured by the power meter device"),
204 AH_PREDEF ("_PMM", "Power Meter Measurement", "Returns the current value of the Power Meter"),
205 AH_PREDEF ("_POL", "Polarity", "Interrupt polarity, Resource Descriptor field"),
206 AH_PREDEF ("_PPC", "Performance Present Capabilites", "Returns a list of the performance states currently supported by the platform"),
207 AH_PREDEF ("_PPE", "Polling for Platform Error", "Returns the polling interval to retrieve Corrected Platform Error information"),
208 AH_PREDEF ("_PPI", "Pin Configuration", "Resource Descriptor field"),
209 AH_PREDEF ("_PR", "Processor", "Predefined scope for processor objects"),

--- 114 unchanged lines hidden ---