Searched refs:lp55xx_update_bits (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/leds/ |
D | leds-lp5569.c | 185 ret = lp55xx_update_bits(chip, LP5569_REG_MISC, in lp5569_post_init_device() 191 ret = lp55xx_update_bits(chip, LP5569_REG_IO_CONTROL, in lp5569_post_init_device() 227 ret = lp55xx_update_bits(chip, LP5569_REG_MISC, in lp5569_led_open_test() 234 ret = lp55xx_update_bits(chip, LP5569_REG_MISC2, LP5569_LED_OPEN_TEST, in lp5569_led_open_test() 290 lp55xx_update_bits(chip, LP5569_REG_MISC2, LP5569_LED_OPEN_TEST, 0); in lp5569_led_open_test() 320 ret = lp55xx_update_bits(chip, LP5569_REG_MISC, in lp5569_led_short_test() 350 ret = lp55xx_update_bits(chip, LP5569_REG_MISC2, LP5569_LED_OPEN_TEST, in lp5569_led_short_test() 388 lp55xx_update_bits(chip, LP5569_REG_MISC2, LP5569_LED_SHORT_TEST, 0); in lp5569_led_short_test()
|
D | leds-lp8501.c | 78 return lp55xx_update_bits(chip, LP8501_REG_PWR_CONFIG, in lp8501_post_init_device()
|
D | leds-lp55xx-common.c | 128 lp55xx_update_bits(chip, cfg->reg_op_mode.addr, mask, val); in lp55xx_load_engine() 334 lp55xx_update_bits(chip, cfg->reg_op_mode.addr, mask, 0); in lp55xx_stop_engine() 905 ret = lp55xx_update_bits(chip, in lp55xx_store_master_fader_leds() 949 int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg, u8 mask, u8 val) in lp55xx_update_bits() function 963 EXPORT_SYMBOL_GPL(lp55xx_update_bits);
|
D | leds-lp55xx-common.h | 229 extern int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg,
|
D | leds-lp5562.c | 326 lp55xx_update_bits(chip, LP5562_REG_ENG_SEL, mask, val); in lp5562_store_engine_mux()
|