Searched refs:REG_COM8 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | ov7670.c | 77 #define REG_COM8 0x13 /* Control 8 */ macro 301 { REG_COM8, COM8_FASTAEC | COM8_AECSTEP | COM8_BFILT }, 312 { REG_COM8, COM8_FASTAEC|COM8_AECSTEP|COM8_BFILT|COM8_AGC|COM8_AEC }, 342 { REG_COM8, COM8_FASTAEC|COM8_AECSTEP|COM8_BFILT|COM8_AGC|COM8_AEC|COM8_AWB }, 1267 ov7670_read(sd, REG_COM8, &com8); in ov7670_s_brightness() 1269 ov7670_write(sd, REG_COM8, com8); in ov7670_s_brightness() 1334 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_gain() 1335 ret = ov7670_write(sd, REG_COM8, com8 & ~COM8_AGC); in ov7670_s_gain() 1348 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_autogain() 1354 ret = ov7670_write(sd, REG_COM8, com8); in ov7670_s_autogain() [all …]
|
D | ov9650.c | 81 #define REG_COM8 0x13 /* AGC/AEC options */ macro 306 { REG_COM8, 0xe5 }, /* AGC/AEC options */ 327 { REG_COM8, 0xe7 }, /* Enable AEC, AWB, AEC */ 603 ret = ov965x_read(ov965x->client, REG_COM8, ®); in ov965x_set_banding_filter() 609 ret = ov965x_write(ov965x->client, REG_COM8, reg); in ov965x_set_banding_filter() 633 ret = ov965x_read(ov965x->client, REG_COM8, ®); in ov965x_set_white_balance() 635 reg = awb ? reg | REG_COM8 : reg & ~REG_COM8; in ov965x_set_white_balance() 636 ret = ov965x_write(ov965x->client, REG_COM8, reg); in ov965x_set_white_balance() 687 ret = ov965x_read(client, REG_COM8, ®); in ov965x_set_gain() 694 ret = ov965x_write(client, REG_COM8, reg); in ov965x_set_gain() [all …]
|
/linux-4.1.27/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 124 #define REG_COM8 0x13 /* Control 8 */ macro 320 {REG_COM8, COM8_AECSTEP|COM8_BFILT|COM8_AGC|COM8_AEC},
|