Home
last modified time | relevance | path

Searched refs:REG_COM8 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/i2c/
Dov7670.c81 #define REG_COM8 0x13 /* Control 8 */ macro
319 { REG_COM8, COM8_FASTAEC | COM8_AECSTEP | COM8_BFILT },
330 { REG_COM8, COM8_FASTAEC|COM8_AECSTEP|COM8_BFILT|COM8_AGC|COM8_AEC },
360 { REG_COM8, COM8_FASTAEC|COM8_AECSTEP|COM8_BFILT|COM8_AGC|COM8_AEC|COM8_AWB },
1379 ov7670_read(sd, REG_COM8, &com8); in ov7670_s_brightness()
1381 ov7670_write(sd, REG_COM8, com8); in ov7670_s_brightness()
1446 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_gain()
1447 ret = ov7670_write(sd, REG_COM8, com8 & ~COM8_AGC); in ov7670_s_gain()
1460 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_autogain()
1466 ret = ov7670_write(sd, REG_COM8, com8); in ov7670_s_autogain()
[all …]
Dov9650.c84 #define REG_COM8 0x13 /* AGC/AEC options */ macro
310 { REG_COM8, 0xe5 }, /* AGC/AEC options */
331 { REG_COM8, 0xe7 }, /* Enable AEC, AWB, AEC */
612 ret = ov965x_read(ov965x->client, REG_COM8, &reg); in ov965x_set_banding_filter()
618 ret = ov965x_write(ov965x->client, REG_COM8, reg); in ov965x_set_banding_filter()
642 ret = ov965x_read(ov965x->client, REG_COM8, &reg); in ov965x_set_white_balance()
644 reg = awb ? reg | REG_COM8 : reg & ~REG_COM8; in ov965x_set_white_balance()
645 ret = ov965x_write(ov965x->client, REG_COM8, reg); in ov965x_set_white_balance()
696 ret = ov965x_read(client, REG_COM8, &reg); in ov965x_set_gain()
703 ret = ov965x_write(client, REG_COM8, reg); in ov965x_set_gain()
[all …]
/Linux-v4.19/drivers/media/usb/stkwebcam/
Dstk-sensor.c122 #define REG_COM8 0x13 /* Control 8 */ macro
318 {REG_COM8, COM8_AECSTEP|COM8_BFILT|COM8_AGC|COM8_AEC},