Searched refs:current_mA (Results 1 – 1 of 1) sorted by relevance
186 int *current_mA) in da9052_read_chgend_current() argument197 *current_mA = ichg_reg_to_mA(ret & DA9052_ICHGEND_ICHGEND); in da9052_read_chgend_current()202 static int da9052_read_chg_current(struct da9052_battery *bat, int *current_mA) in da9052_read_chg_current() argument213 *current_mA = ichg_reg_to_mA(ret & DA9052_ICHGAV_ICHGAV); in da9052_read_chg_current()462 int *current_mA = data; in da9052_USB_current_notifier() local479 if (*current_mA < da9052_chg_current_lim[row][0] || in da9052_USB_current_notifier()480 *current_mA > da9052_chg_current_lim[row][DA9052_CHG_LIM_COLS - 1]) in da9052_USB_current_notifier()484 if (*current_mA <= da9052_chg_current_lim[row][col]) in da9052_USB_current_notifier()