Searched refs:cs3308_write (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/media/i2c/ |
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 3 milliseconds