Searched refs:led_ops (Results 1 - 10 of 10) sorted by relevance

/u-boot/include/
H A Dled.h43 struct led_ops { struct
76 #define led_get_ops(dev) ((struct led_ops *)(dev)->driver->ops)
/u-boot/drivers/led/
H A Dled-uclass.c56 struct led_ops *ops = led_get_ops(dev);
66 struct led_ops *ops = led_get_ops(dev);
77 struct led_ops *ops = led_get_ops(dev);
H A Dled_gpio.c84 static const struct led_ops gpio_led_ops = {
H A Dled_bcm6328.c139 static const struct led_ops bcm6328_led_ops = {
H A Dled_bcm6358.c108 static const struct led_ops bcm6358_led_ops = {
H A Dled_pwm.c140 static const struct led_ops led_pwm_ops = {
H A Dled_cortina.c127 static const struct led_ops cortina_led_ops = {
H A Dled_bcm6858.c172 static const struct led_ops bcm6858_led_ops = {
H A Dled_bcm6753.c166 static const struct led_ops bcm6753_led_ops = {
H A Dled_lp5562.c450 static const struct led_ops lp5562_led_ops = {

Completed in 86 milliseconds