Searched refs:REG_COM1 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 84 #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/ |
D | ov7670.c | 49 #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()
|
D | ov9650.c | 51 #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, ®0); in __g_volatile_ctrl()
|