Searched refs:REG_COM7 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
D | ov7670.c | 70 #define REG_COM7 0x12 /* Control 7 */ macro 283 { REG_COM7, COM7_RESET }, 291 { REG_COM7, 0 }, /* VGA */ 412 { REG_COM7, 0x0 }, /* Selects YUV mode */ 428 { REG_COM7, COM7_RGB }, /* Selects RGB mode */ 444 { REG_COM7, COM7_RGB }, /* Selects RGB mode */ 460 { REG_COM7, COM7_BAYER }, 498 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_smbus() 554 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_i2c() 612 ov7670_write(sd, REG_COM7, COM7_RESET); in ov7670_reset() [all …]
|
D | ov9650.c | 73 #define REG_COM7 0x12 /* SCCB reset, output format */ macro
|
/Linux-v4.19/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 110 #define REG_COM7 0x12 /* Control 7 */ macro 370 || stk_sensor_outb(dev, REG_COM7, COM7_RESET)) { in stk_sensor_init() 556 stk_sensor_outb(dev, REG_COM7, com7); in stk_sensor_configure()
|