Home
last modified time | relevance | path

Searched refs:gpio_active_high (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/misc/
H A Dled.c66 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),
/qemu/include/hw/misc/
H A Dled.h52 bool gpio_active_high; member