Searched refs:current_mA (Results 1 – 1 of 1) sorted by relevance
190 int *current_mA) in da9052_read_chgend_current() argument201 *current_mA = ichg_reg_to_mA(ret & DA9052_ICHGEND_ICHGEND); in da9052_read_chgend_current()206 static int da9052_read_chg_current(struct da9052_battery *bat, int *current_mA) in da9052_read_chg_current() argument217 *current_mA = ichg_reg_to_mA(ret & DA9052_ICHGAV_ICHGAV); in da9052_read_chg_current()466 int *current_mA = data; in da9052_USB_current_notifier() local483 if (*current_mA < da9052_chg_current_lim[row][0] || in da9052_USB_current_notifier()484 *current_mA > da9052_chg_current_lim[row][DA9052_CHG_LIM_COLS - 1]) in da9052_USB_current_notifier()488 if (*current_mA <= da9052_chg_current_lim[row][col]) in da9052_USB_current_notifier()