Home
last modified time | relevance | path

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

/external/u-boot/drivers/led/
Dled-uclass.c36 struct led_ops *ops = led_get_ops(dev); in led_set_state()
46 struct led_ops *ops = led_get_ops(dev); in led_get_state()
57 struct led_ops *ops = led_get_ops(dev); in led_set_period()
Dled_gpio.c134 static const struct led_ops gpio_led_ops = {
Dled_bcm6358.c107 static const struct led_ops bcm6358_led_ops = {
Dled_bcm6328.c139 static const struct led_ops bcm6328_led_ops = {
/external/u-boot/include/
Dled.h39 struct led_ops { struct
72 #define led_get_ops(dev) ((struct led_ops *)(dev)->driver->ops) argument