Lines Matching defs:hstop
200 int hstop; /* that they do not always make complete */
295 * make sense - hstop is less than hstart. But they work...
734 .hstop = 14, /* Omnivision */
745 .hstop = 90,
756 .hstop = 24,
767 .hstop = 24,
785 .hstop = 14, /* Omnivision */
919 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop,
925 * Horizontal: 11 bits, top 8 live in hstart and hstop. Bottom 3 of
926 * hstart are in href[2:0], bottom 3 of hstop in href[5:3]. There is
930 ret += ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff);
932 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7);
1062 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart,