Searched refs:tmp_idx (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/can/usb/etas_es58x/ |
| A D | es581_4.c | 68 u32 tmp_idx; in es581_4_echo_msg() local 71 tmp_idx = get_unaligned_le32(&echo_msg->packet_idx); in es581_4_echo_msg() 72 if (tmp_idx == packet_idx - 1) { in es581_4_echo_msg() 80 if (tmp_idx != packet_idx) { in es581_4_echo_msg()
|
| /drivers/media/v4l2-core/ |
| A D | v4l2-ctrls-api.c | 658 u32 tmp_idx = idx; in try_set_ext_ctrls_common() local 665 if (helpers[tmp_idx].ref->ctrl == master) in try_set_ext_ctrls_common() 666 new_auto_val = cs->controls[tmp_idx].value; in try_set_ext_ctrls_common() 667 tmp_idx = helpers[tmp_idx].next; in try_set_ext_ctrls_common() 668 } while (tmp_idx); in try_set_ext_ctrls_common()
|
| /drivers/regulator/ |
| A D | max8997-regulator.c | 621 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()
|
| /drivers/scsi/qedi/ |
| A D | qedi_main.c | 1826 s16 tmp_idx; in qedi_get_task_idx() local 1829 tmp_idx = find_first_zero_bit(qedi->task_idx_map, in qedi_get_task_idx() 1832 if (tmp_idx >= MAX_ISCSI_TASK_ENTRIES) { in qedi_get_task_idx() 1834 tmp_idx = -1; in qedi_get_task_idx() 1838 if (test_and_set_bit(tmp_idx, qedi->task_idx_map)) in qedi_get_task_idx() 1842 return tmp_idx; in qedi_get_task_idx()
|
| /drivers/infiniband/hw/mlx4/ |
| A D | qp.c | 1962 u32 tmp_idx; in create_qp_lb_counter() local 1970 err = mlx4_counter_alloc(dev->dev, &tmp_idx, MLX4_RES_USAGE_DRIVER); in create_qp_lb_counter() 1976 mlx4_counter_free(dev->dev, tmp_idx); in create_qp_lb_counter() 1980 new_counter_index->index = tmp_idx; in create_qp_lb_counter()
|
Completed in 36 milliseconds