Searched refs:ths7303_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ths7303.c | 60 static int ths7303_read(struct v4l2_subdev *sd, u8 reg) in ths7303_read() function 159 (ths7303_read(sd, THS7303_CHANNEL_1) & 0xf8) | in ths7303_config() 162 (ths7303_read(sd, THS7303_CHANNEL_2) & 0xf8) | in ths7303_config() 165 (ths7303_read(sd, THS7303_CHANNEL_3) & 0xf8) | in ths7303_config() 222 reg->val = ths7303_read(sd, reg->reg); in ths7303_g_register() 266 u8 val = ths7303_read(sd, reg); in ths7303_log_channel_status()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ths7303.c | 60 static int ths7303_read(struct v4l2_subdev *sd, u8 reg) in ths7303_read() function 159 (ths7303_read(sd, THS7303_CHANNEL_1) & 0xf8) | in ths7303_config() 162 (ths7303_read(sd, THS7303_CHANNEL_2) & 0xf8) | in ths7303_config() 165 (ths7303_read(sd, THS7303_CHANNEL_3) & 0xf8) | in ths7303_config() 222 reg->val = ths7303_read(sd, reg->reg); in ths7303_g_register() 266 u8 val = ths7303_read(sd, reg); in ths7303_log_channel_status()
|
Completed in 2 milliseconds