Searched refs:vcp (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/coda/
H A Dpsdev.c72 struct venus_comm *vcp = (struct venus_comm *) file->private_data; local
75 poll_wait(file, &vcp->vc_waitq, wait);
76 if (!list_empty(&vcp->vc_pending))
105 struct venus_comm *vcp = (struct venus_comm *) file->private_data; local
125 sb = vcp->vc_sb;
168 list_for_each(lh, &vcp->vc_processing) {
229 struct venus_comm *vcp = (struct venus_comm *) file->private_data; local
238 add_wait_queue(&vcp->vc_waitq, &wait);
241 while (list_empty(&vcp->vc_pending)) {
254 remove_wait_queue(&vcp
292 struct venus_comm *vcp; local
327 struct venus_comm *vcp = (struct venus_comm *) file->private_data; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dzr36120.c426 void zoran_built_overlay(struct zoran* ztv, int count, struct video_clip *vcp) argument
435 struct video_clip *vp = vcp+i;
469 if (vcp->x < 0 || (uint)vcp->x > ztv->overinfo.w ||
470 vcp->y < 0 || vcp->y > ztv->overinfo.h ||
471 vcp->width < 0 || (uint)(vcp->x+vcp->width) > ztv->overinfo.w ||
472 vcp
954 new_clip(struct video_window* vw, struct video_clip* vcp, int x, int y, int w, int h) argument
1174 struct video_clip *vcp; local
[all...]
H A Dstradis.c1366 struct video_clip *vcp = NULL; local
1410 if ((vcp = vmalloc(sizeof(struct video_clip) *
1413 if (copy_from_user(vcp, vw.clips,
1416 vfree(vcp);
1421 make_clip_tab(saa, vcp, vw.clipcount);
1423 vfree(vcp);
H A Dbttv-driver.c1624 struct video_clip *vcp = NULL; local
1660 if((vcp=vmalloc(VIDEO_CLIPMAP_SIZE))==NULL) {
1664 if(copy_from_user(vcp, vw.clips,
1667 vfree(vcp);
1674 if((vcp=vmalloc(sizeof(struct video_clip)*
1679 if(copy_from_user(vcp,vw.clips,
1683 vfree(vcp);
1687 make_clip_tab(btv, vcp, vw.clipcount);
1689 vfree(vcp);
H A Dzr36067.c3678 struct video_clip *vcp; local
3766 vcp =
3769 if (vcp == NULL) {
3776 (vcp, vw.clips,
3779 vfree(vcp);
3782 write_overlay_mask(zr, vcp, vw.clipcount);
3783 vfree(vcp);

Completed in 77 milliseconds