Lines Matching +full:platform +full:- +full:level
3 * Module Name: ahpredef - Table of all known ACPI predefined names
11 * Some or all of this work - Copyright (c) 1999 - 2023, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
174 …AH_PREDEF ("_ACx", "Active Cooling, x=0-9", "Returns the active cooling policy threshold values…
183 AH_PREDEF ("_ALx", "Active List, x=0-9", "Returns a list of active cooling device objects"),
184 … Relationship Table", "Returns thermal relationship information between platform devices and fan d…
187 AH_PREDEF ("_ATT", "Type-Specific Attribute", "Resource Descriptor field"),
191 …AH_PREDEF ("_BCM", "Brightness Control Method", "Sets the brightness level of the display devic…
197 AH_PREDEF ("_BLT", "Battery Level Threshold", "Set battery level threshold preferences"),
203 …tics", "Returns static values used to configure power threshold support in the platform firmware"),
206 … AH_PREDEF ("_BQC", "Brightness Query Current", "Returns the current display brightness level"),
213 …AH_PREDEF ("_CCA", "Cache Coherency Attribute", "Returns a device's support level for cache coh…
221 AH_PREDEF ("_CSD", "C-State Dependencies", "Returns a list of C-state dependencies"),
222 AH_PREDEF ("_CST", "C-States", "Returns a list of supported C-states"),
237 …AH_PREDEF ("_DSC", "Deepest State for Configuration", "Returns the deepest D-state of the devic…
240 AH_PREDEF ("_DSD", "Device-Specific Data", "Returns a list of device property information"),
241 AH_PREDEF ("_DSM", "Device-Specific Method", "Executes device-specific functions"),
244 … ("_DTI", "Device Temperature Indication", "Conveys native device temperature to the platform"),
245 …AH_PREDEF ("_Exx", "Edge-Triggered GPE, xx=0x00-0xFF", "Method executed as a result of a genera…
249 …AH_PREDEF ("_EJx", "Eject Device, x=0-9", "Begin or cancel a device ejection request (docking)"…
260 …AH_PREDEF ("_FSL", "Fan Set Level", "Control method that sets the fan device's speed level (per…
266 AH_PREDEF ("_GL_", "Global Lock", "OS-defined Global Lock mutex object"),
271 AH_PREDEF ("_GRT", "Get Real Time", "Returns current time-of-day from a time/alarm device"),
277 AH_PREDEF ("_HE_", "High-Edge", "Interrupt triggering, Resource Descriptor field"),
281 …AH_PREDEF ("_HPP", "Hot Plug Parameters", "Returns a list of hot-plug information for a PCI dev…
282 …AH_PREDEF ("_HPX", "Hot Plug Parameter Extensions", "Returns a list of hot-plug information for…
284 …AH_PREDEF ("_IFT", "IPMI Interface Type", "See the Intelligent Platform Management Interface Sp…
289 …AH_PREDEF ("_Lxx", "Level-Triggered GPE, xx=0x00-0xFF", "Control method executed as a result of…
294 AH_PREDEF ("_LL_", "Low Level", "Interrupt polarity, Resource Descriptor field"),
315 …n Capabilities", "Returns health error injection capabilities that are supported by the platform"),
318 …reshold", "Returns a threshold for device temperature change that requires platform notification"),
330 … AH_PREDEF ("_PDL", "P-state Depth Limit", "Returns the lowest available performance P-state"),
340 …ent Capabilities", "Returns a list of the performance states currently supported by the platform"),
341 …AH_PREDEF ("_PPE", "Polling for Platform Error", "Returns the polling interval to retrieve Corr…
359 AH_PREDEF ("_PSD", "Power State Dependencies", "Returns processor P-State dependencies"),
368 … AH_PREDEF ("_PTS", "Prepare To Sleep", "Inform the platform of an impending sleep transition"),
369 …cessor Utilization Request", "Returns the number of processors that the platform would like to idl…
371 …AH_PREDEF ("_Qxx", "EC Query, xx=0x00-0xFF", "Embedded Controller query and SMBus Alarm control…
380 … AH_PREDEF ("_ROM", "Read-Only Memory", "Returns a copy of the ROM data for a display device"),
383 AH_PREDEF ("_RW_", "Read-Write Status", "Resource Descriptor field"),
391 …AH_PREDEF ("_S1D", "S1 Device State", "Returns the highest D-state supported by a device when i…
392 …AH_PREDEF ("_S2D", "S2 Device State", "Returns the highest D-state supported by a device when i…
393 …AH_PREDEF ("_S3D", "S3 Device State", "Returns the highest D-state supported by a device when i…
394 …AH_PREDEF ("_S4D", "S4 Device State", "Returns the highest D-state supported by a device when i…
395 …AH_PREDEF ("_S0W", "S0 Device Wake State", "Returns the lowest D-state that the device can wake…
396 …AH_PREDEF ("_S1W", "S1 Device Wake State", "Returns the lowest D-state for this device that can…
397 …AH_PREDEF ("_S2W", "S2 Device Wake State", "Returns the lowest D-state for this device that can…
398 …AH_PREDEF ("_S3W", "S3 Device Wake State", "Returns the lowest D-state for this device that can…
399 …AH_PREDEF ("_S4W", "S4 Device Wake State", "Returns the lowest D-state for this device that can…
420 …AH_PREDEF ("_SRV", "IPMI Spec Revision", "See the Intelligent Platform Management Interface Spe…
431 … AH_PREDEF ("_T_x", "Emitted by ASL Compiler, x=0-9, A-Z", "Reserved for use by ASL compilers"),
434 …AH_PREDEF ("_TDL", "T-State Depth Limit", "Returns the _TSS entry number of the lowest power th…
443 …"_TRT", "Thermal Relationship Table", "Returns thermal relationships between platform devices"),
444 … AH_PREDEF ("_TSD", "Throttling State Dependencies", "Returns a list of T-state dependencies"),
445 AH_PREDEF ("_TSF", "Type-Specific Flags", "Resource Descriptor field"),
451 AH_PREDEF ("_TTS", "Transition To State", "Inform AML of an S-state transition"),
465 … AH_PREDEF ("_Wxx", "Wake Event, xx=0x00-0xFF", "Method executed as a result of a wake event"),
477 * PARAMETERS: Nameseg - Predefined name string
501 for (Info = AslPredefinedInfo; Info->Name; Info++) in AcpiAhMatchPredefinedName()
503 if (ACPI_COMPARE_NAMESEG (Nameseg, Info->Name)) in AcpiAhMatchPredefinedName()