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

/linux-master/drivers/regulator/
H A Ds5m8767.c272 int temp_index = s5m8767->buck_gpioindex; local
274 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1);
275 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1);
276 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1);
283 int temp_index = s5m8767->buck_gpioindex; local
285 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1);
286 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1);
287 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1);
/linux-master/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) {
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c1510 u32 temp_index; local
1519 temp_index = mci->gpm_idx;
1521 if (temp_index >= mci->gpm_len)
1522 temp_index = 0;
1529 if (ar9003_mci_is_gpm_valid(ah, temp_index)) {
1530 offset = temp_index;
/linux-master/drivers/hwmon/
H A Dlm92.c81 enum temp_index { enum
106 s16 temp[t_num_regs]; /* index with enum temp_index */
H A Dlm77.c37 enum temp_index { enum
60 int temp[t_num_temp]; /* index using temp_index */
H A Dmax1619.c65 enum temp_index { enum
86 u8 temp[t_num_regs]; /* index with enum temp_index */
H A Dnct6683.c311 u8 temp_index[NCT6683_NUM_REG_MON]; member in struct:nct6683_data
548 int ch = data->temp_index[index];
618 u8 ch = data->temp_index[i];
1158 * a temperature, temp_index[n] is set to the monitor register index, and
1180 data->temp_index[data->temp_num] = i;
H A Dlm80.c82 enum temp_index { enum
/linux-master/drivers/scsi/esas2r/
H A Datvda.h687 u8 temp_index; member in struct:atto_vda_temp_info

Completed in 217 milliseconds