Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/power/supply/
Dab8500_charger.c1039 static int ab8500_charge_output_curr_map[] = { variable
1048 if (curr_ua < ab8500_charge_output_curr_map[0]) in ab8500_current_to_regval()
1051 for (i = 0; i < ARRAY_SIZE(ab8500_charge_output_curr_map); i++) { in ab8500_current_to_regval()
1052 if (curr_ua < ab8500_charge_output_curr_map[i]) in ab8500_current_to_regval()
1057 i = ARRAY_SIZE(ab8500_charge_output_curr_map) - 1; in ab8500_current_to_regval()
1058 if (curr_ua == ab8500_charge_output_curr_map[i]) in ab8500_current_to_regval()
3505 ab8500_charge_output_curr_map[ARRAY_SIZE(ab8500_charge_output_curr_map) - 1]; in ab8500_charger_probe()
3525 ab8500_charge_output_curr_map[ARRAY_SIZE(ab8500_charge_output_curr_map) - 1]; in ab8500_charger_probe()