Searched refs:set_code (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/leds/ |
| H A D | leds-tca6507.c | 278 static void set_code(struct tca6507_chip *tca, int reg, int bank, int new) in set_code() function 300 set_code(tca, TCA6507_MAX_INTENSITY, bank, level); in set_level() 303 set_code(tca, TCA6507_MASTER_INTENSITY, 0, level); in set_level() 322 set_code(tca, TCA6507_FADE_ON, bank, c2); in set_times() 323 set_code(tca, TCA6507_FULL_ON, bank, c1); in set_times() 331 set_code(tca, TCA6507_FADE_OFF, bank, c2); in set_times() 332 set_code(tca, TCA6507_FIRST_OFF, bank, c1); in set_times() 333 set_code(tca, TCA6507_SECOND_OFF, bank, c1); in set_times() 336 set_code(tca, TCA6507_INITIALIZE, bank, INIT_CODE); in set_times()
|