Searched refs:adp5061_get_array_index (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/power/supply/ |
D | adp5061.c | 146 static int adp5061_get_array_index(const int *array, u8 size, int val) in adp5061_get_array_index() function 198 index = adp5061_get_array_index(adp5061_in_current_lim, in adp5061_set_input_current_limit() 215 index = adp5061_get_array_index(adp5061_vmin, in adp5061_set_min_voltage() 286 vmax_index = adp5061_get_array_index(adp5061_vmax, in adp5061_set_max_voltage() 304 index = adp5061_get_array_index(adp5061_const_chg_vmax, in adp5061_set_const_chg_vmax() 325 index = adp5061_get_array_index(adp5061_const_ichg, in adp5061_set_const_chg_current() 377 index = adp5061_get_array_index(adp5061_prechg_current, in adp5061_set_prechg_current() 410 index = adp5061_get_array_index(adp5061_vweak_th, in adp5061_set_vweak_th() 522 index = adp5061_get_array_index(adp5061_iend, in adp5061_set_termination_current()
|