Lines Matching refs:susp_status
247 struct abx500_chargalg_suspension_status susp_status; member
378 di->susp_status.suspended_change) { in abx500_chargalg_check_charger_connection()
384 !di->susp_status.ac_suspended) { in abx500_chargalg_check_charger_connection()
391 !di->susp_status.usb_suspended) { in abx500_chargalg_check_charger_connection()
396 (di->susp_status.ac_suspended || in abx500_chargalg_check_charger_connection()
397 di->susp_status.usb_suspended)) { in abx500_chargalg_check_charger_connection()
407 di->susp_status.suspended_change = false; in abx500_chargalg_check_charger_connection()
1428 if (di->susp_status.ac_suspended) in abx500_chargalg_algorithm()
1430 if (di->susp_status.usb_suspended) in abx500_chargalg_algorithm()
1779 di->susp_status.ac_suspended && in abx500_chargalg_en_show()
1780 di->susp_status.usb_suspended); in abx500_chargalg_en_show()
1798 di->susp_status.ac_suspended = true; in abx500_chargalg_en_store()
1799 di->susp_status.usb_suspended = true; in abx500_chargalg_en_store()
1800 di->susp_status.suspended_change = true; in abx500_chargalg_en_store()
1807 di->susp_status.ac_suspended = false; in abx500_chargalg_en_store()
1808 di->susp_status.suspended_change = true; in abx500_chargalg_en_store()
1815 di->susp_status.usb_suspended = false; in abx500_chargalg_en_store()
1816 di->susp_status.suspended_change = true; in abx500_chargalg_en_store()