Symbol: stv06xx_write_sensor
drivers/media/usb/gspca/stv06xx/stv06xx.h
101
int stv06xx_write_sensor(struct sd *sd, u8 address, u16 value);
drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c
113
ret = stv06xx_write_sensor(sd, HDCS_REG_CONTROL(sd), 0);
drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c
136
ret = stv06xx_write_sensor(sd, HDCS_REG_CONTROL(sd), val);
drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c
150
err = stv06xx_write_sensor(sd, HDCS_REG_CONTROL(sd), 1);
drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c
154
err = stv06xx_write_sensor(sd, HDCS_REG_CONTROL(sd), 0);
drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c
495
err = stv06xx_write_sensor(sd, stv_sensor_init[i][0],
drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c
502
err = stv06xx_write_sensor(sd, HDCS_REG_CONFIG(sd), BIT(3));
drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c
509
err = stv06xx_write_sensor(sd, HDCS_TCTRL,
drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c
512
err = stv06xx_write_sensor(sd, HDCS_TCTRL,
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
197
stv06xx_write_sensor(sd, PB_ROWSPEED, BIT(4)|BIT(3)|BIT(1));
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
199
stv06xx_write_sensor(sd, PB_ROWSPEED, BIT(5)|BIT(3)|BIT(1));
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
203
stv06xx_write_sensor(sd, PB_RSTART, 30);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
204
stv06xx_write_sensor(sd, PB_CSTART, 20);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
205
stv06xx_write_sensor(sd, PB_RWSIZE, 240 - 1);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
206
stv06xx_write_sensor(sd, PB_CWSIZE, 320 - 1);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
208
stv06xx_write_sensor(sd, PB_RSTART, 8);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
209
stv06xx_write_sensor(sd, PB_CSTART, 4);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
210
stv06xx_write_sensor(sd, PB_RWSIZE, 288 - 1);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
211
stv06xx_write_sensor(sd, PB_CWSIZE, 352 - 1);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
226
err = stv06xx_write_sensor(sd, PB_CONTROL, BIT(5)|BIT(3)|BIT(1));
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
237
err = stv06xx_write_sensor(sd, PB_ABORTFRAME, 1);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
243
err = stv06xx_write_sensor(sd, PB_CONTROL, BIT(5)|BIT(3));
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
260
stv06xx_write_sensor(sd, PB_RESET, 1);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
261
stv06xx_write_sensor(sd, PB_RESET, 0);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
264
stv06xx_write_sensor(sd, PB_CONTROL, BIT(5)|BIT(3));
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
267
stv06xx_write_sensor(sd, PB_PREADCTRL, BIT(12)|BIT(10)|BIT(6));
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
268
stv06xx_write_sensor(sd, PB_ADCGLOBALGAIN, 12);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
273
stv06xx_write_sensor(sd, PB_R28, 12);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
275
stv06xx_write_sensor(sd, PB_ADCMAXGAIN, 180);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
277
stv06xx_write_sensor(sd, PB_ADCMINGAIN, 12);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
280
stv06xx_write_sensor(sd, PB_R54, 3);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
283
stv06xx_write_sensor(sd, PB_R55, 0);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
284
stv06xx_write_sensor(sd, PB_UPDATEINT, 1);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
286
stv06xx_write_sensor(sd, PB_R15, 800);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
288
stv06xx_write_sensor(sd, PB_R17, 10);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
290
stv06xx_write_sensor(sd, PB_EXPGAIN, 0);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
293
stv06xx_write_sensor(sd, PB_VOFFSET, 0);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
295
stv06xx_write_sensor(sd, PB_ADCGAINH, 11);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
297
stv06xx_write_sensor(sd, PB_ADCGAINL, 0);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
305
stv06xx_write_sensor(sd, PB_ROWSPEED, BIT(4)|BIT(3)|BIT(1));
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
306
stv06xx_write_sensor(sd, PB_CFILLIN, 14);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
307
stv06xx_write_sensor(sd, PB_VBL, 0);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
308
stv06xx_write_sensor(sd, PB_FINTTIME, 0);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
309
stv06xx_write_sensor(sd, PB_RINTTIME, 123);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
327
err = stv06xx_write_sensor(sd, PB_G1GAIN, val);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
329
err = stv06xx_write_sensor(sd, PB_G2GAIN, val);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
353
err = stv06xx_write_sensor(sd, PB_RGAIN, val);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
372
err = stv06xx_write_sensor(sd, PB_BGAIN, val);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
384
err = stv06xx_write_sensor(sd, PB_RINTTIME, val);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
405
err = stv06xx_write_sensor(sd, PB_EXPGAIN, val);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
424
err = stv06xx_write_sensor(sd, PB_R21, brightpixels);
drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c
426
err = stv06xx_write_sensor(sd, PB_R22, darkpixels);
drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
140
err = stv06xx_write_sensor(sd, VV6410_SETUP0, 0);
drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
159
err = stv06xx_write_sensor(sd, VV6410_SETUP0, VV6410_LOW_POWER_MODE);
drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
198
err = stv06xx_write_sensor(sd, VV6410_DATAFORMAT, i2c_data);
drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
219
err = stv06xx_write_sensor(sd, VV6410_DATAFORMAT, i2c_data);
drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
230
err = stv06xx_write_sensor(sd, VV6410_ANALOGGAIN, 0xf0 | (val & 0xf));
drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
249
err = stv06xx_write_sensor(sd, VV6410_FINEH, fine >> 8);
drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
253
err = stv06xx_write_sensor(sd, VV6410_FINEL, fine & 0xff);
drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
257
err = stv06xx_write_sensor(sd, VV6410_COARSEH, coarse >> 8);
drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
261
err = stv06xx_write_sensor(sd, VV6410_COARSEL, coarse & 0xff);