Home
last modified time | relevance | path

Searched refs:da9052_chg_current_lim (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/power/supply/
Dda9052-battery.c43 static const u16 da9052_chg_current_lim[2][DA9052_CHG_LIM_COLS] = { variable
479 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()