Searched refs:gpio_active_high (Results 1 – 2 of 2) sorted by relevance
66 led_set_state(s, !!new_state == s->gpio_active_high); in led_set_state_gpio_handler()73 led_set_state(s, s->gpio_active_high); in led_reset()107 DEFINE_PROP_BOOL("gpio-active-high", LEDState, gpio_active_high, true),
52 bool gpio_active_high; member