Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Ds5m8767.c278 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_high() local
280 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); in s5m8767_set_high()
281 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_high()
282 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_high()
289 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_low() local
291 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_low()
292 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_low()
293 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); in s5m8767_set_low()
/linux-4.1.27/drivers/media/platform/davinci/
Dvpbe.c133 int temp_index = output->index; in vpbe_enum_outputs() local
135 if (temp_index >= cfg->num_outputs) in vpbe_enum_outputs()
138 *output = cfg->outputs[temp_index].output; in vpbe_enum_outputs()
139 output->index = temp_index; in vpbe_enum_outputs()
Dvpfe_capture.c957 int temp_index; in vpfe_enum_fmt_vid_cap() local
968 temp_index = fmt->index; in vpfe_enum_fmt_vid_cap()
970 fmt->index = temp_index; in vpfe_enum_fmt_vid_cap()
/linux-4.1.27/drivers/sbus/char/
Dbbc_envctrl.c568 int temp_index = 0; in bbc_envctrl_init() local
574 attach_one_temp(bp, op, temp_index++); in bbc_envctrl_init()
578 if (temp_index != 0 && fan_index != 0) { in bbc_envctrl_init()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9003_mci.c1500 u32 temp_index; in ar9003_mci_get_next_gpm_offset() local
1509 temp_index = mci->gpm_idx; in ar9003_mci_get_next_gpm_offset()
1511 if (temp_index >= mci->gpm_len) in ar9003_mci_get_next_gpm_offset()
1512 temp_index = 0; in ar9003_mci_get_next_gpm_offset()
1519 if (ar9003_mci_is_gpm_valid(ah, temp_index)) { in ar9003_mci_get_next_gpm_offset()
1520 offset = temp_index; in ar9003_mci_get_next_gpm_offset()
/linux-4.1.27/drivers/hwmon/
Dnct6683.c300 u8 temp_index[NCT6683_NUM_REG_MON]; member
547 int ch = data->temp_index[index]; in get_temp_reg()
616 u8 ch = data->temp_index[i]; in nct6683_update_device()
1153 data->temp_index[data->temp_num] = i; in nct6683_setup_sensors()
Dmax1619.c74 enum temp_index { enum
Dlm92.c89 enum temp_index { enum
Dlm77.c46 enum temp_index { enum
Djc42.c177 enum temp_index { enum
Dlm80.c95 enum temp_index { enum
/linux-4.1.27/drivers/scsi/esas2r/
Datvda.h687 u8 temp_index; member