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

/linux-master/drivers/media/i2c/
H A Dwm8739.c64 static int wm8739_write(struct v4l2_subdev *sd, int reg, u16 val) function
114 wm8739_write(sd, R0, (vol_l & 0x1f) | mute);
115 wm8739_write(sd, R1, (vol_r & 0x1f) | mute);
127 wm8739_write(sd, R9, 0x000);
131 wm8739_write(sd, R8, 0x020);
135 wm8739_write(sd, R8, 0x000);
139 wm8739_write(sd, R8, 0x018);
145 wm8739_write(sd, R9, 0x001);
219 wm8739_write(sd, R15, 0x00);
221 wm8739_write(s
[all...]

Completed in 122 milliseconds