new_ac_status      48 drivers/power/supply/pda_power.c static int new_ac_status = -1;
new_ac_status     100 drivers/power/supply/pda_power.c 		new_ac_status = !!pdata->is_ac_online();
new_ac_status     112 drivers/power/supply/pda_power.c 		if (new_ac_status > 0) {
new_ac_status     123 drivers/power/supply/pda_power.c 		if (new_ac_status > 0) {
new_ac_status     143 drivers/power/supply/pda_power.c 		ac_status = new_ac_status;
new_ac_status     200 drivers/power/supply/pda_power.c 	if (!ac_irq && new_ac_status != ac_status) {