Lines Matching refs:reg_w
175 static void reg_w(struct gspca_dev *gspca_dev, in reg_w() function
201 reg_w(gspca_dev, seq[0], seq[1]); in reg_w_seq()
287 reg_w(gspca_dev, 0xff, 0x04); in setcontrast()
288 reg_w(gspca_dev, 0x10, val); in setcontrast()
290 reg_w(gspca_dev, 0x11, 0x01); in setcontrast()
295 reg_w(gspca_dev, 0xff, 0x04); /* page 4 */ in setgain()
296 reg_w(gspca_dev, 0x0e, 0x00); in setgain()
297 reg_w(gspca_dev, 0x0f, gspca_dev->gain->maximum - val + 1); in setgain()
300 reg_w(gspca_dev, 0x11, 0x01); in setgain()
305 reg_w(gspca_dev, 0xff, 0x04); /* page 4 */ in setexposure()
306 reg_w(gspca_dev, 0x02, val); in setexposure()
309 reg_w(gspca_dev, 0x11, 0x01); in setexposure()
315 reg_w(gspca_dev, 0xff, 0x01); in setexposure()
317 reg_w(gspca_dev, 0x08, 0x09); in setexposure()
319 reg_w(gspca_dev, 0x08, 0x08); in setexposure()
328 reg_w(gspca_dev, 0x80, 0x01); in setexposure()
330 reg_w(gspca_dev, 0x80, 0x1c); in setexposure()
333 reg_w(gspca_dev, 0x11, 0x01); in setexposure()
340 reg_w(gspca_dev, 0xff, 0x04); /* page 4 */ in sethvflip()
343 reg_w(gspca_dev, 0x21, data); in sethvflip()
346 reg_w(gspca_dev, 0x11, 0x01); in sethvflip()
448 reg_w(gspca_dev, 0xff, 0x01); in sd_start()
449 reg_w(gspca_dev, 0x17, 0x20); in sd_start()
450 reg_w(gspca_dev, 0x87, 0x10); in sd_start()
453 reg_w(gspca_dev, 0xff, 0x01); in sd_start()
454 reg_w(gspca_dev, 0x17, 0x30); in sd_start()
455 reg_w(gspca_dev, 0x87, 0x11); in sd_start()
458 reg_w(gspca_dev, 0xff, 0x01); in sd_start()
459 reg_w(gspca_dev, 0x17, 0x00); in sd_start()
460 reg_w(gspca_dev, 0x87, 0x12); in sd_start()
469 reg_w(gspca_dev, 0xff, 0x01); in sd_start()
470 reg_w(gspca_dev, 0x78, 0x05); in sd_start()
477 reg_w(gspca_dev, 0xff, 0x04); in sd_stopN()
478 reg_w(gspca_dev, 0x27, 0x80); in sd_stopN()
479 reg_w(gspca_dev, 0x28, 0xca); in sd_stopN()
480 reg_w(gspca_dev, 0x29, 0x53); in sd_stopN()
481 reg_w(gspca_dev, 0x2a, 0x0e); in sd_stopN()
482 reg_w(gspca_dev, 0xff, 0x01); in sd_stopN()
483 reg_w(gspca_dev, 0x3e, 0x20); in sd_stopN()
484 reg_w(gspca_dev, 0x78, 0x44); /* Bit_0=start stream, Bit_6=LED */ in sd_stopN()
485 reg_w(gspca_dev, 0x78, 0x44); /* Bit_0=start stream, Bit_6=LED */ in sd_stopN()
486 reg_w(gspca_dev, 0x78, 0x44); /* Bit_0=start stream, Bit_6=LED */ in sd_stopN()