vstop 215 drivers/gpu/drm/i915/display/dvo_ns2501.c u16 vstop; /* vertical total, registers C7/C8 */ vstop 242 drivers/gpu/drm/i915/display/dvo_ns2501.c .vstop = 514, vstop 262 drivers/gpu/drm/i915/display/dvo_ns2501.c .vstop = 627, vstop 281 drivers/gpu/drm/i915/display/dvo_ns2501.c .vstop = 1056, vstop 623 drivers/gpu/drm/i915/display/dvo_ns2501.c ns2501_writeb(dvo, NS2501_REGC7, conf->vstop & 0xff); vstop 624 drivers/gpu/drm/i915/display/dvo_ns2501.c ns2501_writeb(dvo, NS2501_REGC8, conf->vstop >> 8); vstop 202 drivers/media/i2c/ov7670.c int vstop; /* will do the right thing... */ vstop 736 drivers/media/i2c/ov7670.c .vstop = 490, vstop 747 drivers/media/i2c/ov7670.c .vstop = 494, vstop 758 drivers/media/i2c/ov7670.c .vstop = 492, vstop 769 drivers/media/i2c/ov7670.c .vstop = 494, vstop 787 drivers/media/i2c/ov7670.c .vstop = 494, vstop 920 drivers/media/i2c/ov7670.c int vstart, int vstop) vstop 939 drivers/media/i2c/ov7670.c ret += ov7670_write(sd, REG_VSTOP, (vstop >> 2) & 0xff); vstop 941 drivers/media/i2c/ov7670.c v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); vstop 1063 drivers/media/i2c/ov7670.c wsize->vstop); vstop 462 drivers/media/usb/stkwebcam/stk-sensor.c int hstart, int hstop, int vstart, int vstop) vstop 481 drivers/media/usb/stkwebcam/stk-sensor.c ret += stk_sensor_outb(dev, REG_VSTOP, (vstop >> 3) & 0xff); vstop 483 drivers/media/usb/stkwebcam/stk-sensor.c v = (v & 0xc0) | ((vstop & 0x7) << 3) | (vstart & 0x7);