Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov9650.c646 #define NUM_BR_LEVELS 7 macro
651 static const u8 regs[NUM_BR_LEVELS + 1][NUM_BR_REGS] = { in ov965x_set_brightness()
663 val += (NUM_BR_LEVELS / 2 + 1); in ov965x_set_brightness()
664 if (val > NUM_BR_LEVELS) in ov965x_set_brightness()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A 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()

Completed in 6 milliseconds