Searched refs:REG_GAIN (Results 1 – 8 of 8) sorted by relevance
/drivers/iio/proximity/ |
D | isl29501.c | 118 REG_GAIN, enumerator 153 [REG_GAIN] = { 269 case REG_GAIN: in isl29501_read_ext() 478 _ISL29501_EXT_INFO("agc_gain", REG_GAIN),
|
/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 72 #define REG_GAIN 0x00 /* Gain lower 8 bits (rest in vref) */ macro 305 {REG_GAIN, 0x00},
|
/drivers/media/i2c/ |
D | ov7740.c | 19 #define REG_GAIN 0x00 /* Gain lower 8 bits (rest in vref) */ macro 381 ret = regmap_write(regmap, REG_GAIN, value & 0xff); in ov7740_set_gain() 439 ret = regmap_read(regmap, REG_GAIN, &value0); in ov7740_get_gain()
|
D | ov6650.c | 36 #define REG_GAIN 0x00 /* range 00 - 3F */ macro 348 ret = ov6650_reg_read(client, REG_GAIN, ®); in ov6550_g_volatile_ctrl() 383 ret = ov6650_reg_write(client, REG_GAIN, priv->gain->val); in ov6550_s_ctrl()
|
D | ov7670.c | 44 #define REG_GAIN 0x00 /* Gain lower 8 bits (rest in vref) */ macro 321 { REG_GAIN, 0 }, { REG_AECH, 0 }, 1476 ret = ov7670_read(sd, REG_GAIN, &gain); in ov7670_g_gain() 1488 ret = ov7670_write(sd, REG_GAIN, value & 0xff); in ov7670_s_gain()
|
D | ov9650.c | 44 #define REG_GAIN 0x00 /* Gain control, AGC[7:0] */ macro 714 ret = ov965x_write(ov965x, REG_GAIN, rgain & 0xff); in ov965x_set_gain() 870 ret = ov965x_read(ov965x, REG_GAIN, ®0); in __g_volatile_ctrl()
|
/drivers/staging/media/atomisp/i2c/ |
D | mt9m114.h | 98 #define REG_GAIN 0x305E macro
|
D | atomisp-mt9m114.c | 1083 REG_GAIN, analog_gain_to_write); in mt9m114_s_exposure()
|