Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/dell/
Ddell-laptop.c2227 #define CHARGE_MIN_DIFF 5 macro
2238 if ((end - start) < CHARGE_MIN_DIFF) in dell_battery_set_custom_charge_start()
2239 start = end - CHARGE_MIN_DIFF; in dell_battery_set_custom_charge_start()
2254 if ((end - start) < CHARGE_MIN_DIFF) in dell_battery_set_custom_charge_end()
2255 end = start + CHARGE_MIN_DIFF; in dell_battery_set_custom_charge_end()