Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-da903x.c70 val |= (led->flags & DA9034_LED_RAMP) ? 0x80 : 0; in da903x_led_set()
/openbmc/linux/include/linux/mfd/
H A Dda903x.h91 #define DA9034_LED_RAMP (1 << 7) macro