Home
last modified time | relevance | path

Searched refs:LM3560_TORCH_BRT_MIN (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/include/media/i2c/
A Dlm3560.h47 #define LM3560_TORCH_BRT_MIN 31250 macro
51 ((a) < LM3560_TORCH_BRT_MIN ? 0 : \
52 (((a) - LM3560_TORCH_BRT_MIN) / LM3560_TORCH_BRT_STEP))
54 ((a) * LM3560_TORCH_BRT_STEP + LM3560_TORCH_BRT_MIN)
/linux-6.3-rc2/drivers/media/i2c/
A Dlm3560.c120 if (brt < LM3560_TORCH_BRT_MIN) in lm3560_torch_brt_ctrl()
319 LM3560_TORCH_BRT_MIN, max_torch_brt, in lm3560_init_controls()

Completed in 4 milliseconds