Searched refs:REG_VSTOP (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 140 #define REG_VSTOP 0x1a /* Vert stop high bits */ macro 489 ret += stk_sensor_outb(dev, REG_VSTOP, (vstop >> 3) & 0xff); in stk_sensor_set_hw()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov7670.c | 99 #define REG_VSTOP 0x1a /* Vert stop high bits */ macro 298 { REG_VSTOP, 0x7a }, { REG_VREF, 0x0a }, 922 ret += ov7670_write(sd, REG_VSTOP, (vstop >> 2) & 0xff); in ov7670_set_hw()
|
D | ov6650.c | 63 #define REG_VSTOP 0x1a macro 499 ret = ov6650_reg_write(client, REG_VSTOP, in ov6650_set_selection()
|
D | ov9650.c | 103 #define REG_VSTOP 0x1a /* Vert stop high bits */ macro
|