Searched refs:offset_index (Results 1 – 1 of 1) sorted by relevance
107 uint8_t num_values, uint8_t *const offset_index) in adltc2990_get_v1_v2_val() argument114 *offset_index = index + 1; in adltc2990_get_v1_v2_val()123 uint8_t offset_index = *offset; in adltc2990_get_v3_v4_val() local126 val[index + offset_index].val1 = data->pins_v3_v4_values[index] / 1000000; in adltc2990_get_v3_v4_val()127 val[index + offset_index].val2 = data->pins_v3_v4_values[index] % 1000000; in adltc2990_get_v3_v4_val()367 uint8_t offset_index = 0, num_values_v1_v2 = 0, num_values_v3_v4 = 0; in adltc2990_channel_get() local436 adltc2990_get_v1_v2_val(dev, val, num_values_v1_v2, &offset_index); in adltc2990_channel_get()437 adltc2990_get_v3_v4_val(dev, val, num_values_v3_v4, &offset_index); in adltc2990_channel_get()