Home
last modified time | relevance | path

Searched refs:temp_index (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/regulator/
H A Ds5m8767.c273 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_high() local
275 gpiod_set_value(s5m8767->buck_gpios[0], !!(temp_index & BIT(2))); in s5m8767_set_high()
276 gpiod_set_value(s5m8767->buck_gpios[1], !!(temp_index & BIT(1))); in s5m8767_set_high()
277 gpiod_set_value(s5m8767->buck_gpios[2], !!(temp_index & BIT(0))); in s5m8767_set_high()
284 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_low() local
286 gpiod_set_value(s5m8767->buck_gpios[2], !!(temp_index & BIT(0))); in s5m8767_set_low()
287 gpiod_set_value(s5m8767->buck_gpios[1], !!(temp_index & BIT(1))); in s5m8767_set_low()
288 gpiod_set_value(s5m8767->buck_gpios[0], !!(temp_index & BIT(2))); in s5m8767_set_low()
/linux/drivers/sbus/char/
H A Dbbc_envctrl.c569 int temp_index = 0; in bbc_envctrl_init() local
575 attach_one_temp(bp, op, temp_index++); in bbc_envctrl_init()
579 if (temp_index != 0 && fan_index != 0) { in bbc_envctrl_init()
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c1510 u32 temp_index; in ar9003_mci_get_next_gpm_offset() local
1519 temp_index = mci->gpm_idx; in ar9003_mci_get_next_gpm_offset()
1521 if (temp_index >= mci->gpm_len) in ar9003_mci_get_next_gpm_offset()
1522 temp_index = 0; in ar9003_mci_get_next_gpm_offset()
1529 if (ar9003_mci_is_gpm_valid(ah, temp_index)) { in ar9003_mci_get_next_gpm_offset()
1530 offset = temp_index; in ar9003_mci_get_next_gpm_offset()
/linux/drivers/hwmon/
H A Dnct6683.c314 u8 temp_index[NCT6683_NUM_REG_MON]; member
551 int ch = data->temp_index[index]; in get_temp_reg()
621 u8 ch = data->temp_index[i]; in nct6683_update_device()
1161 * a temperature, temp_index[n] is set to the monitor register index, and
1183 data->temp_index[data->temp_num] = i; in nct6683_setup_sensors()
H A Dlm77.c37 enum temp_index { enum
60 int temp[t_num_temp]; /* index using temp_index */
H A Dlm80.c82 enum temp_index { enum
/linux/drivers/scsi/esas2r/
H A Datvda.h687 u8 temp_index; member