Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dmax17040_battery.c153 u32 low_soc_alert; member
257 chip->low_soc_alert = MAX17040_ATHD_DEFAULT_POWER_UP; in max17040_get_of_data()
260 &chip->low_soc_alert); in max17040_get_of_data()
262 if (chip->low_soc_alert <= 0 || in max17040_get_of_data()
263 chip->low_soc_alert > (chip->quirk_double_soc ? 16 : 32)) { in max17040_get_of_data()
357 max17040_set_low_soc_alert(chip, chip->low_soc_alert); in max17040_thread_handler()
403 chip->low_soc_alert = val->intval; in max17040_set_property()
432 val->intval = chip->low_soc_alert; in max17040_get_property()
519 ret = max17040_set_low_soc_alert(chip, chip->low_soc_alert); in max17040_probe()