Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Dlm3560.h60 #define LM3560_TORCH_BRT_MIN 31250 macro
64 ((a) < LM3560_TORCH_BRT_MIN ? 0 : \
65 (((a) - LM3560_TORCH_BRT_MIN) / LM3560_TORCH_BRT_STEP))
67 ((a) * LM3560_TORCH_BRT_STEP + LM3560_TORCH_BRT_MIN)
/linux-4.1.27/drivers/media/i2c/
Dlm3560.c127 if (brt < LM3560_TORCH_BRT_MIN) in lm3560_torch_brt_ctrl()
326 LM3560_TORCH_BRT_MIN, max_torch_brt, in lm3560_init_controls()