Searched refs:lp55xx_update_bits (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/leds/ |
H A 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()
|
H A D | leds-lp8501.c | 78 return lp55xx_update_bits(chip, LP8501_REG_PWR_CONFIG, in lp8501_post_init_device()
|