Home
last modified time | relevance | path

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

/drivers/regulator/
Ds5m8767.c328 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_high() local
330 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); in s5m8767_set_high()
331 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_high()
332 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_high()
339 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_low() local
341 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_low()
342 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_low()
343 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); in s5m8767_set_low()
/drivers/staging/tidspbridge/rmgr/
Dmgr.c180 u32 temp_index = 0; in mgr_enum_processor_info() local
227 status1 = dcd_enumerate_object(temp_index++, in mgr_enum_processor_info()
/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()
/drivers/sbus/char/
Dbbc_envctrl.c563 int temp_index = 0; in bbc_envctrl_init() local
569 attach_one_temp(bp, op, temp_index++); in bbc_envctrl_init()
573 if (temp_index != 0 && fan_index != 0) { in bbc_envctrl_init()
/drivers/net/wireless/ath/ath9k/
Dar9003_mci.c1412 u32 temp_index; in ar9003_mci_get_next_gpm_offset() local
1421 temp_index = mci->gpm_idx; in ar9003_mci_get_next_gpm_offset()
1423 if (temp_index >= mci->gpm_len) in ar9003_mci_get_next_gpm_offset()
1424 temp_index = 0; in ar9003_mci_get_next_gpm_offset()
1431 if (ar9003_mci_is_gpm_valid(ah, temp_index)) { in ar9003_mci_get_next_gpm_offset()
1432 offset = temp_index; in ar9003_mci_get_next_gpm_offset()