Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/leds/
Dleds-class-flash.txt9 LED_DEV_CAP_FLASH flag.
/linux-4.1.27/include/linux/
Dleds.h49 #define LED_DEV_CAP_FLASH (1 << 23) macro
/linux-4.1.27/drivers/leds/
Dled-class-flash.c300 if (led_cdev->flags & LED_DEV_CAP_FLASH) { in led_classdev_flash_register()