Searched refs:hstop (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | ov7670.c | 192 int hstop; /* that they do not always make complete */ member 704 .hstop = 14, /* Omnivision */ 715 .hstop = 90, 726 .hstop = 24, 737 .hstop = 24, 755 .hstop = 14, /* Omnivision */ 873 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, in ov7670_set_hw() argument 884 ret += ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw() 886 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in ov7670_set_hw() 1008 ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_s_mbus_fmt()
|
/linux-4.1.27/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 472 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument 482 ret += stk_sensor_outb(dev, REG_HSTOP, (hstop >> 3) & 0xff); in stk_sensor_set_hw() 484 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in stk_sensor_set_hw()
|