Home
last modified time | relevance | path

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

/drivers/media/video/gspca/
Dsn9c20x.c110 u8 vstart; member
1284 sd->vstart = 7; in ov9650_init_sensor()
1300 sd->vstart = 2; in ov9655_init_sensor()
1317 sd->vstart = 11; in soi968_init_sensor()
1330 sd->vstart = 3; in ov7660_init_sensor()
1346 sd->vstart = 1; in ov7670_init_sensor()
1364 sd->vstart = 2; in mt9v_init_sensor()
1385 sd->vstart = 2; in mt9v_init_sensor()
1408 sd->vstart = 2; in mt9v_init_sensor()
1428 sd->vstart = 2; in mt9m112_init_sensor()
[all …]
/drivers/xen/
Dswiotlb-xen.c213 unsigned long vstart; in xen_swiotlb_alloc_coherent() local
228 vstart = __get_free_pages(flags, order); in xen_swiotlb_alloc_coherent()
229 ret = (void *)vstart; in xen_swiotlb_alloc_coherent()
243 if (xen_create_contiguous_region(vstart, order, in xen_swiotlb_alloc_coherent()
245 free_pages(vstart, order); in xen_swiotlb_alloc_coherent()
/drivers/media/video/
Dov7670.c661 int vstart; /* sense to humans, but evidently the sensor */ member
673 .vstart = 10,
684 .vstart = 14,
695 .vstart = 12,
706 .vstart = 14,
719 int vstart, int vstop) in ov7670_set_hw() argument
737 ret += ov7670_write(sd, REG_VSTART, (vstart >> 2) & 0xff); in ov7670_set_hw()
740 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw()
835 ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_s_mbus_fmt()
Dstk-sensor.c472 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument
490 ret += stk_sensor_outb(dev, REG_VSTART, (vstart >> 3) & 0xff); in stk_sensor_set_hw()
493 v = (v & 0xc0) | ((vstop & 0x7) << 3) | (vstart & 0x7); in stk_sensor_set_hw()
Dmt9v011.c331 unsigned vstart, hstart; in set_res() local
349 vstart = 8 + (480 - core->height) / 2; in set_res()
350 mt9v011_write(sd, R01_MT9V011_ROWSTART, vstart); in set_res()
/drivers/media/video/em28xx/
Dem28xx-core.c729 static int em28xx_capture_area_set(struct em28xx *dev, u8 hstart, u8 vstart, in em28xx_capture_area_set() argument
741 em28xx_write_regs(dev, EM28XX_R1D_VSTART, &vstart, 1); in em28xx_capture_area_set()
/drivers/usb/serial/
Dftdi_sio.c2181 unsigned char vstart; in ftdi_set_termios() local
2316 vstart = termios->c_cc[VSTART]; in ftdi_set_termios()
2318 urb_value = (vstop << 8) | (vstart); in ftdi_set_termios()
/drivers/gpu/drm/i915/
Dintel_display.c8102 u8 fmax, fmin, fstart, vstart; in ironlake_enable_drps() local
8124 vstart = (I915_READ(PXVFREQ_BASE + (fstart * 4)) & PXVFREQ_PX_MASK) >> in ironlake_enable_drps()
8143 I915_WRITE(VIDSTART, vstart); in ironlake_enable_drps()