Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dov9650.c658 #define NUM_BR_LEVELS 7 macro
663 static const u8 regs[NUM_BR_LEVELS + 1][NUM_BR_REGS] = { in ov965x_set_brightness()
675 val += (NUM_BR_LEVELS / 2 + 1); in ov965x_set_brightness()
676 if (val > NUM_BR_LEVELS) in ov965x_set_brightness()