Searched refs:LP5523_REG_OP_MODE (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/leds/
H A Dleds-lp5523.c37 #define LP5523_REG_OP_MODE 0x01 macro
174 lp55xx_update_bits(chip, LP5523_REG_OP_MODE, mask[idx], val[idx]);
195 lp55xx_write(chip, LP5523_REG_OP_MODE, 0);
208 lp55xx_update_bits(chip, LP5523_REG_OP_MODE, mask[idx], 0);
239 ret = lp55xx_read(chip, LP5523_REG_OP_MODE, &mode);
263 lp55xx_write(chip, LP5523_REG_OP_MODE, mode);

Completed in 177 milliseconds