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

/linux-4.4.14/drivers/media/i2c/
H A Dov7670.c66 #define REG_COM7 0x12 /* Control 7 */ macro
266 { REG_COM7, COM7_RESET },
274 { REG_COM7, 0 }, /* VGA */
394 { REG_COM7, 0x0 }, /* Selects YUV mode */
410 { REG_COM7, COM7_RGB }, /* Selects RGB mode */
426 { REG_COM7, COM7_RGB }, /* Selects RGB mode */
442 { REG_COM7, COM7_BAYER },
480 if (reg == REG_COM7 && (value & COM7_RESET)) ov7670_write_smbus()
536 if (reg == REG_COM7 && (value & COM7_RESET)) ov7670_write_i2c()
581 ov7670_write(sd, REG_COM7, COM7_RESET); ov7670_reset()
1010 ov7670_write(sd, REG_COM7, com7); ov7670_set_fmt()
H A Dov9650.c70 #define REG_COM7 0x12 /* SCCB reset, output format */ macro
/linux-4.4.14/drivers/media/usb/stkwebcam/
H A Dstk-sensor.c112 #define REG_COM7 0x12 /* Control 7 */ macro
372 || stk_sensor_outb(dev, REG_COM7, COM7_RESET)) { stk_sensor_init()
556 stk_sensor_outb(dev, REG_COM7, com7); stk_sensor_configure()

Completed in 84 milliseconds