Searched refs:LM3560_TORCH_BRT_MIN (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/media/i2c/
H A Dlm3560.c120 if (brt < LM3560_TORCH_BRT_MIN)
319 LM3560_TORCH_BRT_MIN, max_torch_brt,
/linux-master/include/media/i2c/
H 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)

Completed in 243 milliseconds