Lines Matching +full:polarity +full:- +full:supported

3  * Module Name: ahpredef - Table of all known ACPI predefined names
11 * Some or all of this work - Copyright (c) 1999 - 2024, 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"),
190 AH_PREDEF ("_BCL", "Brightness Control Levels", "Returns a list of supported brightness control levels"),
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 device to the OSPM"),
238 AH_PREDEF ("_DPL", "Device Selection Polarity", "Polarity of Device Selection signal, Resource Descriptor field"),
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 general-purpose event"),
249 AH_PREDEF ("_EJx", "Eject Device, x=0-9", "Begin or cancel a device ejection request (docking)"),
259 AH_PREDEF ("_FPS", "Fan Performance States", "Returns a list of supported fan performance states"),
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 device"),
282 AH_PREDEF ("_HPX", "Hot Plug Parameter Extensions", "Returns a list of hot-plug information for a PCI device. Supersedes _HPP"),
289 AH_PREDEF ("_Lxx", "Level-Triggered GPE, xx=0x00-0xFF", "Control method executed as a result of a general-purpose event"),
294 AH_PREDEF ("_LL_", "Low Level", "Interrupt polarity, Resource Descriptor field"),
296 AH_PREDEF ("_LPI", "Low Power Idle States", "Returns a list of supported low power idle states"),
315 AH_PREDEF ("_NIC", "NVDIMM Health Error Injection Capabilities", "Returns health error injection capabilities that are supported by the platform"),
323 AH_PREDEF ("_OSI", "Operating System Interfaces", "Returns supported interfaces, behaviors, and features"),
330 AH_PREDEF ("_PDL", "P-state Depth Limit", "Returns the lowest available performance P-state"),
339 AH_PREDEF ("_POL", "Polarity", "Interrupt polarity, Resource Descriptor field"),
340 AH_PREDEF ("_PPC", "Performance Present Capabilities", "Returns a list of the performance states currently supported by the platform"),
359 AH_PREDEF ("_PSD", "Power State Dependencies", "Returns processor P-State dependencies"),
363 AH_PREDEF ("_PSS", "Performance Supported States", "Returns a list of supported processor performance states"),
371 AH_PREDEF ("_Qxx", "EC Query, xx=0x00-0xFF", "Embedded Controller query and SMBus Alarm control method"),
376 AH_PREDEF ("_REV", "Supported Integer Width", "Returns the supported integer width (<= 1: 32 bits only, >=2: both 32 and 64 bits"),
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 in the S1 state"),
392 AH_PREDEF ("_S2D", "S2 Device State", "Returns the highest D-state supported by a device when in the S2 state"),
393 AH_PREDEF ("_S3D", "S3 Device State", "Returns the highest D-state supported by a device when in the S3 state"),
394 AH_PREDEF ("_S4D", "S4 Device State", "Returns the highest D-state supported by a device when in the S4 state"),
395 AH_PREDEF ("_S0W", "S0 Device Wake State", "Returns the lowest D-state that the device can wake itself from S0"),
396 AH_PREDEF ("_S1W", "S1 Device Wake State", "Returns the lowest D-state for this device that can wake the system from S1"),
397 AH_PREDEF ("_S2W", "S2 Device Wake State", "Returns the lowest D-state for this device that can wake the system from S2"),
398 AH_PREDEF ("_S3W", "S3 Device Wake State", "Returns the lowest D-state for this device that can wake the system from S3"),
399 AH_PREDEF ("_S4W", "S4 Device Wake State", "Returns the lowest D-state for this device that can wake the system from S4"),
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 throttling state"),
439 AH_PREDEF ("_TPC", "Throttling Present Capabilities", "Returns the current number of supported throttling states"),
444 AH_PREDEF ("_TSD", "Throttling State Dependencies", "Returns a list of T-state dependencies"),
445 AH_PREDEF ("_TSF", "Type-Specific Flags", "Resource Descriptor field"),
448 AH_PREDEF ("_TSS", "Throttling Supported States", "Returns supported throttling state information"),
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++)
503 if (ACPI_COMPARE_NAMESEG (Nameseg, Info->Name))