Searched refs:ofh (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Domap24xxcam.c984 struct omap24xxcam_fh *ofh = fh; local
985 struct omap24xxcam_device *cam = ofh->cam;
998 struct omap24xxcam_fh *ofh = fh; local
999 struct omap24xxcam_device *cam = ofh->cam;
1010 struct omap24xxcam_fh *ofh = fh; local
1011 struct omap24xxcam_device *cam = ofh->cam;
1024 struct omap24xxcam_fh *ofh = fh; local
1025 struct omap24xxcam_device *cam = ofh->cam;
1040 mutex_lock(&ofh->vbq.vb_lock);
1041 ofh
1054 struct omap24xxcam_fh *ofh = fh; local
1068 struct omap24xxcam_fh *ofh = fh; local
1101 struct omap24xxcam_fh *ofh = fh; local
1108 struct omap24xxcam_fh *ofh = fh; local
1115 struct omap24xxcam_fh *ofh = fh; local
1158 struct omap24xxcam_fh *ofh = fh; local
1188 struct omap24xxcam_fh *ofh = fh; local
1240 struct omap24xxcam_fh *ofh = fh; local
1252 struct omap24xxcam_fh *ofh = fh; local
1266 struct omap24xxcam_fh *ofh = fh; local
1279 struct omap24xxcam_fh *ofh = fh; local
1293 struct omap24xxcam_fh *ofh = fh; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dadssearch.pl592 my $ofh = select(STDOUT);
594 select($ofh);
605 my $ofh = select(STDOUT);
607 select($ofh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs1786 FILE * ofh = NULL;
1799 ofh = fopen(outfile, "w");
1800 if (! ofh)
1808 RETVAL = dbp->verify(dbp, db, subdb, ofh, flags) ;
1811 fclose(ofh);

Completed in 76 milliseconds