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

/linux-4.1.27/drivers/power/
H A Dabx500_chargalg.c184 * @current_iset: the charging current used at this moment
198 int current_iset; member in struct:abx500_charge_curr_maximization
859 di->ccm.current_iset = init_maxim_chg_curr()
893 di->ccm.current_iset - di->ccm.test_delta_i; abx500_chargalg_chg_curr_maxim()
894 di->ccm.current_iset = di->ccm.max_current; abx500_chargalg_chg_curr_maxim()
911 di->ccm.current_iset); abx500_chargalg_chg_curr_maxim()
913 if (di->ccm.current_iset == di->ccm.original_iset) abx500_chargalg_chg_curr_maxim()
917 di->ccm.current_iset = di->ccm.original_iset; abx500_chargalg_chg_curr_maxim()
924 (di->ccm.current_iset + di->ccm.test_delta_i) < abx500_chargalg_chg_curr_maxim()
929 di->ccm.current_iset += di->ccm.test_delta_i; abx500_chargalg_chg_curr_maxim()
935 di->ccm.current_iset, abx500_chargalg_chg_curr_maxim()
957 di->ccm.current_iset); handle_maxim_chg_curr()

Completed in 57 milliseconds