Home
last modified time | relevance | path

Searched refs:charging (Results 1 – 25 of 63) sorted by relevance

123

/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-power61 used for discharging batteries, positive values for charging
101 used for discharging batteries, positive values for charging
136 This is normally used for the charging scenario where
139 user that the temperature is critically high, and charging has
161 This is normally used for the charging scenario where user-space
164 temperature level is high, and charging current has been
178 charging.
195 charging.
212 battery, during charging.
335 Maximum allowable charging current. Used for charge rate
[all …]
Dsysfs-class-power-twl40304 Writing to this can disable charging.
25 Writing to this can disable charging.
Dsysfs-platform-ideapad-laptop59 Controls whether the "always on USB charging" feature is
60 enabled or not. This feature enables charging USB devices
Dsysfs-class-power-mp26295 Represents a battery impedance compensation to accelerate charging.
Dsysfs-platform-asus-wmi107 Get the current charging mode being used:
109 * 2 - USB-C charging
110 * 3 - Both connected, barrel used for charging
Dsysfs-platform-lg-laptop35 Control USB port charging when device is turned off.
Dusb-charger-uevent20 https://www.usb.org/document-library/battery-charging-v12-spec-and-adopters-agreement
Dsysfs-class-power-wilco5 What charging algorithm to use:
/linux-6.12.1/Documentation/devicetree/bindings/rtc/
Drtc-palmas.txt14 battery is chargeable or not. If charging battery then driver can
15 enable the charging.
16 - ti,backup-battery-charge-high-current: Enable high current charging in
17 backup battery. Device supports the < 100uA and > 100uA charging.
/linux-6.12.1/drivers/power/supply/
Dsc2731_charger.c62 bool charging; member
211 if (!info->charging) { in sc2731_charger_usb_set_property()
250 if (info->charging) in sc2731_charger_usb_get_property()
257 if (!info->charging) { in sc2731_charger_usb_get_property()
269 if (!info->charging) { in sc2731_charger_usb_get_property()
331 if (info->limit > 0 && !info->charging) { in sc2731_charger_work()
345 info->charging = true; in sc2731_charger_work()
346 } else if (!info->limit && info->charging) { in sc2731_charger_work()
348 info->charging = false; in sc2731_charger_work()
Dbq24735-charger.c58 bool charging; member
225 if (charger->charging && bq24735_charger_is_present(charger)) in bq24735_update()
297 charger->charging = true; in bq24735_charger_set_property()
306 charger->charging = false; in bq24735_charger_set_property()
368 charger->charging = true; in bq24735_charger_probe()
Dtwl4030_madc_battery.c83 calibration = bat->pdata->charging; in twl4030_madc_bat_voltscale()
210 sort(pdata->charging, pdata->charging_size, in twl4030_madc_battery_probe()
Dab8500_fg.c140 bool charging; member
894 resistance = power_supply_vbat2ri(bi, vbat_uncomp_uv, di->flags.charging); in ab8500_fg_battery_resistance()
1222 if (di->flags.charging) { in ab8500_fg_calculate_scaled_capacity()
1258 if (di->flags.charging) { in ab8500_fg_update_cap_scalers()
1299 if (!(!di->flags.charging && di->bat_cap.level > in ab8500_fg_check_capacity_limits()
1366 } else if (!(!di->flags.charging && in ab8500_fg_check_capacity_limits()
1768 if (di->flags.charging) in ab8500_fg_algorithm()
1788 di->flags.charging, in ab8500_fg_algorithm()
1816 if (di->flags.charging) in ab8500_fg_periodic_work()
2215 if (!di->flags.charging) in ab8500_fg_get_ext_psy_data()
[all …]
Dmax14577_charger.c99 int ret, charging; in max14577_get_charge_type() local
109 ret = max14577_get_charger_state(chg, &charging); in max14577_get_charge_type()
113 if (charging == POWER_SUPPLY_STATUS_CHARGING) in max14577_get_charge_type()
/linux-6.12.1/arch/sh/boards/mach-hp6xx/
Dhp6xx_apm.c32 int battery, backup, charging, percentage; in hp6x0_apm_get_power_status() local
37 charging = adc_single(ADC_CHANNEL_CHARGE); in hp6x0_apm_get_power_status()
58 } else if (charging < 8) { in hp6x0_apm_get_power_status()
/linux-6.12.1/drivers/macintosh/
Dapm_emu.c24 char charging = 0; in pmu_apm_get_power_status() local
53 charging++; in pmu_apm_get_power_status()
67 if (charging > 0) { in pmu_apm_get_power_status()
/linux-6.12.1/drivers/mfd/
Dtps65010.c65 unsigned charging:1; member
206 seq_printf(s, "%scharging\n\n", tps->charging ? "" : "(not) "); in dbg_show()
352 unsigned charging = 0; in tps65010_interrupt() local
370 charging = 1; in tps65010_interrupt()
372 charging = 1; in tps65010_interrupt()
374 if (charging != tps->charging) { in tps65010_interrupt()
375 tps->charging = charging; in tps65010_interrupt()
377 DRIVER_NAME, charging ? "" : in tps65010_interrupt()
386 if ((tps->model != TPS65013 || !tps->charging) in tps65010_interrupt()
/linux-6.12.1/Documentation/hwmon/
Dtwl4030-madc-hwmon.rst48 degree Celsius. The Battery charging current channel represents
49 battery charging current in mA.
/linux-6.12.1/include/linux/power/
Dtwl4030_madc_battery.h24 struct twl4030_madc_bat_calibration *charging; member
/linux-6.12.1/Documentation/power/
Dpower_supply_class.rst25 typically expected feedback of battery charging/fully charged status and
83 this attribute represents operating status (charging, full,
167 the current drawn from a charging source.
170 the voltage limit from a charging source.
173 the power limit from a charging source.
214 (i.e. while battery is charging)
Dcharger-manager.rst38 consumption and slow down charging process. Or even, such peak power
39 consumption can stop chargers in the middle of charging
41 only affects the charging time, but the lifespan of the battery.
53 restarts charging. This check is also performed while suspended by
178 This callback returns 0 if the temperature is safe for charging,
203 a) charger-on/off b) external-power-in/out c) battery-in/out (while charging)
/linux-6.12.1/Documentation/devicetree/bindings/pwm/
Dti,twl-pwmled.txt5 On TWL6030 series: LED PWM (mainly used as charging indicator LED)
/linux-6.12.1/drivers/platform/surface/
Dsurface3_power.c55 bool charging; member
322 if (status != cdata->charging) in mshw0011_isr()
326 cdata->charging = status; in mshw0011_isr()
/linux-6.12.1/drivers/platform/olpc/
DKconfig25 button, restart, shutdown and battery charging status.
/linux-6.12.1/Documentation/driver-api/gpio/
Ddrivers-on-gpio.rst98 battery charging and all you have to go by to check the presence of the
99 AC charger or more complex tasks such as indicating charging status using
101 way to pass the charging parameters from hardware descriptions such as the

123