susp_status       247 drivers/power/supply/abx500_chargalg.c 	struct abx500_chargalg_suspension_status susp_status;
susp_status       378 drivers/power/supply/abx500_chargalg.c 		di->susp_status.suspended_change) {
susp_status       384 drivers/power/supply/abx500_chargalg.c 			!di->susp_status.ac_suspended) {
susp_status       391 drivers/power/supply/abx500_chargalg.c 			!di->susp_status.usb_suspended) {
susp_status       396 drivers/power/supply/abx500_chargalg.c 			(di->susp_status.ac_suspended ||
susp_status       397 drivers/power/supply/abx500_chargalg.c 			di->susp_status.usb_suspended)) {
susp_status       407 drivers/power/supply/abx500_chargalg.c 		di->susp_status.suspended_change = false;
susp_status      1428 drivers/power/supply/abx500_chargalg.c 		if (di->susp_status.ac_suspended)
susp_status      1430 drivers/power/supply/abx500_chargalg.c 		if (di->susp_status.usb_suspended)
susp_status      1779 drivers/power/supply/abx500_chargalg.c 		       di->susp_status.ac_suspended &&
susp_status      1780 drivers/power/supply/abx500_chargalg.c 		       di->susp_status.usb_suspended);
susp_status      1798 drivers/power/supply/abx500_chargalg.c 		di->susp_status.ac_suspended = true;
susp_status      1799 drivers/power/supply/abx500_chargalg.c 		di->susp_status.usb_suspended = true;
susp_status      1800 drivers/power/supply/abx500_chargalg.c 		di->susp_status.suspended_change = true;
susp_status      1807 drivers/power/supply/abx500_chargalg.c 		di->susp_status.ac_suspended = false;
susp_status      1808 drivers/power/supply/abx500_chargalg.c 		di->susp_status.suspended_change = true;
susp_status      1815 drivers/power/supply/abx500_chargalg.c 		di->susp_status.usb_suspended = false;
susp_status      1816 drivers/power/supply/abx500_chargalg.c 		di->susp_status.suspended_change = true;