Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/power/supply/
Dcpcap-battery.c503 unsigned int vfull; in cpcap_battery_full() local
527 vfull = ddata->config.bat.constant_charge_voltage_max_uv - 120000; in cpcap_battery_full()
529 if (ddata->is_full && state->voltage < vfull) in cpcap_battery_full()