Searched refs:new_state_of_gpio (Results 1 – 1 of 1) sorted by relevance
39 int new_state_of_gpio = (state >> gpio_idx) & 0x1; in regulator_gpio_apply_state() local47 if (ret != new_state_of_gpio) { in regulator_gpio_apply_state()48 ret = gpio_pin_set_dt(&cfg->gpios[gpio_idx], new_state_of_gpio); in regulator_gpio_apply_state()