Home
last modified time | relevance | path

Searched refs:cp_read (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/i2c/
Dadv7842.c494 static inline int cp_read(struct v4l2_subdev *sd, u8 reg) in cp_read() function
510 return cp_write(sd, reg, (cp_read(sd, reg) & mask) | val); in cp_write_and_or()
806 reg->val = cp_read(sd, reg->reg & 0xff); in adv7842_g_register()
1044 offset_buf[0]= (cp_read(sd, 0x77) & 0xc0) | ((offset_a & 0x3f0) >> 4); in adv7842_set_offset()
1256 return ((cp_read(sd, 0xb5) & 0xd0) != 0xd0) || !(cp_read(sd, 0xb1) & 0x80); in no_cp_signal()
1283 if ((cp_read(sd, 0xb5) & 0xd0) != 0xd0 || in adv7842_g_input_status()
1284 !(cp_read(sd, 0xb1) & 0x80)) in adv7842_g_input_status()
1361 stdi->bl = ((cp_read(sd, 0xb1) & 0x3f) << 8) | cp_read(sd, 0xb2); in read_stdi()
1362 stdi->lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in read_stdi()
1363 stdi->lcvs = cp_read(sd, 0xb3) >> 3; in read_stdi()
[all …]
Dadv7604.c590 static inline int cp_read(struct v4l2_subdev *sd, u8 reg) in cp_read() function
599 return ((cp_read(sd, reg) << 8) | cp_read(sd, reg + 1)) & mask; in cp_read16()
611 return cp_write(sd, reg, (cp_read(sd, reg) & ~mask) | val); in cp_write_clr_set()
998 offset_buf[0] = (cp_read(sd, 0x77) & 0xc0) | ((offset_a & 0x3f0) >> 4); in adv76xx_set_offset()
1215 return ((cp_read(sd, 0xb5) & 0xd0) != 0xd0); in no_lock_sspd()
1221 return !(cp_read(sd, 0xb1) & 0x80); in no_lock_stdi()
1255 return cp_read(sd, 0xff) & 0x10; in in_free_run()
1337 stdi->lcvs = cp_read(sd, 0xb3) >> 3; in read_stdi()
1342 polarity = cp_read(sd, 0xb5); in read_stdi()
2243 csc_coeff_sel_rb[cp_read(sd, info->cp_csc) >> 4]); in adv76xx_log_status()