Home
last modified time | relevance | path

Searched refs:batteries (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/macintosh/
H A Dapm_emu.c20 int batteries = 0; in pmu_apm_get_power_status() local
40 batteries++; in pmu_apm_get_power_status()
56 if (batteries == 0) in pmu_apm_get_power_status()
H A DKconfig116 that can contains batteries, floppy drives, or IDE devices. PCI
/linux/drivers/w1/slaves/
H A DKconfig125 The battery monitor chip is used in many batteries/devices
127 Li+ batteries.
137 The battery monitor chip is used in many batteries/devices
139 Li+ batteries.
/linux/Documentation/wmi/devices/
H A Ddell-wmi-ddv.rst27 including batteries. It has a form similar to `CC-PPPPPP-MMMMM-YMD-SSSS-FFF`
277 The algorithm used to match ACPI batteries to indices is based on information
280 Basically for each new ACPI battery, the serial numbers of the batteries behind
291 hook mechanism to discover batteries.
/linux/drivers/platform/x86/siemens/
H A DKconfig24 batteries of several Industrial PCs from Siemens.
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c9483 struct tpacpi_battery_data batteries[3]; member
9517 if (!battery_info.batteries[battery].start_support || in tpacpi_battery_get()
9525 if (!battery_info.batteries[battery].stop_support || in tpacpi_battery_get()
9642 memset(&battery_info.batteries[battery], 0, in tpacpi_battery_probe()
9643 sizeof(battery_info.batteries[battery])); in tpacpi_battery_probe()
9665 battery_info.batteries[battery].start_support = 1; in tpacpi_battery_probe()
9669 &battery_info.batteries[battery].charge_start)) { in tpacpi_battery_probe()
9681 battery_info.batteries[battery].stop_support = 1; in tpacpi_battery_probe()
9685 &battery_info.batteries[battery].charge_stop)) { in tpacpi_battery_probe()
9697 battery_info.batteries[battery].charge_behaviours |= in tpacpi_battery_probe()
[all …]
/linux/include/linux/
H A Dhid.h710 struct list_head batteries; member
775 if (list_empty(&hdev->batteries)) in hid_get_battery()
777 return list_first_entry(&hdev->batteries, struct hid_battery, list); in hid_get_battery()
/linux/drivers/platform/x86/uniwill/
H A Duniwill-acpi.c399 struct list_head batteries; member
2093 list_add(&entry->head, &data->batteries); in uniwill_add_battery()
2104 list_for_each_entry_safe(entry, tmp, &data->batteries, head) { in uniwill_remove_battery()
2163 INIT_LIST_HEAD(&data->batteries); in uniwill_battery_init()
2185 list_for_each_entry(entry, &data->batteries, head) { in uniwill_notifier_call()
/linux/drivers/i2c/
H A DKconfig35 such as smart batteries through an I2C host controller driver.
/linux/arch/arm/boot/dts/ti/davinci/
H A Dda850-lego-ev3.dts173 * The EV3 can use 6-AA batteries or a rechargeable Li-ion battery pack.
/linux/drivers/usb/gadget/
H A DKconfig106 batteries. This is in addition to any local power supply,
107 such as an AC adapter or batteries.
/linux/Documentation/power/
H A Dswsusp.rst97 are real high when running from batteries. The other gain is that we don't have
/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst975 sensors, like those inside the batteries and docks.
1614 These two attributes are created for those batteries that are supported by the
/linux/drivers/hid/
H A Dhid-core.c3108 INIT_LIST_HEAD(&hdev->batteries); in hid_allocate_device()