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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/coda/
H A Dpsdev.c68 struct venus_comm *vcp = (struct venus_comm *) file->private_data; local
71 poll_wait(file, &vcp->vc_waitq, wait);
72 if (!list_empty(&vcp->vc_pending))
101 struct venus_comm *vcp = (struct venus_comm *) file->private_data; local
118 sb = vcp->vc_sb;
159 list_for_each(lh, &vcp->vc_processing) {
214 struct venus_comm *vcp = (struct venus_comm *) file->private_data; local
223 add_wait_queue(&vcp->vc_waitq, &wait);
226 while (list_empty(&vcp->vc_pending)) {
239 remove_wait_queue(&vcp
274 struct venus_comm *vcp; local
307 struct venus_comm *vcp = (struct venus_comm *) file->private_data; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_windows_dsp20 proj_type="$9" # the project type dsp or vcp
129 ../build_wince/static_vcp.src '' '' '' '' vcp
142 '' '' _small vcp
186 '' '' '' vcp
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.c491 struct pvr2_ctrl *hcp,*vcp; local
495 vcp = pvr2_hdw_get_ctrl_by_id(hdw,PVR2_CID_VRES);
507 lmin = pvr2_ctrl_get_min(vcp);
508 lmax = pvr2_ctrl_get_max(vcp);
509 ldef = pvr2_ctrl_get_def(vcp);
525 pvr2_ctrl_set_value(vcp,vf->fmt.pix.height);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dstradis.c1327 struct video_clip *vcp = NULL; local
1373 vcp = vmalloc(sizeof(struct video_clip) *
1375 if (vcp == NULL)
1377 if (copy_from_user(vcp, vw.clips,
1380 vfree(vcp);
1386 make_clip_tab(saa, vcp, vw.clipcount);
1388 vfree(vcp);
H A Dzoran_driver.c1574 struct video_clip *vcp = NULL; local
1659 vcp = vmalloc(sizeof(struct video_clip) * (clipcount + 4));
1660 if (vcp == NULL) {
1668 (vcp, clips, sizeof(struct video_clip) * clipcount)) {
1669 vfree(vcp);
1672 write_overlay_mask(file, vcp, clipcount);
1673 vfree(vcp);

Completed in 119 milliseconds