Home
last modified time | relevance | path

Searched defs:led_ops (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dled.h40 struct led_ops { struct
48 int (*set_state)(struct udevice *dev, enum led_state_t state);
73 #define led_get_ops(dev) ((struct led_ops *)(dev)->driver->ops) argument
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk816_battery.c287 struct led_ops { struct
294 static struct led_ops *rk816_led_ops; argument