Searched refs:temp_index (Results 1 - 12 of 12) sorted by relevance

/drivers/regulator/
H A Ds5m8767.c278 int temp_index = s5m8767->buck_gpioindex; local
280 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1);
281 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1);
282 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1);
289 int temp_index = s5m8767->buck_gpioindex; local
291 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1);
292 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1);
293 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1);
/drivers/sbus/char/
H A Dbbc_envctrl.c569 int temp_index = 0; local
575 attach_one_temp(bp, op, temp_index++);
579 if (temp_index != 0 && fan_index != 0) {
/drivers/media/platform/davinci/
H A Dvpbe.c133 int temp_index = output->index; local
135 if (temp_index >= cfg->num_outputs)
138 *output = cfg->outputs[temp_index].output;
139 output->index = temp_index;
H A Dvpfe_capture.c957 int temp_index; local
968 temp_index = fmt->index;
970 fmt->index = temp_index;
/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c1412 u32 temp_index; local
1421 temp_index = mci->gpm_idx;
1423 if (temp_index >= mci->gpm_len)
1424 temp_index = 0;
1431 if (ar9003_mci_is_gpm_valid(ah, temp_index)) {
1432 offset = temp_index;
/drivers/hwmon/
H A Dlm77.c46 enum temp_index { enum
69 int temp[t_num_temp]; /* index using temp_index */
H A Dlm92.c89 enum temp_index { enum
114 s16 temp[t_num_regs]; /* index with enum temp_index */
H A Dmax1619.c74 enum temp_index { enum
95 u8 temp[t_num_regs]; /* index with enum temp_index */
H A Dnct6683.c300 u8 temp_index[NCT6683_NUM_REG_MON]; member in struct:nct6683_data
545 int ch = data->temp_index[index];
614 u8 ch = data->temp_index[i];
1129 * a temperature, temp_index[n] is set to the monitor register index, and
1151 data->temp_index[data->temp_num] = i;
H A Djc42.c173 enum temp_index { enum
H A Dlm80.c95 enum temp_index { enum
/drivers/scsi/esas2r/
H A Datvda.h687 u8 temp_index; member in struct:atto_vda_temp_info

Completed in 208 milliseconds