Searched refs:lp55xx_update_bits (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/leds/ |
H A D | leds-lp8501.c | 114 return lp55xx_update_bits(chip, LP8501_REG_PWR_CONFIG, lp8501_post_init_device() 139 lp55xx_update_bits(chip, LP8501_REG_OP_MODE, mask[idx], val[idx]); lp8501_load_engine() 205 lp55xx_update_bits(chip, LP8501_REG_ENABLE, LP8501_EXEC_M, exec); lp8501_run_engine()
|
H A D | leds-lp5521.c | 149 lp55xx_update_bits(chip, LP5521_REG_OP_MODE, mask[idx], val[idx]); lp5521_load_engine() 169 lp55xx_update_bits(chip, LP5521_REG_OP_MODE, mask[idx], 0); lp5521_stop_engine() 220 lp55xx_update_bits(chip, LP5521_REG_ENABLE, LP5521_EXEC_M, exec); lp5521_run_engine()
|
H A D | leds-lp5562.c | 145 lp55xx_update_bits(chip, LP5562_REG_OP_MODE, mask[idx], val[idx]); lp5562_load_engine() 205 lp55xx_update_bits(chip, LP5562_REG_ENABLE, LP5562_EXEC_M, exec); lp5562_run_engine() 474 lp55xx_update_bits(chip, LP5562_REG_ENG_SEL, mask, val); lp5562_store_engine_mux()
|
H A D | leds-lp5523.c | 183 lp55xx_update_bits(chip, LP5523_REG_OP_MODE, mask[idx], val[idx]); lp5523_load_engine() 217 lp55xx_update_bits(chip, LP5523_REG_OP_MODE, mask[idx], 0); lp5523_stop_engine() 275 lp55xx_update_bits(chip, LP5523_REG_ENABLE, LP5523_EXEC_M, exec); lp5523_run_engine() 788 ret = lp55xx_update_bits(chip, store_master_fader_leds()
|
H A D | leds-lp55xx-common.h | 184 extern int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg,
|
H A D | leds-lp55xx-common.c | 340 int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg, u8 mask, u8 val) lp55xx_update_bits() function 354 EXPORT_SYMBOL_GPL(lp55xx_update_bits); variable
|
Completed in 152 milliseconds