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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dw9966.c211 static int w9966_write_reg(struct w9966 *cam, int reg, int data) function
242 w9966_write_reg(cam, 0x18, cam->i2c_state);
265 w9966_write_reg(cam, 0x18, cam->i2c_state);
481 if (w9966_write_reg(cam, 0x00, 0x03) == -1)
486 if (w9966_write_reg(cam, i, regs[i]) == -1)
710 w9966_write_reg(cam, 0x00, 0x02); /* Reset ECP-FIFO buffer */
711 w9966_write_reg(cam, 0x00, 0x00); /* Return to normal operation */
712 w9966_write_reg(cam, 0x01, 0x98); /* Enable capture */
744 w9966_write_reg(cam, 0x01, 0x18); /* Disable capture */

Completed in 106 milliseconds