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

/linux-master/drivers/media/i2c/
H A Dadv7842.c398 static inline int infoframe_read(struct v4l2_subdev *sd, u8 reg) function
870 reg->val = infoframe_read(sd, reg->reg & 0xff);
1167 y = infoframe_read(sd, 0x01) >> 5;
1342 if ((io_read(sd, 0x60) & 1) && (infoframe_read(sd, 0x03) & 0x80))
1343 ctrl->val = (infoframe_read(sd, 0x05) >> 4) & 3;
2574 buffer[i] = infoframe_read(sd, cri->head_addr + i);
2584 buffer[i + 3] = infoframe_read(sd, cri->payload_addr + i);
H A Dadv7604.c435 static inline int infoframe_read(struct v4l2_subdev *sd, u8 reg) function
1117 y = infoframe_read(sd, 0x01) >> 5;
1263 if ((io_read(sd, 0x60) & 1) && (infoframe_read(sd, 0x03) & 0x80))
1264 ctrl->val = (infoframe_read(sd, 0x05) >> 4) & 3;
1596 vic = infoframe_read(sd, 0x04);
2475 buffer[i] = infoframe_read(sd,
2487 buffer[i + 3] = infoframe_read(sd,

Completed in 117 milliseconds