Home
last modified time | relevance | path

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

/drivers/media/usb/stkwebcam/
Dstk-sensor.c86 #define REG_COM1 0x04 /* Control 1 */ macro
324 {REG_COM1, 0x00},
430 { REG_COM1, 0x0 },
447 { REG_COM1, 0x0 },
/drivers/media/i2c/
Dov7670.c58 #define REG_COM1 0x04 /* Control 1 */ macro
409 { REG_COM1, 0 }, /* CCIR601 */
425 { REG_COM1, 0x0 }, /* CCIR601 */
441 { REG_COM1, 0x0 }, /* CCIR601 */
1372 ret = ov7670_read(sd, REG_COM1, &com1) + in ov7670_s_exp()
1381 ret = ov7670_write(sd, REG_COM1, com1) + in ov7670_s_exp()
Dov9650.c48 #define REG_COM1 0x04 macro
788 ret = ov965x_write(client, REG_COM1, exposure & 0x3); in ov965x_set_exposure()
885 ret = ov965x_read(client, REG_COM1, &reg0); in __g_volatile_ctrl()