Searched refs:REG_GAIN (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 82 #define REG_GAIN 0x00 /* Gain lower 8 bits (rest in vref) */ macro 315 {REG_GAIN, 0x00},
|
/linux-4.4.14/sound/firewire/ |
D | isight.c | 42 #define REG_GAIN 0x500 macro 493 err = reg_read(isight, REG_GAIN, &gain); in isight_gain_get() 511 return reg_write(isight, REG_GAIN, in isight_gain_put()
|
/linux-4.4.14/drivers/media/i2c/ |
D | ov7670.c | 41 #define REG_GAIN 0x00 /* Gain lower 8 bits (rest in vref) */ macro 302 { REG_GAIN, 0 }, { REG_AECH, 0 }, 1351 ret = ov7670_read(sd, REG_GAIN, &gain); in ov7670_g_gain() 1361 ret = ov7670_write(sd, REG_GAIN, value & 0xff); in ov7670_s_gain()
|
D | ov9650.c | 43 #define REG_GAIN 0x00 /* Gain control, AGC[7:0] */ macro 713 ret = ov965x_write(client, REG_GAIN, rgain & 0xff); in ov965x_set_gain() 871 ret = ov965x_read(client, REG_GAIN, ®0); in __g_volatile_ctrl()
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | ov6650.c | 39 #define REG_GAIN 0x00 /* range 00 - 3F */ macro 319 ret = ov6650_reg_read(client, REG_GAIN, ®); in ov6550_g_volatile_ctrl() 354 ret = ov6650_reg_write(client, REG_GAIN, priv->gain->val); in ov6550_s_ctrl()
|