• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/

Lines Matching refs:ofh

984 	struct omap24xxcam_fh *ofh = fh;
985 struct omap24xxcam_device *cam = ofh->cam;
998 struct omap24xxcam_fh *ofh = fh;
999 struct omap24xxcam_device *cam = ofh->cam;
1010 struct omap24xxcam_fh *ofh = fh;
1011 struct omap24xxcam_device *cam = ofh->cam;
1024 struct omap24xxcam_fh *ofh = fh;
1025 struct omap24xxcam_device *cam = ofh->cam;
1040 mutex_lock(&ofh->vbq.vb_lock);
1041 ofh->pix = f->fmt.pix;
1042 mutex_unlock(&ofh->vbq.vb_lock);
1054 struct omap24xxcam_fh *ofh = fh;
1055 struct omap24xxcam_device *cam = ofh->cam;
1068 struct omap24xxcam_fh *ofh = fh;
1069 struct omap24xxcam_device *cam = ofh->cam;
1078 omap24xxcam_vbq_free_mmap_buffers(&ofh->vbq);
1081 rval = videobuf_reqbufs(&ofh->vbq, b);
1090 rval = omap24xxcam_vbq_alloc_mmap_buffers(&ofh->vbq, rval);
1092 omap24xxcam_vbq_free_mmap_buffers(&ofh->vbq);
1101 struct omap24xxcam_fh *ofh = fh;
1103 return videobuf_querybuf(&ofh->vbq, b);
1108 struct omap24xxcam_fh *ofh = fh;
1110 return videobuf_qbuf(&ofh->vbq, b);
1115 struct omap24xxcam_fh *ofh = fh;
1116 struct omap24xxcam_device *cam = ofh->cam;
1121 rval = videobuf_dqbuf(&ofh->vbq, b, file->f_flags & O_NONBLOCK);
1125 vb = ofh->vbq.bufs[b->index];
1143 videobuf_qbuf(&ofh->vbq, b);
1158 struct omap24xxcam_fh *ofh = fh;
1159 struct omap24xxcam_device *cam = ofh->cam;
1174 rval = videobuf_streamon(&ofh->vbq);
1188 struct omap24xxcam_fh *ofh = fh;
1189 struct omap24xxcam_device *cam = ofh->cam;
1190 struct videobuf_queue *q = &ofh->vbq;
1240 struct omap24xxcam_fh *ofh = fh;
1241 struct omap24xxcam_device *cam = ofh->cam;
1252 struct omap24xxcam_fh *ofh = fh;
1253 struct omap24xxcam_device *cam = ofh->cam;
1266 struct omap24xxcam_fh *ofh = fh;
1267 struct omap24xxcam_device *cam = ofh->cam;
1279 struct omap24xxcam_fh *ofh = fh;
1280 struct omap24xxcam_device *cam = ofh->cam;
1293 struct omap24xxcam_fh *ofh = fh;
1294 struct omap24xxcam_device *cam = ofh->cam;