Searched refs:REG_COM1 (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/usb/stkwebcam/ |
H A D | stk-sensor.c | 86 #define REG_COM1 0x04 /* Control 1 */ macro 324 {REG_COM1, 0x00}, 430 { REG_COM1, 0x0 }, 447 { REG_COM1, 0x0 },
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | ov7670.c | 45 #define REG_COM1 0x04 /* Control 1 */ macro 396 { REG_COM1, 0 }, /* CCIR601 */ 412 { REG_COM1, 0x0 }, /* CCIR601 */ 428 { REG_COM1, 0x0 }, /* CCIR601 */ 1394 ret = ov7670_read(sd, REG_COM1, &com1) + ov7670_s_exp() 1403 ret = ov7670_write(sd, REG_COM1, com1) + ov7670_s_exp()
|
H A D | ov9650.c | 48 #define REG_COM1 0x04 macro 788 ret = ov965x_write(client, REG_COM1, exposure & 0x3); ov965x_set_exposure() 885 ret = ov965x_read(client, REG_COM1, ®0); __g_volatile_ctrl()
|
Completed in 102 milliseconds