Searched refs:temp_index (Results 1 – 12 of 12) sorted by relevance
272 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_high() local274 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); in s5m8767_set_high()275 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_high()276 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_high()283 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_low() local285 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_low()286 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_low()287 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); in s5m8767_set_low()
129 int temp_index = output->index; in vpbe_enum_outputs() local131 if (temp_index >= cfg->num_outputs) in vpbe_enum_outputs()134 *output = cfg->outputs[temp_index].output; in vpbe_enum_outputs()135 output->index = temp_index; in vpbe_enum_outputs()
914 int temp_index; in vpfe_enum_fmt_vid_cap() local925 temp_index = fmt->index; in vpfe_enum_fmt_vid_cap()927 fmt->index = temp_index; in vpfe_enum_fmt_vid_cap()
569 int temp_index = 0; in bbc_envctrl_init() local575 attach_one_temp(bp, op, temp_index++); in bbc_envctrl_init()579 if (temp_index != 0 && fan_index != 0) { in bbc_envctrl_init()
1513 u32 temp_index; in ar9003_mci_get_next_gpm_offset() local1522 temp_index = mci->gpm_idx; in ar9003_mci_get_next_gpm_offset()1524 if (temp_index >= mci->gpm_len) in ar9003_mci_get_next_gpm_offset()1525 temp_index = 0; in ar9003_mci_get_next_gpm_offset()1532 if (ar9003_mci_is_gpm_valid(ah, temp_index)) { in ar9003_mci_get_next_gpm_offset()1533 offset = temp_index; in ar9003_mci_get_next_gpm_offset()
306 u8 temp_index[NCT6683_NUM_REG_MON]; member554 int ch = data->temp_index[index]; in get_temp_reg()624 u8 ch = data->temp_index[i]; in nct6683_update_device()1186 data->temp_index[data->temp_num] = i; in nct6683_setup_sensors()
74 enum temp_index { enum
90 enum temp_index { enum
46 enum temp_index { enum
205 enum temp_index { enum
95 enum temp_index { enum
687 u8 temp_index; member