Searched refs:REG_COM1 (Results 1 – 3 of 3) sorted by relevance
/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 86 #define REG_COM1 0x04 /* Control 1 */ macro 324 {REG_COM1, 0x00}, 430 { REG_COM1, 0x0 }, 447 { REG_COM1, 0x0 },
|
/drivers/media/i2c/ |
D | ov7670.c | 58 #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()
|
D | ov9650.c | 48 #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, ®0); in __g_volatile_ctrl()
|