Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dmax8997-regulator.c621 int new_val, new_idx, damage, tmp_val, tmp_idx, tmp_dmg; in max8997_set_voltage_buck() local
652 tmp_idx = -1; in max8997_set_voltage_buck()
660 tmp_idx = new_idx; in max8997_set_voltage_buck()
668 new_idx = tmp_idx; in max8997_set_voltage_buck()
676 max8997->buck125_gpioindex, tmp_idx); in max8997_set_voltage_buck()
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ctrls.c3296 u32 tmp_idx = idx; in try_set_ext_ctrls() local
3301 if (helpers[tmp_idx].ctrl == master) in try_set_ext_ctrls()
3302 new_auto_val = cs->controls[tmp_idx].value; in try_set_ext_ctrls()
3303 tmp_idx = helpers[tmp_idx].next; in try_set_ext_ctrls()
3304 } while (tmp_idx); in try_set_ext_ctrls()