Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/i2c/
Dov7670.c69 #define REG_COM7 0x12 /* Control 7 */ macro
284 { REG_COM7, COM7_RESET },
292 { REG_COM7, 0 }, /* VGA */
413 { REG_COM7, 0x0 }, /* Selects YUV mode */
429 { REG_COM7, COM7_RGB }, /* Selects RGB mode */
445 { REG_COM7, COM7_RGB }, /* Selects RGB mode */
461 { REG_COM7, COM7_BAYER },
499 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_smbus()
555 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_i2c()
613 ov7670_write(sd, REG_COM7, COM7_RESET); in ov7670_reset()
[all …]
Dov9650.c71 #define REG_COM7 0x12 /* SCCB reset, output format */ macro
/Linux-v5.10/drivers/media/usb/stkwebcam/
Dstk-sensor.c102 #define REG_COM7 0x12 /* Control 7 */ macro
362 || stk_sensor_outb(dev, REG_COM7, COM7_RESET)) { in stk_sensor_init()
548 stk_sensor_outb(dev, REG_COM7, com7); in stk_sensor_configure()