Searched refs:ov (Results 1 - 11 of 11) sorted by relevance

/drivers/media/video/bt8xx/
H A Dbttv-risc.c247 const struct bttv_format *fmt, struct bttv_overlay *ov,
258 if (NULL == (skips = kmalloc(sizeof(*skips) * ov->nclips,GFP_KERNEL)))
263 dwords = (3 * ov->nclips + 2) *
264 ((skip_even || skip_odd) ? (ov->w.height+1)>>1 : ov->w.height);
277 addr += btv->fbuf.fmt.bytesperline * ov->w.top;
278 addr += (fmt->depth >> 3) * ov->w.left;
281 for (maxy = -1, line = 0; line < ov->w.height;
284 (line >= (ov->w.height - VCR_HACK_LINES)))
293 btcx_calc_skips(line, ov
246 bttv_risc_overlay(struct bttv *btv, struct btcx_riscmem *risc, const struct bttv_format *fmt, struct bttv_overlay *ov, int skip_even, int skip_odd) argument
867 bttv_overlay_risc(struct bttv *btv, struct bttv_overlay *ov, const struct bttv_format *fmt, struct bttv_buffer *buf) argument
[all...]
H A Dbttv-driver.c2363 kfree(fh->ov.clips);
2364 fh->ov.clips = clips;
2365 fh->ov.nclips = n;
2367 fh->ov.w = win->w;
2368 fh->ov.field = win->field;
2369 fh->ov.setup_ok = 1;
2371 btv->init.ov.w.width = win->w.width;
2372 btv->init.ov.w.height = win->w.height;
2373 btv->init.ov.field = win->field;
2382 bttv_overlay_risc(btv, &fh->ov, f
[all...]
H A Dbttvp.h232 struct bttv_overlay ov; member in struct:bttv_fh
271 int bttv_overlay_risc(struct bttv *btv, struct bttv_overlay *ov,
/drivers/media/common/
H A Dsaa7146_video.c116 if( NULL == fh->ov.fh ) {
142 fmt.fmt.win = fh->ov.win;
148 fh->ov.win = fmt.fmt.win;
149 vv->ov_data = &fh->ov;
152 fh->ov.win.w.width, fh->ov.win.w.height,
153 fh->ov.win.w.left, fh->ov.win.w.top,
154 vv->ov_fmt->name, v4l2_field_names[fh->ov.win.field]);
737 f->fmt.win = ((struct saa7146_fh *)fh)->ov
[all...]
H A Dsaa7146_hlp.c346 int width = fh->ov.win.w.width;
347 int height = fh->ov.win.w.height;
348 int clipcount = fh->ov.nclips;
368 x[i] = fh->ov.clips[i].c.left;
369 y[i] = fh->ov.clips[i].c.top;
370 w[i] = fh->ov.clips[i].c.width;
371 h[i] = fh->ov.clips[i].c.height;
488 enum v4l2_field field = fh->ov.win.field;
494 if( fh->ov.nclips == 0 ) {
654 saa7146_set_window(dev, fh->ov
[all...]
/drivers/power/
H A Dwm8350_power.c55 u16 sm, ov, co, chrg; local
59 ov = wm8350_reg_read(wm8350, WM8350_MISC_OVERRIDES);
74 && !(ov & WM8350_USB_LIMIT_OVRDE))
79 && (ov & WM8350_USB_LIMIT_OVRDE) && (chrg == 0))
/drivers/tty/vt/
H A Dkeyboard.c1809 ushort *key_map, *new_map, val, ov; local
1886 ov = U(key_map[i]);
1887 if (v == ov)
1892 if (((ov == K_SAK) || (v == K_SAK)) && !capable(CAP_SYS_ADMIN)) {
1897 if (!s && (KTYP(ov) == KT_SHIFT || KTYP(v) == KT_SHIFT))
/drivers/media/video/saa7134/
H A Dsaa7134-core.c378 enum v4l2_field ov = V4L2_FIELD_ANY; local
405 ov = dev->ovfield;
434 if (V4L2_FIELD_HAS_BOTH(cap) || V4L2_FIELD_HAS_BOTH(ov) || cap == ov) {
/drivers/gpu/drm/i810/
H A Di810_dma.c1129 drm_i810_overlay_t *ov = data; local
1131 ov->offset = dev_priv->overlay_offset;
1132 ov->physical = dev_priv->overlay_physical;
/drivers/block/drbd/
H A Ddrbd_worker.c421 int ov; local
423 ov = fb->values[fb->head_index];
429 return ov;
/drivers/media/dvb/ngene/
H A Dngene.h630 struct ngene_overlay ov; member in struct:ngene_vopen

Completed in 419 milliseconds