Home
last modified time | relevance | path

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

/qemu/hw/arm/
H A Dtosa.c127 led[0] = led_create_simple(OBJECT(misc_gpio), GPIO_POLARITY_ACTIVE_HIGH, in tosa_gpio_setup()
129 led[1] = led_create_simple(OBJECT(misc_gpio), GPIO_POLARITY_ACTIVE_HIGH, in tosa_gpio_setup()
131 led[2] = led_create_simple(OBJECT(misc_gpio), GPIO_POLARITY_ACTIVE_HIGH, in tosa_gpio_setup()
133 led[3] = led_create_simple(OBJECT(misc_gpio), GPIO_POLARITY_ACTIVE_HIGH, in tosa_gpio_setup()
/qemu/hw/misc/
H A Dled.c147 gpio_polarity == GPIO_POLARITY_ACTIVE_HIGH); in type_init()
H A Dmps2-fpgaio.c299 s->led[i] = led_create_simple(OBJECT(dev), GPIO_POLARITY_ACTIVE_HIGH, in mps2_fpgaio_realize()
H A Dmps2-scc.c400 s->led[i] = led_create_simple(OBJECT(dev), GPIO_POLARITY_ACTIVE_HIGH, in mps2_scc_realize()
/qemu/include/hw/
H A Dqdev-core.h596 GPIO_POLARITY_ACTIVE_HIGH enumerator