Searched refs:vstop (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | dvo_ns2501.c | 215 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | dvo_ns2501.c | 215 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()
|
/kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/ |
H A D | stk-sensor.c | 462 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() 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() 461 stk_sensor_set_hw(struct stk_camera *dev, int hstart, int hstop, int vstart, int vstop) stk_sensor_set_hw() argument
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov7670.c | 202 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() 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() 919 ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, int vstart, int vstop) ov7670_set_hw() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov7670.c | 201 int vstop; /* will do the right thing... */ member 738 .vstop = 490, 749 .vstop = 494, 760 .vstop = 492, 771 .vstop = 494, 789 .vstop = 494, 922 int vstart, int vstop) in ov7670_set_hw() 949 ret = ov7670_write(sd, REG_VSTOP, (vstop >> 2) & 0xff); in ov7670_set_hw() 955 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw() 1076 wsize->vstop); in ov7670_apply_fmt() 921 ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, int vstart, int vstop) ov7670_set_hw() argument [all...] |
Completed in 9 milliseconds