Searched refs:REG_COM1 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 76 #define REG_COM1 0x04 /* Control 1 */ macro 314 {REG_COM1, 0x00}, 420 { REG_COM1, 0x0 }, 437 { REG_COM1, 0x0 },
|
/Linux-v5.10/drivers/media/i2c/ |
D | ov7670.c | 48 #define REG_COM1 0x04 /* Control 1 */ macro 415 { REG_COM1, 0 }, /* CCIR601 */ 431 { REG_COM1, 0x0 }, /* CCIR601 */ 447 { REG_COM1, 0x0 }, /* CCIR601 */ 1505 ret = ov7670_read(sd, REG_COM1, &com1) + in ov7670_s_exp() 1514 ret = ov7670_write(sd, REG_COM1, com1) + in ov7670_s_exp()
|
D | ov9650.c | 49 #define REG_COM1 0x04 macro 788 ret = ov965x_write(ov965x, REG_COM1, exposure & 0x3); in ov965x_set_exposure() 884 ret = ov965x_read(ov965x, REG_COM1, ®0); in __g_volatile_ctrl()
|