Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
A Dov9650.c82 #define REG_COM8 0x13 /* AGC/AEC options */ macro
308 { REG_COM8, 0xe5 }, /* AGC/AEC options */
600 ret = ov965x_read(ov965x, REG_COM8, &reg); in ov965x_set_banding_filter()
606 ret = ov965x_write(ov965x, REG_COM8, reg); in ov965x_set_banding_filter()
630 ret = ov965x_read(ov965x, REG_COM8, &reg); in ov965x_set_white_balance()
632 reg = awb ? reg | REG_COM8 : reg & ~REG_COM8; in ov965x_set_white_balance()
633 ret = ov965x_write(ov965x, REG_COM8, reg); in ov965x_set_white_balance()
683 ret = ov965x_read(ov965x, REG_COM8, &reg); in ov965x_set_gain()
690 ret = ov965x_write(ov965x, REG_COM8, reg); in ov965x_set_gain()
769 ret = ov965x_read(ov965x, REG_COM8, &reg); in ov965x_set_exposure()
[all …]
A Dov7670.c80 #define REG_COM8 0x13 /* Control 8 */ macro
1421 ov7670_read(sd, REG_COM8, &com8); in ov7670_s_brightness()
1423 ov7670_write(sd, REG_COM8, com8); in ov7670_s_brightness()
1492 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_gain()
1495 return ov7670_write(sd, REG_COM8, com8 & ~COM8_AGC); in ov7670_s_gain()
1506 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_autogain()
1512 ret = ov7670_write(sd, REG_COM8, com8); in ov7670_s_autogain()
1523 ov7670_read(sd, REG_COM8, &com8) + in ov7670_s_exp()
1536 ret = ov7670_write(sd, REG_COM8, com8 & ~COM8_AEC); in ov7670_s_exp()
1549 ret = ov7670_read(sd, REG_COM8, &com8); in ov7670_s_autoexp()
[all …]
/linux/drivers/media/usb/stkwebcam/
A Dstk-sensor.c114 #define REG_COM8 0x13 /* Control 8 */ macro
310 {REG_COM8, COM8_AECSTEP|COM8_BFILT|COM8_AGC|COM8_AEC},

Completed in 12 milliseconds