Searched refs:offset_index (Results 1 – 1 of 1) sorted by relevance
112 uint8_t num_values, uint8_t *const offset_index) in adltc2990_get_v1_v2_val() argument119 *offset_index = index + 1; in adltc2990_get_v1_v2_val()128 uint8_t offset_index = *offset; in adltc2990_get_v3_v4_val() local131 val[index + offset_index].val1 = data->pins_v3_v4_values[index] / 1000000; in adltc2990_get_v3_v4_val()132 val[index + offset_index].val2 = data->pins_v3_v4_values[index] % 1000000; in adltc2990_get_v3_v4_val()546 uint8_t offset_index = 0, num_values_v1_v2 = 0, num_values_v3_v4 = 0; in adltc2990_channel_get() local615 adltc2990_get_v1_v2_val(dev, val, num_values_v1_v2, &offset_index); in adltc2990_channel_get()616 adltc2990_get_v3_v4_val(dev, val, num_values_v3_v4, &offset_index); in adltc2990_channel_get()