Home
last modified time | relevance | path

Searched refs:lp55xx_read (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/leds/
H A Dleds-lp5523.c239 ret = lp55xx_read(chip, LP5523_REG_OP_MODE, &mode); in lp5523_run_engine()
243 ret = lp55xx_read(chip, LP5523_REG_ENABLE, &exec); in lp5523_run_engine()
312 ret = lp55xx_read(chip, LP5523_REG_STATUS, &status); in lp5523_init_program_engine()
593 ret = lp55xx_read(chip, LP5523_REG_STATUS, &status); in lp5523_selftest()
606 ret = lp55xx_read(chip, LP5523_REG_STATUS, &status); in lp5523_selftest()
613 ret = lp55xx_read(chip, LP5523_REG_LED_TEST_ADC, &vdd); in lp5523_selftest()
636 ret = lp55xx_read(chip, LP5523_REG_STATUS, &status); in lp5523_selftest()
643 ret = lp55xx_read(chip, LP5523_REG_LED_TEST_ADC, &adc); in lp5523_selftest()
697 ret = lp55xx_read(chip, LP5523_REG_MASTER_FADER_BASE + nr - 1, &val); in show_master_fader()
750 ret = lp55xx_read(chip, LP5523_REG_LED_CTRL_BASE + i, &val); in show_master_fader_leds()
H A Dleds-lp5521.c177 ret = lp55xx_read(chip, LP5521_REG_OP_MODE, &mode); in lp5521_run_engine()
181 ret = lp55xx_read(chip, LP5521_REG_ENABLE, &exec); in lp5521_run_engine()
288 ret = lp55xx_read(chip, LP5521_REG_R_CURRENT, &val); in lp5521_post_init_device()
337 ret = lp55xx_read(chip, LP5521_REG_STATUS, &status); in lp5521_run_selftest()
H A Dleds-lp55xx-common.c66 ret = lp55xx_read(chip, addr, &val); in lp55xx_detect_device()
368 int lp55xx_read(struct lp55xx_chip *chip, u8 reg, u8 *val) in lp55xx_read() function
379 EXPORT_SYMBOL_GPL(lp55xx_read);
386 ret = lp55xx_read(chip, reg, &tmp); in lp55xx_update_bits()
H A Dleds-lp8501.c176 ret = lp55xx_read(chip, LP8501_REG_OP_MODE, &mode); in lp8501_run_engine()
180 ret = lp55xx_read(chip, LP8501_REG_ENABLE, &exec); in lp8501_run_engine()
H A Dleds-lp55xx-common.h187 extern int lp55xx_read(struct lp55xx_chip *chip, u8 reg, u8 *val);
H A Dleds-lp5562.c175 ret = lp55xx_read(chip, LP5562_REG_OP_MODE, &mode); in lp5562_run_engine()
179 ret = lp55xx_read(chip, LP5562_REG_ENABLE, &exec); in lp5562_run_engine()