Home
last modified time | relevance | path

Searched refs:led_ops (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/led/
H A Dled-uclass.c37 struct led_ops *ops = led_get_ops(dev); in led_set_state()
47 struct led_ops *ops = led_get_ops(dev); in led_get_state()
58 struct led_ops *ops = led_get_ops(dev); in led_set_period()
H A Dled_gpio.c117 static const struct led_ops gpio_led_ops = {
H A Dled_bcm6358.c107 static const struct led_ops bcm6358_led_ops = {
H A Dled_bcm6328.c139 static const struct led_ops bcm6328_led_ops = {
/openbmc/u-boot/include/
H A Dled.h39 struct led_ops { struct
72 #define led_get_ops(dev) ((struct led_ops *)(dev)->driver->ops) argument
/openbmc/qemu/hw/display/
H A Djazz_led.c74 static const MemoryRegionOps led_ops = { variable
277 memory_region_init_io(&s->iomem, obj, &led_ops, s, "led", 1); in jazz_led_init()