Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Ds5m8767.c273 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_high() local
275 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); in s5m8767_set_high()
276 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_high()
277 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_high()
284 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_low() local
286 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_low()
287 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_low()
288 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); 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/hwmon/
H A Dlm77.c37 enum temp_index { enum
H A Dlm80.c82 enum temp_index { enum
/linux/drivers/scsi/esas2r/
H A Datvda.h687 u8 temp_index; member