Home
last modified time | relevance | path

Searched refs:vstop (Results 1 – 3 of 3) sorted by relevance

/drivers/media/i2c/
Dov7670.c194 int vstop; /* will do the right thing... */ member
706 .vstop = 490,
717 .vstop = 494,
728 .vstop = 492,
739 .vstop = 494,
757 .vstop = 494,
874 int vstart, int vstop) in ov7670_set_hw() argument
893 ret += ov7670_write(sd, REG_VSTOP, (vstop >> 2) & 0xff); in ov7670_set_hw()
895 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw()
1009 wsize->vstop); in ov7670_s_mbus_fmt()
/drivers/media/usb/stkwebcam/
Dstk-sensor.c472 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument
491 ret += stk_sensor_outb(dev, REG_VSTOP, (vstop >> 3) & 0xff); in stk_sensor_set_hw()
493 v = (v & 0xc0) | ((vstop & 0x7) << 3) | (vstart & 0x7); in stk_sensor_set_hw()
/drivers/usb/serial/
Dftdi_sio.c2201 unsigned char vstop; in ftdi_set_termios() local
2362 vstop = termios->c_cc[VSTOP]; in ftdi_set_termios()
2363 urb_value = (vstop << 8) | (vstart); in ftdi_set_termios()