Home
last modified time | relevance | path

Searched refs:REG_VSTOP (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/staging/media/deprecated/stkwebcam/
Dstk-sensor.c132 #define REG_VSTOP 0x1a /* Vert stop high bits */ macro
481 ret += stk_sensor_outb(dev, REG_VSTOP, (vstop >> 3) & 0xff); in stk_sensor_set_hw()
/Linux-v6.1/drivers/media/i2c/
Dov7670.c98 #define REG_VSTOP 0x1a /* Vert stop high bits */ macro
299 { REG_VSTOP, 0x7a }, { REG_VREF, 0x0a },
950 ret = ov7670_write(sd, REG_VSTOP, (vstop >> 2) & 0xff); in ov7670_set_hw()
Dov6650.c60 #define REG_VSTOP 0x1a macro
566 ret = ov6650_reg_write(client, REG_VSTOP, in ov6650_set_selection()
Dov9650.c101 #define REG_VSTOP 0x1a /* Vert stop high bits */ macro