Home
last modified time | relevance | path

Searched refs:vstart (Results 1 – 13 of 13) sorted by relevance

/drivers/media/usb/gspca/
Dsn9c20x.c98 u8 vstart; member
1100 sd->vstart = 7; in ov9650_init_sensor()
1114 sd->vstart = 2; in ov9655_init_sensor()
1128 sd->vstart = 11; in soi968_init_sensor()
1141 sd->vstart = 3; in ov7660_init_sensor()
1155 sd->vstart = 1; in ov7670_init_sensor()
1173 sd->vstart = 2; in mt9v_init_sensor()
1191 sd->vstart = 2; in mt9v_init_sensor()
1214 sd->vstart = 2; in mt9v_init_sensor()
1232 sd->vstart = 2; in mt9m112_init_sensor()
[all …]
/drivers/gpu/drm/msm/hdmi/
Dhdmi_bridge.c206 int hstart, hend, vstart, vend; in msm_hdmi_bridge_mode_set() local
216 vstart = mode->vtotal - mode->vsync_start - 1; in msm_hdmi_bridge_mode_set()
220 mode->htotal, mode->vtotal, hstart, hend, vstart, vend); in msm_hdmi_bridge_mode_set()
230 HDMI_ACTIVE_VSYNC_START(vstart) | in msm_hdmi_bridge_mode_set()
237 HDMI_VSYNC_ACTIVE_F2_START(vstart + 1) | in msm_hdmi_bridge_mode_set()
/drivers/gpu/drm/i915/display/
Ddvo_ns2501.c214 u16 vstart; /* vertical start, registers C5/C6 */ member
241 .vstart = 22,
261 .vstart = 26,
280 .vstart = 15,
621 ns2501_writeb(dvo, NS2501_REGC5, conf->vstart & 0xff); in ns2501_mode_set()
622 ns2501_writeb(dvo, NS2501_REGC6, conf->vstart >> 8); in ns2501_mode_set()
/drivers/scsi/csiostor/
Dcsio_wr.c119 __be64 *d = (__be64 *)(flq->vstart); in csio_wr_fill_fl()
236 q->vstart = dma_alloc_coherent(&hw->pdev->dev, qsz, &q->pstart, in csio_wr_alloc_q()
238 if (!q->vstart) { in csio_wr_alloc_q()
262 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q()
316 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q()
321 q->vwrap = (void *)((uintptr_t)(q->vstart) + qsz in csio_wr_alloc_q()
775 wr = (void *)((uintptr_t)q->vstart + in csio_wr_cleanup_iq_ftr()
867 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get()
911 wrp->addr2 = q->vstart; in csio_wr_get()
1135 void *wr = (void *)((uintptr_t)q->vstart + (q->cidx * q->wr_sz)); in csio_wr_process_iq()
[all …]
Dcsio_wr.h401 void *vstart; /* Base virtual address member
457 #define csio_q_vstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->vstart)
/drivers/staging/sm750fb/
Dsm750_cursor.c103 pstart = cursor->vstart; in sm750_hw_cursor_setData()
153 pstart = cursor->vstart; in sm750_hw_cursor_setData2()
Dsm750.h124 char __iomem *vstart; member
Dsm750.c453 memset_io(cursor->vstart, 0x0, cursor->size); in lynxfb_resume()
465 memset_io(cursor->vstart, 0x0, cursor->size); in lynxfb_resume()
728 crtc->cursor.vstart = sm750_dev->pvMem + crtc->cursor.offset; in lynxfb_set_fbinfo()
730 memset_io(crtc->cursor.vstart, 0, crtc->cursor.size); in lynxfb_set_fbinfo()
/drivers/media/i2c/
Dov7670.c201 int vstart; /* sense to humans, but evidently the sensor */ member
735 .vstart = 10,
746 .vstart = 14,
757 .vstart = 12,
768 .vstart = 14,
786 .vstart = 14, /* Empirically determined */
920 int vstart, int vstop) in ov7670_set_hw() argument
938 ret += ov7670_write(sd, REG_VSTART, (vstart >> 2) & 0xff); in ov7670_set_hw()
941 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw()
1062 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_apply_fmt()
Dmt9v011.c274 unsigned vstart, hstart; in set_res() local
292 vstart = 8 + (480 - core->height) / 2; in set_res()
293 mt9v011_write(sd, R01_MT9V011_ROWSTART, vstart); in set_res()
/drivers/media/usb/stkwebcam/
Dstk-sensor.c462 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument
480 ret += stk_sensor_outb(dev, REG_VSTART, (vstart >> 3) & 0xff); in stk_sensor_set_hw()
483 v = (v & 0xc0) | ((vstop & 0x7) << 3) | (vstart & 0x7); in stk_sensor_set_hw()
/drivers/gpu/drm/i915/gt/
Dintel_rps.c504 u8 fstart, vstart; in gen5_rps_enable() local
531 vstart = (intel_uncore_read(uncore, PXVFREQ(fstart)) & in gen5_rps_enable()
538 intel_uncore_write(uncore, VIDSTART, vstart); in gen5_rps_enable()
/drivers/media/usb/em28xx/
Dem28xx-video.c269 static void em28xx_capture_area_set(struct em28xx *dev, u8 hstart, u8 vstart, in em28xx_capture_area_set() argument
278 hstart, vstart, in em28xx_capture_area_set()
283 em28xx_write_regs(dev, EM28XX_R1D_VSTART, &vstart, 1); in em28xx_capture_area_set()