Searched refs:REG_BRIGHTNESS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tvp514x.c | 137 {TOK_WRITE, REG_BRIGHTNESS, 0x80}, 421 dump_reg(sd, REG_BRIGHTNESS); in tvp514x_reg_dump() 705 err = tvp514x_write_reg(sd, REG_BRIGHTNESS, value); in tvp514x_s_ctrl() 707 decoder->tvp514x_regs[REG_BRIGHTNESS].val = value; in tvp514x_s_ctrl()
|
H A D | tvp514x_regs.h | 33 #define REG_BRIGHTNESS (0x09) macro
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tvp514x.c | 137 {TOK_WRITE, REG_BRIGHTNESS, 0x80}, 421 dump_reg(sd, REG_BRIGHTNESS); in tvp514x_reg_dump() 705 err = tvp514x_write_reg(sd, REG_BRIGHTNESS, value); in tvp514x_s_ctrl() 707 decoder->tvp514x_regs[REG_BRIGHTNESS].val = value; in tvp514x_s_ctrl()
|
H A D | tvp514x_regs.h | 33 #define REG_BRIGHTNESS (0x09) macro
|
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
H A D | ht16k33.c | 34 #define REG_BRIGHTNESS 0xE0 macro 207 REG_BRIGHTNESS | (brightness - 1)); in ht16k33_bl_update_status()
|
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | ht16k33.c | 46 #define REG_BRIGHTNESS 0xE0 macro 192 REG_BRIGHTNESS | (brightness - 1)); in ht16k33_brightness_set()
|
Completed in 7 milliseconds