Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dths8200.c71 static int ths8200_read(struct v4l2_subdev *sd, u8 reg) in ths8200_read() function
100 ths8200_write(sd, reg, (ths8200_read(sd, reg) & clr_mask) | val_mask); in ths8200_write_and_or()
108 reg->val = ths8200_read(sd, reg->reg & 0xff); in ths8200_g_register()
126 uint8_t reg_03 = ths8200_read(sd, THS8200_CHIP_CTL); in ths8200_log_status()
135 ths8200_read(sd, THS8200_DTG2_PIXEL_CNT_MSB) * 256 + in ths8200_log_status()
136 ths8200_read(sd, THS8200_DTG2_PIXEL_CNT_LSB), in ths8200_log_status()
137 (ths8200_read(sd, THS8200_DTG2_LINE_CNT_MSB) & 0x07) * 256 + in ths8200_log_status()
138 ths8200_read(sd, THS8200_DTG2_LINE_CNT_LSB)); in ths8200_log_status()
462 state->chip_version = ths8200_read(sd, THS8200_VERSION); in ths8200_probe()