Home
last modified time | relevance | path

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

/drivers/media/usb/stkwebcam/
Dstk-sensor.c85 #define REG_VREF 0x03 /* Pieces of GAIN, VSTART, VSTOP */ macro
492 ret += stk_sensor_inb(dev, REG_VREF, &v); in stk_sensor_set_hw()
495 ret += stk_sensor_outb(dev, REG_VREF, v); in stk_sensor_set_hw()
/drivers/media/i2c/
Dov7670.c44 #define REG_VREF 0x03 /* Pieces of GAIN, VSTART, VSTOP */ macro
281 { REG_VSTOP, 0x7a }, { REG_VREF, 0x0a },
894 ret += ov7670_read(sd, REG_VREF, &v); in ov7670_set_hw()
897 ret += ov7670_write(sd, REG_VREF, v); in ov7670_set_hw()
Dov9650.c46 #define REG_VREF 0x03 /* [7:6] - AGC[9:8], [5:3]/[2:0] */ macro
721 ret = ov965x_read(client, REG_VREF, &reg); in ov965x_set_gain()
726 ret = ov965x_write(client, REG_VREF, reg); in ov965x_set_gain()
879 ret = ov965x_read(client, REG_VREF, &reg1); in __g_volatile_ctrl()