Lines Matching full:battery
11 retrieving various system data like battery temperature, ePPID, diagnostic data
57 …[WmiMethodId(1), Implemented, read, write, Description("Return Battery Design Capacity.")] void Ba…
58 …[WmiMethodId(2), Implemented, read, write, Description("Return Battery Full Charge Capacity.")] vo…
59 …[WmiMethodId(3), Implemented, read, write, Description("Return Battery Manufacture Name.")] void B…
60 …[WmiMethodId(4), Implemented, read, write, Description("Return Battery Manufacture Date.")] void B…
61 …[WmiMethodId(5), Implemented, read, write, Description("Return Battery Serial Number.")] void Batt…
62 …[WmiMethodId(6), Implemented, read, write, Description("Return Battery Chemistry Value.")] void Ba…
63 …[WmiMethodId(7), Implemented, read, write, Description("Return Battery Temperature.")] void Batter…
64 …[WmiMethodId(8), Implemented, read, write, Description("Return Battery Current.")] void BatteryCur…
65 …[WmiMethodId(9), Implemented, read, write, Description("Return Battery Voltage.")] void BatteryVol…
66 …[WmiMethodId(10), Implemented, read, write, Description("Return Battery Manufacture Access(MA code…
67 …[WmiMethodId(11), Implemented, read, write, Description("Return Battery Relative State-Of-Charge."…
68 …[WmiMethodId(12), Implemented, read, write, Description("Return Battery Cycle Count")] void Batter…
69 …[WmiMethodId(13), Implemented, read, write, Description("Return Battery ePPID")] void BatteryePPID…
70 …[WmiMethodId(14), Implemented, read, write, Description("Return Battery Raw Analytics Start")] voi…
71 …[WmiMethodId(15), Implemented, read, write, Description("Return Battery Raw Analytics")] void Batt…
72 …[WmiMethodId(16), Implemented, read, write, Description("Return Battery Design Voltage.")] void Ba…
73 …[WmiMethodId(17), Implemented, read, write, Description("Return Battery Raw Analytics A Block")] v…
80 with the first 8 bit being used to specify the battery when using battery-related
92 The data format of many battery-related methods seems to be based on the
93 `Smart Battery Data Specification`, so unknown battery-related methods are
99 Returns the design capacity of the battery in mAh as an u16.
104 Returns the full charge capacity of the battery in mAh as an u16.
109 Returns the manufacture name of the battery as an ASCII string.
114 Returns the manufacture date of the battery as an u16.
127 Returns the serial number of the battery as an u16.
132 Returns the chemistry of the battery as an ASCII string.
140 Returns the temperature of the battery in tenth degree kelvin as an u16.
145 Returns the current flow of the battery in mA as an s16.
151 Returns the voltage flow of the battery in mV as an u16.
161 Returns the capacity of the battery in percent as an u16.
166 Returns the cycle count of the battery as an u16.
171 Returns the ePPID of the battery as an ASCII string.
176 Performs an analysis of the battery and returns a status code:
200 Returns the design voltage of the battery in mV as an u16.
244 ACPI battery matching algorithm
250 Basically for each new ACPI battery, the serial numbers of the batteries behind
251 indices 1 till 3 are compared with the serial number of the ACPI battery.
252 Since the serial number of the ACPI battery can either be encoded as a normal
257 with an actual battery, or that the associated battery is not present.
259 Some machines like the Dell Inspiron 3505 only support a single battery and thus
260 ignore the battery index. Because of this the driver depends on the ACPI battery
264 The ACPI battery matching algorithm currently used inside the driver is
278 flow with other ACPI methods (_BIX or _BIF for battery related methods