Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov9650.c644 #define NUM_BR_LEVELS 7 macro
649 static const u8 regs[NUM_BR_LEVELS + 1][NUM_BR_REGS] = { in ov965x_set_brightness()
661 val += (NUM_BR_LEVELS / 2 + 1); in ov965x_set_brightness()
662 if (val > NUM_BR_LEVELS) in ov965x_set_brightness()