Lines Matching +full:hot +full:- +full:plug

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"),
187 AH_PREDEF ("_ATT", "Type-Specific Attribute", "Resource Descriptor field"),
215 AH_PREDEF ("_CID", "Compatible ID", "Returns a device's Plug and Play Compatible ID list"),
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"),
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)"…
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"),
278 AH_PREDEF ("_HID", "Hardware ID", "Returns a device's Plug and Play Hardware ID"),
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…
330 … AH_PREDEF ("_PDL", "P-state Depth Limit", "Returns the lowest available performance P-state"),
359 AH_PREDEF ("_PSD", "Power State Dependencies", "Returns processor P-State dependencies"),
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…
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…
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()