Lines Matching +full:temperature +full:- +full:lookup +full:- +full:table

3  * Module Name: ahpredef - Table of all known ACPI predefined names
11 * Some or all of this work - Copyright (c) 1999 - 2025, 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
159 * iASL only needs a partial table (short descriptions only).
160 * AcpiHelp needs the full table.
170 * This table was extracted directly from the ACPI specification.
174 …AH_PREDEF ("_ACx", "Active Cooling, x=0-9", "Returns the active cooling policy threshold values…
182 … AH_PREDEF ("_ALT", "Ambient Light Temperature", "Returns the ambient light color temperature"),
183 AH_PREDEF ("_ALx", "Active List, x=0-9", "Returns a list of active cooling device objects"),
184 …AH_PREDEF ("_ART", "Active Cooling Relationship Table", "Returns thermal relationship informati…
187 AH_PREDEF ("_ATT", "Type-Specific Attribute", "Resource Descriptor field"),
218 AH_PREDEF ("_CR3", "Warm/Standby Temperature", "Temperature for a fast low power state"),
220 AH_PREDEF ("_CRT", "Critical Temperature", "Returns the shutdown critical temperature"),
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 …AH_PREDEF ("_DTI", "Device Temperature Indication", "Conveys native device temperature to the p…
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)"…
256 AH_PREDEF ("_FIT", "Firmware Interface Table", "Returns a list of NFIT structures"),
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"),
280 …AH_PREDEF ("_HOT", "Hot Temperature", "Returns the critical temperature for sleep (entry to S4)…
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…
289 …AH_PREDEF ("_Lxx", "Level-Triggered GPE, xx=0x00-0xFF", "Control method executed as a result of…
301 …AH_PREDEF ("_MAT", "Multiple APIC Table Entry", "Returns a list of MADT APIC structure entries"…
318 …AH_PREDEF ("_NTT", "Notification Temperature Threshold", "Returns a threshold for device temper…
330 … AH_PREDEF ("_PDL", "P-state Depth Limit", "Returns the lowest available performance P-state"),
352 AH_PREDEF ("_PRT", "PCI Routing Table", "Returns a list of PCI interrupt mappings"),
359 AH_PREDEF ("_PSD", "Power State Dependencies", "Returns processor P-State dependencies"),
364 AH_PREDEF ("_PSV", "Passive Temperature", "Returns the passive trip point temperature"),
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"),
382 AH_PREDEF ("_RTV", "Relative Temperature Values", "Returns temperature value information"),
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…
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…
438 AH_PREDEF ("_TMP", "Temperature", "Returns a thermal zone's current temperature"),
440 …EDEF ("_TPT", "Trip Point Temperature", "Inform AML that a device's embedded temperature sensor…
443 …AH_PREDEF ("_TRT", "Thermal Relationship Table", "Returns thermal relationships between platfor…
444 … AH_PREDEF ("_TSD", "Throttling State Dependencies", "Returns a list of T-state dependencies"),
445 AH_PREDEF ("_TSF", "Type-Specific Flags", "Resource Descriptor field"),
449 …AH_PREDEF ("_TST", "Temperature Sensor Threshold", "Returns the minimum separation for a device…
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
481 * DESCRIPTION: Lookup a predefined name.
499 /* Search for a match in the predefined name table */ in AcpiAhMatchPredefinedName()
501 for (Info = AslPredefinedInfo; Info->Name; Info++) in AcpiAhMatchPredefinedName()
503 if (ACPI_COMPARE_NAMESEG (Nameseg, Info->Name)) in AcpiAhMatchPredefinedName()