Searched refs:vstop (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov7670.c570 int vstop; /* will do the right thing... */ member in struct:ov7670_win_size
582 .vstop = 490,
593 .vstop = 494,
604 .vstop = 494,
615 .vstop = 494,
627 int vstart, int vstop)
646 ret += ov7670_write(client, REG_VSTOP, (vstop >> 2) & 0xff);
648 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3);
752 wsize->vstop);
626 ov7670_set_hw(struct i2c_client *client, int hstart, int hstop, int vstart, int vstop) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dftdi_sio.c1689 unsigned char vstop; local
1791 // Set the vstart and vstop -- could have been done up above where
1793 // inefficient as vstart and vstop are not always needed
1795 vstop=port->tty->termios->c_cc[VSTOP];
1796 urb_value=(vstop << 8) | (vstart);

Completed in 448 milliseconds