Home
last modified time | relevance | path

Searched refs:current_info_idx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/regulator/
H A Dti-abb-regulator.c97 * @current_info_idx: current index to info
116 int current_info_idx; member
340 if (sel == abb->current_info_idx) { in ti_abb_set_voltage_sel()
352 if (abb->current_info_idx == -EINVAL) in ti_abb_set_voltage_sel()
356 oinfo = &abb->info[abb->current_info_idx]; in ti_abb_set_voltage_sel()
359 sel, abb->current_info_idx); in ti_abb_set_voltage_sel()
368 abb->current_info_idx = sel; in ti_abb_set_voltage_sel()
402 if (abb->current_info_idx >= (int)desc->n_voltages) { in ti_abb_get_voltage_sel()
404 __func__, abb->current_info_idx, desc->n_voltages); in ti_abb_get_voltage_sel()
408 return abb->current_info_idx; in ti_abb_get_voltage_sel()
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H A Dti-abb-regulator.c89 * @current_info_idx: current index to info
108 int current_info_idx; member
332 if (sel == abb->current_info_idx) { in ti_abb_set_voltage_sel()
344 if (abb->current_info_idx == -EINVAL) in ti_abb_set_voltage_sel()
348 oinfo = &abb->info[abb->current_info_idx]; in ti_abb_set_voltage_sel()
351 sel, abb->current_info_idx); in ti_abb_set_voltage_sel()
360 abb->current_info_idx = sel; in ti_abb_set_voltage_sel()
394 if (abb->current_info_idx >= (int)desc->n_voltages) { in ti_abb_get_voltage_sel()
396 __func__, abb->current_info_idx, desc->n_voltages); in ti_abb_get_voltage_sel()
400 return abb->current_info_idx; in ti_abb_get_voltage_sel()
[all...]

Completed in 2 milliseconds