Home
last modified time | relevance | path

Searched refs:LED_MULTI_COLOR (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/leds/
H A Dled-class-multicolor.c135 led_cdev->flags |= LED_MULTI_COLOR; in led_classdev_multicolor_register_ext()
H A Dled-core.c383 if (!(led_cdev->flags & LED_MULTI_COLOR)) { in led_mc_set_brightness()
/linux/include/linux/
H A Dleds.h111 #define LED_MULTI_COLOR BIT(25) macro