Home
last modified time | relevance | path

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

/drivers/power/supply/
Dpda_power.c48 static int new_ac_status = -1; variable
100 new_ac_status = !!pdata->is_ac_online(); in update_status()
112 if (new_ac_status > 0) { in update_charger()
123 if (new_ac_status > 0) { in update_charger()
143 ac_status = new_ac_status; in supply_work_func()
200 if (!ac_irq && new_ac_status != ac_status) { in polling_work_func()