Lines Matching defs:hstop
199 int hstop; /* that they do not always make complete */
294 * make sense - hstop is less than hstart. But they work...
736 .hstop = 14, /* Omnivision */
747 .hstop = 90,
758 .hstop = 24,
769 .hstop = 24,
787 .hstop = 14, /* Omnivision */
921 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop,
927 * Horizontal: 11 bits, top 8 live in hstart and hstop. Bottom 3 of
928 * hstart are in href[2:0], bottom 3 of hstop in href[5:3]. There is
934 ret = ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff);
940 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7);
1075 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart,