Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-led.h80 typedef struct lws_led_ops { struct
81 void (*intensity)(const struct lws_led_ops *lo, const char *name, argument
84 struct lws_led_state * (*create)(const struct lws_led_ops *led_ops); argument
86 } lws_led_ops_t; argument