temp_index        297 drivers/hwmon/nct6683.c 	u8 temp_index[NCT6683_NUM_REG_MON];
temp_index        545 drivers/hwmon/nct6683.c 	int ch = data->temp_index[index];
temp_index        615 drivers/hwmon/nct6683.c 			u8 ch = data->temp_index[i];
temp_index       1177 drivers/hwmon/nct6683.c 			data->temp_index[data->temp_num] = i;
temp_index         99 drivers/media/platform/davinci/vpbe.c 	unsigned int temp_index = output->index;
temp_index        101 drivers/media/platform/davinci/vpbe.c 	if (temp_index >= cfg->num_outputs)
temp_index        104 drivers/media/platform/davinci/vpbe.c 	*output = cfg->outputs[temp_index].output;
temp_index        105 drivers/media/platform/davinci/vpbe.c 	output->index = temp_index;
temp_index       1511 drivers/net/wireless/ath/ath9k/ar9003_mci.c 		u32 temp_index;
temp_index       1520 drivers/net/wireless/ath/ath9k/ar9003_mci.c 		temp_index = mci->gpm_idx;
temp_index       1522 drivers/net/wireless/ath/ath9k/ar9003_mci.c 		if (temp_index >= mci->gpm_len)
temp_index       1523 drivers/net/wireless/ath/ath9k/ar9003_mci.c 			temp_index = 0;
temp_index       1530 drivers/net/wireless/ath/ath9k/ar9003_mci.c 		if (ar9003_mci_is_gpm_valid(ah, temp_index)) {
temp_index       1531 drivers/net/wireless/ath/ath9k/ar9003_mci.c 			offset = temp_index;
temp_index        272 drivers/regulator/s5m8767.c 	int temp_index = s5m8767->buck_gpioindex;
temp_index        274 drivers/regulator/s5m8767.c 	gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1);
temp_index        275 drivers/regulator/s5m8767.c 	gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1);
temp_index        276 drivers/regulator/s5m8767.c 	gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1);
temp_index        283 drivers/regulator/s5m8767.c 	int temp_index = s5m8767->buck_gpioindex;
temp_index        285 drivers/regulator/s5m8767.c 	gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1);
temp_index        286 drivers/regulator/s5m8767.c 	gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1);
temp_index        287 drivers/regulator/s5m8767.c 	gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1);
temp_index        569 drivers/sbus/char/bbc_envctrl.c 	int temp_index = 0;
temp_index        575 drivers/sbus/char/bbc_envctrl.c 			attach_one_temp(bp, op, temp_index++);
temp_index        579 drivers/sbus/char/bbc_envctrl.c 	if (temp_index != 0 && fan_index != 0) {
temp_index        687 drivers/scsi/esas2r/atvda.h 	u8 temp_index;