Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/power/supply/
Dcpcap-battery.c416 unsigned int vfull; in cpcap_battery_full() local
440 vfull = ddata->config.bat.constant_charge_voltage_max_uv - 120000; in cpcap_battery_full()
442 if (ddata->is_full && state->voltage < vfull) in cpcap_battery_full()