Searched refs:REG_SEQ (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/leds/ |
A D | leds-acer-a500.c | 25 REG_SEQ(REG_RESET_LEDS, 0x0, A500_EC_LED_DELAY_USEC), 26 REG_SEQ(REG_ANDROID_LEDS_OFF, 0x0, A500_EC_LED_DELAY_USEC), 30 REG_SEQ(REG_POWER_LED_ON, 0x0, A500_EC_LED_DELAY_USEC), 34 REG_SEQ(REG_CHARGE_LED_ON, 0x0, A500_EC_LED_DELAY_USEC),
|
/linux/include/linux/ |
A D | regmap.h | 78 #define REG_SEQ(_reg, _def, _delay_us) { \ macro 83 #define REG_SEQ0(_reg, _def) REG_SEQ(_reg, _def, 0)
|
Completed in 10 milliseconds