Searched refs:LP5523_REG_OP_MODE (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/leds/ |
H A D | leds-lp5523.c | 50 #define LP5523_REG_OP_MODE 0x01 macro 183 lp55xx_update_bits(chip, LP5523_REG_OP_MODE, mask[idx], val[idx]); lp5523_load_engine() 204 lp55xx_write(chip, LP5523_REG_OP_MODE, 0); lp5523_stop_all_engines() 217 lp55xx_update_bits(chip, LP5523_REG_OP_MODE, mask[idx], 0); lp5523_stop_engine() 248 ret = lp55xx_read(chip, LP5523_REG_OP_MODE, &mode); lp5523_run_engine() 272 lp55xx_write(chip, LP5523_REG_OP_MODE, mode); lp5523_run_engine()
|
Completed in 149 milliseconds