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

/linux-4.1.27/drivers/power/
H A Dpda_power.c51 static int new_ac_status = -1; variable
103 new_ac_status = !!pdata->is_ac_online(); update_status()
115 if (new_ac_status > 0) { update_charger()
126 if (new_ac_status > 0) { update_charger()
146 ac_status = new_ac_status; supply_timer_func()
201 if (!ac_irq && new_ac_status != ac_status) { polling_timer_func()

Completed in 103 milliseconds