Searched refs:cs3308_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | cs3308.c | 23 static inline int cs3308_write(struct v4l2_subdev *sd, u8 reg, u8 value) in cs3308_write() function 47 cs3308_write(sd, reg->reg & 0xffff, reg->val & 0xff); in cs3308_s_register() 90 cs3308_write(sd, 0x0d, 0x00); /* Power up all channels */ in cs3308_probe() 91 cs3308_write(sd, 0x0e, 0x00); /* Master Power */ in cs3308_probe() 92 cs3308_write(sd, 0x0b, 0x00); /* Device Configuration */ in cs3308_probe() 95 cs3308_write(sd, i, 0xd2); in cs3308_probe() 96 cs3308_write(sd, 0x0a, 0x00); /* Unmute all channels */ in cs3308_probe()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | cs3308.c | 23 static inline int cs3308_write(struct v4l2_subdev *sd, u8 reg, u8 value) in cs3308_write() function 47 cs3308_write(sd, reg->reg & 0xffff, reg->val & 0xff); in cs3308_s_register() 89 cs3308_write(sd, 0x0d, 0x00); /* Power up all channels */ in cs3308_probe() 90 cs3308_write(sd, 0x0e, 0x00); /* Master Power */ in cs3308_probe() 91 cs3308_write(sd, 0x0b, 0x00); /* Device Configuration */ in cs3308_probe() 94 cs3308_write(sd, i, 0xd2); in cs3308_probe() 95 cs3308_write(sd, 0x0a, 0x00); /* Unmute all channels */ in cs3308_probe()
|
Completed in 2 milliseconds