Lines Matching refs:susp_status
252 struct abx500_chargalg_suspension_status susp_status; member
383 di->susp_status.suspended_change) { in abx500_chargalg_check_charger_connection()
389 !di->susp_status.ac_suspended) { in abx500_chargalg_check_charger_connection()
396 !di->susp_status.usb_suspended) { in abx500_chargalg_check_charger_connection()
401 (di->susp_status.ac_suspended || in abx500_chargalg_check_charger_connection()
402 di->susp_status.usb_suspended)) { in abx500_chargalg_check_charger_connection()
412 di->susp_status.suspended_change = false; in abx500_chargalg_check_charger_connection()
1471 if (di->susp_status.ac_suspended) in abx500_chargalg_algorithm()
1473 if (di->susp_status.usb_suspended) in abx500_chargalg_algorithm()
1845 di->susp_status.ac_suspended && in abx500_chargalg_en_show()
1846 di->susp_status.usb_suspended); in abx500_chargalg_en_show()
1864 di->susp_status.ac_suspended = true; in abx500_chargalg_en_store()
1865 di->susp_status.usb_suspended = true; in abx500_chargalg_en_store()
1866 di->susp_status.suspended_change = true; in abx500_chargalg_en_store()
1873 di->susp_status.ac_suspended = false; in abx500_chargalg_en_store()
1874 di->susp_status.suspended_change = true; in abx500_chargalg_en_store()
1881 di->susp_status.usb_suspended = false; in abx500_chargalg_en_store()
1882 di->susp_status.suspended_change = true; in abx500_chargalg_en_store()