Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dov7670.c662 int vstop; /* will do the right thing... */ member
674 .vstop = 490,
685 .vstop = 494,
696 .vstop = 492,
707 .vstop = 494,
719 int vstart, int vstop) in ov7670_set_hw() argument
738 ret += ov7670_write(sd, REG_VSTOP, (vstop >> 2) & 0xff); in ov7670_set_hw()
740 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw()
836 wsize->vstop); in ov7670_s_mbus_fmt()
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()
/linux-3.4.99/drivers/usb/serial/
Dftdi_sio.c2224 unsigned char vstop; in ftdi_set_termios() local
2378 vstop = termios->c_cc[VSTOP]; in ftdi_set_termios()
2379 urb_value = (vstop << 8) | (vstart); in ftdi_set_termios()