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

/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-hdmi.c162 cp_write(state, ADV748X_CP_DE_POS_HIGH, high);
163 cp_write(state, ADV748X_CP_DE_POS_END_LOW, low);
167 cp_write(state, ADV748X_CP_DE_POS_HIGH, high);
168 cp_write(state, ADV748X_CP_DE_POS_START_LOW, low);
656 ret = cp_write(state, ADV748X_CP_BRI, ctrl->val);
659 ret = cp_write(state, ADV748X_CP_HUE, ctrl->val);
662 ret = cp_write(state, ADV748X_CP_CON, ctrl->val);
665 ret = cp_write(state, ADV748X_CP_SAT, ctrl->val);
676 ret = cp_write(state, ADV748X_CP_PAT_GEN, pattern);
H A Dadv748x.h411 #define cp_write(s, r, v) adv748x_write(s, ADV748X_PAGE_CP, r, v) macro
412 #define cp_clrset(s, r, m, v) cp_write(s, r, (cp_read(s, r) & ~(m)) | (v))
/linux-master/drivers/media/i2c/
H A Dadv7842.c528 static inline int cp_write(struct v4l2_subdev *sd, u8 reg, u8 val) function
537 return cp_write(sd, reg, (cp_read(sd, reg) & mask) | val);
941 cp_write(sd, reg->reg & 0xff, val);
999 cp_write(sd, 0x26, 0x00);
1000 cp_write(sd, 0x27, 0x00);
1001 cp_write(sd, 0x28, 0x00);
1002 cp_write(sd, 0x29, 0x00);
1003 cp_write(sd, 0x8f, 0x40);
1004 cp_write(sd, 0x90, 0x00);
1005 cp_write(s
[all...]
H A Dadv7604.c592 static inline int cp_write(struct v4l2_subdev *sd, u8 reg, u8 val) function
601 return cp_write(sd, reg, (cp_read(sd, reg) & ~mask) | val);
960 cp_write(sd, 0x8f, 0x00);
961 cp_write(sd, 0x90, 0x00);
962 cp_write(sd, 0xa2, 0x00);
963 cp_write(sd, 0xa3, 0x00);
964 cp_write(sd, 0xa4, 0x00);
965 cp_write(sd, 0xa5, 0x00);
966 cp_write(sd, 0xa6, 0x00);
967 cp_write(s
[all...]

Completed in 108 milliseconds