Searched refs:vpx3220_write (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | vpx3220.c | 56 static inline int vpx3220_write(struct v4l2_subdev *sd, u8 reg, u8 value) in vpx3220_write() function 145 ret = vpx3220_write(sd, reg, *data++); in vpx3220_write_block() 389 vpx3220_write(sd, 0x33, input_vals[input][0]); in vpx3220_s_routing() 406 vpx3220_write(sd, 0xf2, (enable ? 0x1b : 0x00)); in vpx3220_s_stream() 416 vpx3220_write(sd, 0xe6, ctrl->val); in vpx3220_s_ctrl() 420 vpx3220_write(sd, 0xe7, ctrl->val + 192); in vpx3220_s_ctrl()
|