ths8200_read 100 drivers/media/i2c/ths8200.c ths8200_write(sd, reg, (ths8200_read(sd, reg) & clr_mask) | val_mask); ths8200_read 108 drivers/media/i2c/ths8200.c reg->val = ths8200_read(sd, reg->reg & 0xff); ths8200_read 126 drivers/media/i2c/ths8200.c uint8_t reg_03 = ths8200_read(sd, THS8200_CHIP_CTL); ths8200_read 135 drivers/media/i2c/ths8200.c ths8200_read(sd, THS8200_DTG2_PIXEL_CNT_MSB) * 256 + ths8200_read 136 drivers/media/i2c/ths8200.c ths8200_read(sd, THS8200_DTG2_PIXEL_CNT_LSB), ths8200_read 137 drivers/media/i2c/ths8200.c (ths8200_read(sd, THS8200_DTG2_LINE_CNT_MSB) & 0x07) * 256 + ths8200_read 138 drivers/media/i2c/ths8200.c ths8200_read(sd, THS8200_DTG2_LINE_CNT_LSB)); ths8200_read 456 drivers/media/i2c/ths8200.c state->chip_version = ths8200_read(sd, THS8200_VERSION);