Lines Matching +full:battery +full:- +full:powered

3  * Module Name: ahpredef - Table of all known ACPI predefined names
11 * Some or all of this work - Copyright (c) 1999 - 2018, 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
187 AH_PREDEF ("_ATT", "Type-Specific Attribute", "Resource Descriptor field"),
192 …AH_PREDEF ("_BCT", "Battery Charge Time", "Returns time remaining to complete charging battery"…
195 …AH_PREDEF ("_BIF", "Battery Information", "Returns a Control Method Battery information block"),
196 …AH_PREDEF ("_BIX", "Battery Information Extended", "Returns a Control Method Battery extended i…
197 AH_PREDEF ("_BLT", "Battery Level Threshold", "Set battery level threshold preferences"),
199 …AH_PREDEF ("_BMA", "Battery Measurement Averaging Interval", "Sets battery measurement averagin…
200 …AH_PREDEF ("_BMC", "Battery Maintenance Control", "Sets battery maintenance and control feature…
201 …AH_PREDEF ("_BMD", "Battery Maintenance Data", "Returns battery maintenance, control, and state…
202 …AH_PREDEF ("_BMS", "Battery Measurement Sampling Time", "Sets the battery measurement sampling …
204 AH_PREDEF ("_BST", "Battery Status", "Returns a Control Method Battery status block"),
205 AH_PREDEF ("_BTH", "Battery Throttle Limit", "Thermal limit for charging and discharging"),
206 AH_PREDEF ("_BTM", "Battery Time", "Returns the battery runtime"),
207 AH_PREDEF ("_BTP", "Battery Trip Point", "Sets a Control Method Battery trip point"),
217 AH_PREDEF ("_CSD", "C-State Dependencies", "Returns a list of C-state dependencies"),
218 AH_PREDEF ("_CST", "C-States", "Returns a list of supported C-states"),
235 AH_PREDEF ("_DSD", "Device-Specific Data", "Returns a list of device property information"),
236 AH_PREDEF ("_DSM", "Device-Specific Method", "Executes device-specific functions"),
240 …AH_PREDEF ("_Exx", "Edge-Triggered GPE", "Method executed as a result of a general-purpose even…
261 AH_PREDEF ("_GL_", "Global Lock", "OS-defined Global Lock mutex object"),
266 AH_PREDEF ("_GRT", "Get Real Time", "Returns current time-of-day from a time/alarm device"),
272 AH_PREDEF ("_HE_", "High-Edge", "Interrupt triggering, Resource Descriptor field"),
276 …AH_PREDEF ("_HPP", "Hot Plug Parameters", "Returns a list of hot-plug information for a PCI dev…
277 …AH_PREDEF ("_HPX", "Hot Plug Parameter Extensions", "Returns a list of hot-plug information for…
284 …AH_PREDEF ("_Lxx", "Level-Triggered GPE", "Control method executed as a result of a general-pur…
317 …AH_PREDEF ("_PCL", "Power Consumer List", "Returns a list of devices powered by a power source"…
320 … AH_PREDEF ("_PDL", "P-state Depth Limit", "Returns the lowest available performance P-state"),
349 AH_PREDEF ("_PSD", "Power State Dependencies", "Returns processor P-State dependencies"),
370 … AH_PREDEF ("_ROM", "Read-Only Memory", "Returns a copy of the ROM data for a display device"),
373 AH_PREDEF ("_RW_", "Read-Write Status", "Resource Descriptor field"),
381 …AH_PREDEF ("_S1D", "S1 Device State", "Returns the highest D-state supported by a device when i…
382 …AH_PREDEF ("_S2D", "S2 Device State", "Returns the highest D-state supported by a device when i…
383 …AH_PREDEF ("_S3D", "S3 Device State", "Returns the highest D-state supported by a device when i…
384 …AH_PREDEF ("_S4D", "S4 Device State", "Returns the highest D-state supported by a device when i…
385 …AH_PREDEF ("_S0W", "S0 Device Wake State", "Returns the lowest D-state that the device can wake…
386 …AH_PREDEF ("_S1W", "S1 Device Wake State", "Returns the lowest D-state for this device that can…
387 …AH_PREDEF ("_S2W", "S2 Device Wake State", "Returns the lowest D-state for this device that can…
388 …AH_PREDEF ("_S3W", "S3 Device Wake State", "Returns the lowest D-state for this device that can…
389 …AH_PREDEF ("_S4W", "S4 Device Wake State", "Returns the lowest D-state for this device that can…
391 AH_PREDEF ("_SBS", "Smart Battery Subsystem", "Returns the subsystem configuration"),
419 …AH_PREDEF ("_TDL", "T-State Depth Limit", "Returns the _TSS entry number of the lowest power th…
429 … AH_PREDEF ("_TSD", "Throttling State Dependencies", "Returns a list of T-state dependencies"),
430 AH_PREDEF ("_TSF", "Type-Specific Flags", "Resource Descriptor field"),
436 AH_PREDEF ("_TTS", "Transition To State", "Inform AML of an S-state transition"),
462 * PARAMETERS: Nameseg - Predefined name string
486 for (Info = AslPredefinedInfo; Info->Name; Info++) in AcpiAhMatchPredefinedName()
488 if (ACPI_COMPARE_NAME (Nameseg, Info->Name)) in AcpiAhMatchPredefinedName()