ahpredef.c (722b16673c40aedf280895f2f2f676bb494518d7) | ahpredef.c (07c64d74917e7c8ca61c77413dbd533390e7dca7) |
---|---|
1/****************************************************************************** 2 * 3 * Module Name: ahpredef - Table of all known ACPI predefined names 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 220 unchanged lines hidden (view full) --- 229 AH_PREDEF ("_DEC", "Decode", "Device decoding type, Resource Descriptor field"), 230 AH_PREDEF ("_DEP", "Dependencies", "Returns a list of operation region dependencies"), 231 AH_PREDEF ("_DGS", "Display Graphics State", "Return the current state of the output device"), 232 AH_PREDEF ("_DIS", "Disable Device", "Disables a device"), 233 AH_PREDEF ("_DLM", "Device Lock Mutex", "Defines mutex for OS/AML sharing"), 234 AH_PREDEF ("_DMA", "Direct Memory Access", "Returns device current resources for DMA transactions, and resource field"), 235 AH_PREDEF ("_DOD", "Display Output Devices", "Enumerate all devices attached to the display adapter"), 236 AH_PREDEF ("_DOS", "Disable Output Switching", "Sets the display output switching mode"), | 1/****************************************************************************** 2 * 3 * Module Name: ahpredef - Table of all known ACPI predefined names 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 220 unchanged lines hidden (view full) --- 229 AH_PREDEF ("_DEC", "Decode", "Device decoding type, Resource Descriptor field"), 230 AH_PREDEF ("_DEP", "Dependencies", "Returns a list of operation region dependencies"), 231 AH_PREDEF ("_DGS", "Display Graphics State", "Return the current state of the output device"), 232 AH_PREDEF ("_DIS", "Disable Device", "Disables a device"), 233 AH_PREDEF ("_DLM", "Device Lock Mutex", "Defines mutex for OS/AML sharing"), 234 AH_PREDEF ("_DMA", "Direct Memory Access", "Returns device current resources for DMA transactions, and resource field"), 235 AH_PREDEF ("_DOD", "Display Output Devices", "Enumerate all devices attached to the display adapter"), 236 AH_PREDEF ("_DOS", "Disable Output Switching", "Sets the display output switching mode"), |
237 AH_PREDEF ("_DSC", "Deepest State for Configuration", "Returns the deepest D-state of the device to the OSPM"), |
|
237 AH_PREDEF ("_DPL", "Device Selection Polarity", "Polarity of Device Selection signal, Resource Descriptor field"), 238 AH_PREDEF ("_DRS", "Drive Strength", "Drive Strength setting for GPIO connection, Resource Descriptor field"), 239 AH_PREDEF ("_DSD", "Device-Specific Data", "Returns a list of device property information"), 240 AH_PREDEF ("_DSM", "Device-Specific Method", "Executes device-specific functions"), 241 AH_PREDEF ("_DSS", "Device Set State", "Sets the display device state"), 242 AH_PREDEF ("_DSW", "Device Sleep Wake", "Sets the sleep and wake transition states for a device"), 243 AH_PREDEF ("_DTI", "Device Temperature Indication", "Conveys native device temperature to the platform"), 244 AH_PREDEF ("_Exx", "Edge-Triggered GPE, xx=0x00-0xFF", "Method executed as a result of a general-purpose event"), --- 265 unchanged lines hidden --- | 238 AH_PREDEF ("_DPL", "Device Selection Polarity", "Polarity of Device Selection signal, Resource Descriptor field"), 239 AH_PREDEF ("_DRS", "Drive Strength", "Drive Strength setting for GPIO connection, 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"), 242 AH_PREDEF ("_DSS", "Device Set State", "Sets the display device state"), 243 AH_PREDEF ("_DSW", "Device Sleep Wake", "Sets the sleep and wake transition states for a device"), 244 AH_PREDEF ("_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 general-purpose event"), --- 265 unchanged lines hidden --- |