Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-pxa/
Dlittleton.c349 .flags = DA9034_LED_RAMP,
353 .flags = DA9034_LED_RAMP,
/linux-4.1.27/drivers/leds/
Dleds-da903x.c73 val |= (led->flags & DA9034_LED_RAMP) ? 0x80 : 0; in da903x_led_work()
/linux-4.1.27/include/linux/mfd/
Dda903x.h90 #define DA9034_LED_RAMP (1 << 7) macro