Home
last modified time | relevance | path

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

/drivers/regulator/
Dmax8997.c639 int new_val, new_idx, damage, tmp_val, tmp_idx, tmp_dmg; in max8997_set_voltage_buck() local
670 tmp_idx = -1; in max8997_set_voltage_buck()
678 tmp_idx = new_idx; in max8997_set_voltage_buck()
686 new_idx = tmp_idx; in max8997_set_voltage_buck()
694 max8997->buck125_gpioindex, tmp_idx); in max8997_set_voltage_buck()
/drivers/media/v4l2-core/
Dv4l2-ctrls.c3120 u32 tmp_idx = idx; in try_set_ext_ctrls() local
3125 if (helpers[tmp_idx].ctrl == master) in try_set_ext_ctrls()
3126 new_auto_val = cs->controls[tmp_idx].value; in try_set_ext_ctrls()
3127 tmp_idx = helpers[tmp_idx].next; in try_set_ext_ctrls()
3128 } while (tmp_idx); in try_set_ext_ctrls()
/drivers/infiniband/hw/mlx4/
Dqp.c1485 u32 tmp_idx; in create_qp_lb_counter() local
1493 err = mlx4_counter_alloc(dev->dev, &tmp_idx); in create_qp_lb_counter()
1499 mlx4_counter_free(dev->dev, tmp_idx); in create_qp_lb_counter()
1503 new_counter_index->index = tmp_idx; in create_qp_lb_counter()