Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/
Dadv7842.c549 static inline int cp_read(struct v4l2_subdev *sd, u8 reg) in cp_read() function
565 return cp_write(sd, reg, (cp_read(sd, reg) & mask) | val); in cp_write_and_or()
919 reg->val = cp_read(sd, reg->reg & 0xff); in adv7842_g_register()
1157 offset_buf[0]= (cp_read(sd, 0x77) & 0xc0) | ((offset_a & 0x3f0) >> 4); in adv7842_set_offset()
1369 return ((cp_read(sd, 0xb5) & 0xd0) != 0xd0) || !(cp_read(sd, 0xb1) & 0x80); in no_cp_signal()
1396 if ((cp_read(sd, 0xb5) & 0xd0) != 0xd0 || in adv7842_g_input_status()
1397 !(cp_read(sd, 0xb1) & 0x80)) in adv7842_g_input_status()
1474 stdi->bl = ((cp_read(sd, 0xb1) & 0x3f) << 8) | cp_read(sd, 0xb2); in read_stdi()
1475 stdi->lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in read_stdi()
1476 stdi->lcvs = cp_read(sd, 0xb3) >> 3; in read_stdi()
[all …]
Dadv7604.c604 static inline int cp_read(struct v4l2_subdev *sd, u8 reg) in cp_read() function
613 return ((cp_read(sd, reg) << 8) | cp_read(sd, reg + 1)) & mask; in cp_read16()
625 return cp_write(sd, reg, (cp_read(sd, reg) & ~mask) | val); in cp_write_clr_set()
1042 offset_buf[0] = (cp_read(sd, 0x77) & 0xc0) | ((offset_a & 0x3f0) >> 4); in adv76xx_set_offset()
1259 return ((cp_read(sd, 0xb5) & 0xd0) != 0xd0); in no_lock_sspd()
1265 return !(cp_read(sd, 0xb1) & 0x80); in no_lock_stdi()
1299 return cp_read(sd, 0xff) & 0x10; in in_free_run()
1381 stdi->lcvs = cp_read(sd, 0xb3) >> 3; in read_stdi()
1386 polarity = cp_read(sd, 0xb5); in read_stdi()
2322 csc_coeff_sel_rb[cp_read(sd, info->cp_csc) >> 4]); in adv76xx_log_status()