Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Ddvo_ns2501.c215 u16 vstop; /* vertical total, registers C7/C8 */ member
242 .vstop = 514,
262 .vstop = 627,
281 .vstop = 1056,
623 ns2501_writeb(dvo, NS2501_REGC7, conf->vstop & 0xff); in ns2501_mode_set()
624 ns2501_writeb(dvo, NS2501_REGC8, conf->vstop >> 8); in ns2501_mode_set()
/Linux-v5.10/drivers/media/usb/stkwebcam/
Dstk-sensor.c462 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument
481 ret += stk_sensor_outb(dev, REG_VSTOP, (vstop >> 3) & 0xff); in stk_sensor_set_hw()
483 v = (v & 0xc0) | ((vstop & 0x7) << 3) | (vstart & 0x7); in stk_sensor_set_hw()
/Linux-v5.10/drivers/media/i2c/
Dov7670.c202 int vstop; /* will do the right thing... */ member
736 .vstop = 490,
747 .vstop = 494,
758 .vstop = 492,
769 .vstop = 494,
787 .vstop = 494,
920 int vstart, int vstop) in ov7670_set_hw() argument
939 ret += ov7670_write(sd, REG_VSTOP, (vstop >> 2) & 0xff); in ov7670_set_hw()
941 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw()
1063 wsize->vstop); in ov7670_apply_fmt()