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

/linux-4.1.27/drivers/media/i2c/
H A Dths7303.c60 static int ths7303_read(struct v4l2_subdev *sd, u8 reg) ths7303_read() function
159 (ths7303_read(sd, THS7303_CHANNEL_1) & 0xf8) | ths7303_config()
162 (ths7303_read(sd, THS7303_CHANNEL_2) & 0xf8) | ths7303_config()
165 (ths7303_read(sd, THS7303_CHANNEL_3) & 0xf8) | ths7303_config()
222 reg->val = ths7303_read(sd, reg->reg); ths7303_g_register()
266 u8 val = ths7303_read(sd, reg); ths7303_log_channel_status()

Completed in 48 milliseconds