Searched refs:temp_index (Results 1 – 5 of 5) sorted by relevance
273 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_high() local275 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() local286 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()
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()
37 enum temp_index { enum
82 enum temp_index { enum
687 u8 temp_index; member