Home
last modified time | relevance | path

Searched full:batteries (Results 1 – 25 of 35) sorted by relevance

12

/linux/Documentation/devicetree/bindings/power/supply/
H A Dsamsung,battery.yaml7 title: Samsung SDI Batteries
13 Samsung SDI (Samsung Digital Interface) batteries are all different versions
15 portable electronics. The batteries are adapted to a specific product and
17 product, so product device trees can specify these batteries. Operating
18 systems should determine hardware characteristics of the batteries from the
H A Dlego,ev3-battery.yaml15 It uses 6 AA batteries or a special Li-ion rechargeable battery pack that is
H A Dsbs,sbs-battery.yaml55 SBS batteries by default send broadcast messages to SBS compliant chargers to
H A Dcw2015_battery.yaml31 it is to mail two batteries to a test facility of CellWise and receive
H A Dbq256xx.yaml16 polymer batteries.
/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/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/power/supply/
H A Dlego_ev3_battery.c101 * batteries are automatically detected and should not be in lego_ev3_battery_set_property()
102 * overridden. Rechargeable AA batteries, on the other hand, in lego_ev3_battery_set_property()
H A Dab8500_bmdata.c156 /* The default capacity is 612 mAh for unknown batteries */ in ab8500_bm_of_probe()
165 /* Nominal voltage is 3.7V for unknown batteries */ in ab8500_bm_of_probe()
H A Dpower_supply_core.c548 struct power_supply **batteries) in power_supply_populate_system_batteries_array() argument
555 .psys = batteries, in power_supply_populate_system_batteries_array()
561 dev_dbg(dev, "%s Found %d batteries with array size %d ret %d\n", in power_supply_populate_system_batteries_array()
565 power_supply_put_system_batteries(batteries, data.cnt); in power_supply_populate_system_batteries_array()
752 /* Try static batteries first */ in power_supply_get_battery_info()
H A Dds2760_battery.c2 * Driver for batteries with DS2760 chips inside.
219 /* Some batteries have their rated capacity stored a N * 10 mAh, while
H A Dab8500-bm.h371 * @chg_unknown_bat flag to enable charging of unknown 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/include/linux/power/
H A Dtwl4030_madc_battery.h3 * Dumb driver for LiIon batteries using TWL4030 madc.
/linux/drivers/acpi/
H A Dbattery.c93 /* for batteries reporting current capacity with design capacity
171 /* good batteries update full_charge as the batteries degrade */ in acpi_battery_is_full()
175 /* fallback to using design values for broken batteries */ in acpi_battery_is_full()
766 * de-register all the batteries that are registered. in battery_hook_unregister_unlocked()
896 * has called remove for all batteries. We just in battery_hook_exit()
998 * According to the ACPI spec, some kinds of primary batteries can
/linux/drivers/platform/x86/siemens/
H A DKconfig24 batteries of several Industrial PCs from Siemens.
/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/drivers/i2c/
H A DKconfig35 such as smart batteries through an I2C host controller driver.
/linux/drivers/scsi/
H A Dppa.h90 /* batteries not included :-) */
H A Dimm.h83 /* batteries not included :-) */
/linux/include/linux/
H A Dhid.h708 * batteries list.
710 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.c385 struct mutex battery_lock; /* Protects the list of currently registered batteries */
399 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/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/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 …]

12