Searched refs:REG_VSTOP (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/staging/media/deprecated/stkwebcam/ |
D | stk-sensor.c | 132 #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/ |
D | ov7670.c | 98 #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()
|
D | ov6650.c | 60 #define REG_VSTOP 0x1a macro 566 ret = ov6650_reg_write(client, REG_VSTOP, in ov6650_set_selection()
|
D | ov9650.c | 101 #define REG_VSTOP 0x1a /* Vert stop high bits */ macro
|