Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Ddvo_ns2501.c214 uint16_t vstop; /* vertical total, registers C7/C8 */ member
241 .vstop = 514,
261 .vstop = 627,
280 .vstop = 1056,
622 ns2501_writeb(dvo, NS2501_REGC7, conf->vstop & 0xff); in ns2501_mode_set()
623 ns2501_writeb(dvo, NS2501_REGC8, conf->vstop >> 8); in ns2501_mode_set()
/linux-4.4.14/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()
1016 wsize->vstop); in ov7670_set_fmt()
/linux-4.4.14/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()
/linux-4.4.14/drivers/usb/serial/
Dftdi_sio.c2193 unsigned char vstop; in ftdi_set_termios() local
2354 vstop = termios->c_cc[VSTOP]; in ftdi_set_termios()
2355 urb_value = (vstop << 8) | (vstart); in ftdi_set_termios()