Searched refs:REG_FLAG (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/leds/
H A Dleds-lm355x.c28 REG_FLAG = 0, enumerator in enum:lm355x_regs
144 [REG_FLAG] = {0xD0, 0xBF, 0},
155 [REG_FLAG] = {0x0B, 0xFF, 0},
215 ret = regmap_read(chip->regmap, preg[REG_FLAG].regno, &chip->last_flag); lm355x_control()
218 if (chip->last_flag & preg[REG_FLAG].mask) lm355x_control()
221 chip->last_flag & preg[REG_FLAG].mask); lm355x_control()
H A Dleds-lm3642.c27 #define REG_FLAG (0xB) macro
115 ret = regmap_read(chip->regmap, REG_FLAG, &chip->last_flag); lm3642_control()
117 dev_err(chip->dev, "Failed to read REG_FLAG Register\n"); lm3642_control()
/linux-4.4.14/drivers/video/backlight/
H A Dlm3639_bl.c33 #define REG_FLAG 0x0B macro
34 #define REG_MAX REG_FLAG
105 ret = regmap_read(pchip->regmap, REG_FLAG, &reg_val); lm3639_bled_update_status()
232 ret = regmap_read(pchip->regmap, REG_FLAG, &reg_val); lm3639_torch_brightness_set()
269 ret = regmap_read(pchip->regmap, REG_FLAG, &reg_val); lm3639_flash_brightness_set()
/linux-4.4.14/drivers/media/i2c/
H A Dlm3646.c30 #define REG_FLAG 0x08 macro
111 rval = regmap_read(flash->regmap, REG_FLAG, &reg_val); lm3646_get_ctrl()
336 return regmap_read(flash->regmap, REG_FLAG, &reg_val); lm3646_init_device()
H A Dlm3560.c36 #define REG_FLAG 0xd0 macro
177 rval = regmap_read(flash->regmap, REG_FLAG, &reg_val); lm3560_get_ctrl()
396 rval = regmap_read(flash->regmap, REG_FLAG, &reg_val); lm3560_init_device()

Completed in 190 milliseconds