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

/linux-master/drivers/media/i2c/
H A Dupd64031a.c85 static void upd64031a_write(struct v4l2_subdev *sd, u8 reg, u8 val) function
106 upd64031a_write(sd, R00, reg | 0x10);
107 upd64031a_write(sd, R00, reg & ~0x10);
130 upd64031a_write(sd, R00, r00);
131 upd64031a_write(sd, R05, r05);
132 upd64031a_write(sd, R08, r08);
153 upd64031a_write(sd, reg->reg & 0xff, reg->val & 0xff);
208 upd64031a_write(sd, i, state->regs[i]);

Completed in 102 milliseconds