Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dtvp514x_regs.h36 #define REG_HUE (0x0C) macro
H A Dtvp514x.c141 {TOK_WRITE, REG_HUE, 0x00},
425 dump_reg(sd, REG_HUE); in tvp514x_reg_dump()
725 err = tvp514x_write_reg(sd, REG_HUE, value); in tvp514x_s_ctrl()
727 decoder->tvp514x_regs[REG_HUE].val = value; in tvp514x_s_ctrl()
H A Dov6650.c40 #define REG_HUE 0x04 /* [7:6] rsrvd [5] hue en [4:0] hue */ macro
399 return ov6650_reg_rmw(client, REG_HUE, SET_HUE(ctrl->val), in ov6550_s_ctrl()