Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/stkwebcam/
Dstk-sensor.c84 #define REG_COM1 0x04 /* Control 1 */ macro
322 {REG_COM1, 0x00},
428 { REG_COM1, 0x0 },
445 { REG_COM1, 0x0 },
/Linux-v4.19/drivers/media/i2c/
Dov7670.c49 #define REG_COM1 0x04 /* Control 1 */ macro
414 { REG_COM1, 0 }, /* CCIR601 */
430 { REG_COM1, 0x0 }, /* CCIR601 */
446 { REG_COM1, 0x0 }, /* CCIR601 */
1476 ret = ov7670_read(sd, REG_COM1, &com1) + in ov7670_s_exp()
1485 ret = ov7670_write(sd, REG_COM1, com1) + in ov7670_s_exp()
Dov9650.c51 #define REG_COM1 0x04 macro
797 ret = ov965x_write(client, REG_COM1, exposure & 0x3); in ov965x_set_exposure()
894 ret = ov965x_read(client, REG_COM1, &reg0); in __g_volatile_ctrl()