temp_index
data->temp_index[data->temp_num] = i;
u8 temp_index[NCT6683_NUM_REG_MON];
int ch = data->temp_index[index];
u8 ch = data->temp_index[i];
u32 temp_index;
temp_index = mci->gpm_idx;
if (temp_index >= mci->gpm_len)
temp_index = 0;
if (ar9003_mci_is_gpm_valid(ah, temp_index)) {
offset = temp_index;
int temp_index = s5m8767->buck_gpioindex;
gpiod_set_value(s5m8767->buck_gpios[0], !!(temp_index & BIT(2)));
gpiod_set_value(s5m8767->buck_gpios[1], !!(temp_index & BIT(1)));
gpiod_set_value(s5m8767->buck_gpios[2], !!(temp_index & BIT(0)));
int temp_index = s5m8767->buck_gpioindex;
gpiod_set_value(s5m8767->buck_gpios[2], !!(temp_index & BIT(0)));
gpiod_set_value(s5m8767->buck_gpios[1], !!(temp_index & BIT(1)));
gpiod_set_value(s5m8767->buck_gpios[0], !!(temp_index & BIT(2)));
int temp_index = 0;
attach_one_temp(bp, op, temp_index++);
if (temp_index != 0 && fan_index != 0) {
u8 temp_index;