Searched refs:fh (Results 26 - 50 of 320) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_vbi.c211 struct saa7146_fh *fh = file->private_data; local
212 struct saa7146_dev *dev = fh->dev;
281 struct saa7146_fh *fh = file->private_data; local
282 struct saa7146_dev *dev = fh->dev;
293 struct saa7146_fh *fh = file->private_data; local
294 struct saa7146_dev *dev = fh->dev;
310 static void vbi_stop(struct saa7146_fh *fh, struct file *file) argument
312 struct saa7146_dev *dev = fh->dev;
315 DEB_VBI(("dev:%p, fh:%p\n",dev, fh));
345 struct saa7146_fh *fh = file->private_data; local
369 struct saa7146_fh *fh = file->private_data; local
430 struct saa7146_fh *fh = file->private_data; local
461 struct saa7146_fh *fh = file->private_data; local
[all...]
H A Dsaa7146_fops.c6 int saa7146_res_get(struct saa7146_fh *fh, unsigned int bit) argument
8 struct saa7146_dev *dev = fh->dev;
11 if (fh->resources & bit) {
26 fh->resources |= bit;
33 void saa7146_res_free(struct saa7146_fh *fh, unsigned int bits) argument
35 struct saa7146_dev *dev = fh->dev;
38 BUG_ON((fh->resources & bits) != bits);
41 fh->resources &= ~bits;
196 struct saa7146_fh *fh = NULL; local
220 fh
263 struct saa7146_fh *fh = file->private_data; local
291 struct saa7146_fh *fh = file->private_data; local
315 struct saa7146_fh *fh = file->private_data; local
350 struct saa7146_fh *fh = file->private_data; local
373 struct saa7146_fh *fh = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dasingle.c65 int single_open(char *singlefile, int flags, struct FHeader *fh, int options _U_) argument
81 ( single_header_read( fh, rc ) == 0 )) {
111 * can read from the fh substruct. it must be called before any of the
115 int single_header_read( struct FHeader *fh, int version) argument
189 * the informational entries into the fh struct. The ENTRYID_DATA
202 if ( read( single.filed, (char *)fh->name, readlen ) != readlen ) {
218 memcpy( &fh->finder_info.fdType, entry_buf + FINDERIOFF_TYPE,
219 sizeof( fh->finder_info.fdType ));
220 memcpy( &fh->finder_info.fdCreator, entry_buf + FINDERIOFF_CREATOR,
221 sizeof( fh
[all...]
H A Dmegatron.c35 static int from_open(int un, char *file, struct FHeader *fh, int flags) argument
41 return( hqx_open( file, O_RDONLY, fh, flags ));
45 return( bin_open( file, O_RDONLY, fh, flags ));
49 return( nad_open( file, O_RDONLY, fh, flags ));
53 return( single_open( file, O_RDONLY, fh, flags ));
106 static int to_open(int to, char *file, struct FHeader *fh, int flags) argument
113 return( nad_open( file, O_RDWR|O_CREAT|O_EXCL, fh, flags ));
118 return( bin_open( file, O_RDWR|O_CREAT|O_EXCL, fh, flags ));
169 struct FHeader fh; local
194 memset( &fh,
[all...]
H A Dnad.c432 int nad_open( char *path, int openflags, struct FHeader *fh, int options) argument
470 return( nad_header_read( fh ));
474 strcpy( nad.macname, fh->name );
493 return( nad_header_write( fh ));
497 int nad_header_read(struct FHeader *fh) argument
507 strcpy( fh->name, nad.macname );
511 if (*fh->name == '\0') {
516 strcpy(fh->name, utompath(nad.adpath[DATA]));
518 strcpy(fh->name, utompath(p));
525 fh
608 nad_header_write(struct FHeader *fh) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dxdr3.h13 struct svc_fh fh; member in struct:nfsd3_sattrargs
20 struct svc_fh fh; member in struct:nfsd3_diropargs
26 struct svc_fh fh; member in struct:nfsd3_accessargs
31 struct svc_fh fh; member in struct:nfsd3_readargs
38 svc_fh fh; member in struct:nfsd3_writeargs
47 struct svc_fh fh; member in struct:nfsd3_createargs
56 struct svc_fh fh; member in struct:nfsd3_mknodargs
74 struct svc_fh fh; member in struct:nfsd3_readlinkargs
95 struct svc_fh fh; member in struct:nfsd3_readdirargs
104 struct svc_fh fh; member in struct:nfsd3_commitargs
110 struct svc_fh fh; member in struct:nfsd3_getaclargs
116 struct svc_fh fh; member in struct:nfsd3_setaclargs
124 struct svc_fh fh; member in struct:nfsd3_attrstat
132 struct svc_fh fh; member in struct:nfsd3_diropres
137 struct svc_fh fh; member in struct:nfsd3_accessres
143 struct svc_fh fh; member in struct:nfsd3_readlinkres
149 struct svc_fh fh; member in struct:nfsd3_readres
156 struct svc_fh fh; member in struct:nfsd3_writeres
170 struct svc_fh fh; member in struct:nfsd3_linkres
175 struct svc_fh fh; member in struct:nfsd3_readdirres
219 struct svc_fh fh; member in struct:nfsd3_commitres
224 struct svc_fh fh; member in struct:nfsd3_getaclres
[all...]
H A Dnfs3acl.c31 svc_fh *fh; local
35 fh = fh_copy(&resp->fh, &argp->fh);
36 nfserr = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP);
45 acl = nfsd_get_posix_acl(fh, ACL_TYPE_ACCESS);
59 struct inode *inode = fh->fh_dentry->d_inode;
68 acl = nfsd_get_posix_acl(fh, ACL_TYPE_DEFAULT);
98 svc_fh *fh; local
101 fh
[all...]
H A Dnfs3proc.c50 SVCFH_fmt(&argp->fh));
52 fh_copy(&resp->fh, &argp->fh);
53 nfserr = fh_verify(rqstp, &resp->fh, 0,
58 err = vfs_getattr(resp->fh.fh_export->ex_path.mnt,
59 resp->fh.fh_dentry, &resp->stat);
75 SVCFH_fmt(&argp->fh));
77 fh_copy(&resp->fh, &argp->fh);
78 nfserr = nfsd_setattr(rqstp, &resp->fh,
[all...]
H A Dxdr.h11 struct svc_fh fh; member in struct:nfsd_fhandle
15 struct svc_fh fh; member in struct:nfsd_sattrargs
20 struct svc_fh fh; member in struct:nfsd_diropargs
26 struct svc_fh fh; member in struct:nfsd_readargs
33 svc_fh fh; member in struct:nfsd_writeargs
40 struct svc_fh fh; member in struct:nfsd_createargs
56 struct svc_fh fh; member in struct:nfsd_readlinkargs
77 struct svc_fh fh; member in struct:nfsd_readdirargs
84 struct svc_fh fh; member in struct:nfsd_attrstat
89 struct svc_fh fh; member in struct:nfsd_diropres
98 struct svc_fh fh; member in struct:nfsd_readres
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010-v4l2.c206 static void solo_fillbuf(struct solo_filehandle *fh, argument
209 struct solo6010_dev *solo_dev = fh->solo_dev;
220 void *p = videobuf_queue_to_vaddr(&fh->vidq, vb);
231 fdma_addr = SOLO_DISP_EXT_ADDR(solo_dev) + (fh->old_write * frame_size);
260 static void solo_thread_try(struct solo_filehandle *fh) argument
266 spin_lock(&fh->slock);
268 if (list_empty(&fh->vidq_active))
271 vb = list_first_entry(&fh->vidq_active, struct videobuf_buffer,
277 cur_write = SOLO_VI_STATUS0_PAGE(solo_reg_read(fh->solo_dev,
279 if (cur_write == fh
296 struct solo_filehandle *fh = data; local
316 solo_start_thread(struct solo_filehandle *fh) argument
326 solo_stop_thread(struct solo_filehandle *fh) argument
337 struct solo_filehandle *fh = vq->priv_data; local
351 struct solo_filehandle *fh = vq->priv_data; local
379 struct solo_filehandle *fh = vq->priv_data; local
404 struct solo_filehandle *fh = file->private_data; local
411 struct solo_filehandle *fh = file->private_data; local
419 struct solo_filehandle *fh; local
447 struct solo_filehandle *fh = file->private_data; local
455 struct solo_filehandle *fh = file->private_data; local
468 struct solo_filehandle *fh = priv; local
511 struct solo_filehandle *fh = priv; local
539 struct solo_filehandle *fh = priv; local
546 struct solo_filehandle *fh = priv; local
568 struct solo_filehandle *fh = priv; local
596 struct solo_filehandle *fh = priv; local
609 struct solo_filehandle *fh = priv; local
627 struct solo_filehandle *fh = priv; local
634 struct solo_filehandle *fh = priv; local
641 struct solo_filehandle *fh = priv; local
648 struct solo_filehandle *fh = priv; local
655 struct solo_filehandle *fh = priv; local
665 struct solo_filehandle *fh = priv; local
715 struct solo_filehandle *fh = priv; local
730 struct solo_filehandle *fh = priv; local
[all...]
H A Dsolo6010-v4l2-enc.c192 static int solo_enc_on(struct solo_enc_fh *fh) argument
194 struct solo_enc_dev *solo_enc = fh->enc;
201 if (fh->enc_on)
214 fh->kthread = kthread_run(solo_enc_thread, fh, SOLO6010_NAME "_enc");
216 if (IS_ERR(fh->kthread))
217 return PTR_ERR(fh->kthread);
219 fh->enc_on = 1;
220 fh->rd_idx = solo_enc->solo_dev->enc_wr_idx;
222 if (fh
259 solo_enc_off(struct solo_enc_fh *fh) argument
365 solo_fill_jpeg(struct solo_enc_fh *fh, struct solo_enc_buf *enc_buf, struct videobuf_buffer *vb, dma_addr_t vbuf) argument
385 solo_fill_mpeg(struct solo_enc_fh *fh, struct solo_enc_buf *enc_buf, struct videobuf_buffer *vb, dma_addr_t vbuf) argument
453 solo_enc_fillbuf(struct solo_enc_fh *fh, struct videobuf_buffer *vb) argument
515 solo_enc_thread_try(struct solo_enc_fh *fh) argument
543 struct solo_enc_fh *fh = data; local
683 struct solo_enc_fh *fh = vq->priv_data; local
711 struct solo_enc_fh *fh = vq->priv_data; local
735 struct solo_enc_fh *fh = file->private_data; local
742 struct solo_enc_fh *fh = file->private_data; local
750 struct solo_enc_fh *fh; local
778 struct solo_enc_fh *fh = file->private_data; local
798 struct solo_enc_fh *fh = file->private_data; local
811 struct solo_enc_fh *fh = priv; local
830 struct solo_enc_fh *fh = priv; local
892 struct solo_enc_fh *fh = priv; local
931 struct solo_enc_fh *fh = priv; local
964 struct solo_enc_fh *fh = priv; local
982 struct solo_enc_fh *fh = priv; local
990 struct solo_enc_fh *fh = priv; local
997 struct solo_enc_fh *fh = priv; local
1005 struct solo_enc_fh *fh = priv; local
1049 struct solo_enc_fh *fh = priv; local
1060 struct solo_enc_fh *fh = priv; local
1076 struct solo_enc_fh *fh = priv; local
1103 struct solo_enc_fh *fh = priv; local
1126 struct solo_enc_fh *fh = priv; local
1143 struct solo_enc_fh *fh = priv; local
1183 struct solo_enc_fh *fh = priv; local
1260 struct solo_enc_fh *fh = priv; local
1294 struct solo_enc_fh *fh = priv; local
1340 struct solo_enc_fh *fh = priv; local
1377 struct solo_enc_fh *fh = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/au0828/
H A Dau0828-video.c648 struct au0828_fh *fh = vq->priv_data; local
649 *size = (fh->dev->width * fh->dev->height * 16 + 7) >> 3;
662 struct au0828_fh *fh = vq->priv_data; local
663 struct au0828_dev *dev = fh->dev;
690 struct au0828_fh *fh = vq->priv_data; local
692 struct au0828_dev *dev = fh->dev;
695 buf->vb.size = (fh->dev->width * fh->dev->height * 16 + 7) >> 3;
739 struct au0828_fh *fh local
851 res_get(struct au0828_fh *fh, unsigned int bit) argument
874 res_check(struct au0828_fh *fh, unsigned int bit) argument
884 res_free(struct au0828_fh *fh, unsigned int bits) argument
897 get_ressource(struct au0828_fh *fh) argument
915 struct au0828_fh *fh; local
986 struct au0828_fh *fh = filp->private_data; local
1031 struct au0828_fh *fh = filp->private_data; local
1060 struct au0828_fh *fh = filp->private_data; local
1083 struct au0828_fh *fh = filp->private_data; local
1167 struct au0828_fh *fh = priv; local
1179 struct au0828_fh *fh = priv; local
1216 struct au0828_fh *fh = priv; local
1232 struct au0828_fh *fh = priv; local
1241 struct au0828_fh *fh = priv; local
1265 struct au0828_fh *fh = priv; local
1276 struct au0828_fh *fh = priv; local
1312 struct au0828_fh *fh = priv; local
1320 struct au0828_fh *fh = priv; local
1379 struct au0828_fh *fh = priv; local
1399 struct au0828_fh *fh = priv; local
1409 struct au0828_fh *fh = priv; local
1420 struct au0828_fh *fh = priv; local
1428 struct au0828_fh *fh = priv; local
1442 struct au0828_fh *fh = priv; local
1459 struct au0828_fh *fh = priv; local
1470 struct au0828_fh *fh = priv; local
1493 struct au0828_fh *fh = priv; local
1513 struct au0828_fh *fh = priv; local
1533 struct au0828_fh *fh = priv; local
1555 struct au0828_fh *fh = priv; local
1588 struct au0828_fh *fh = priv; local
1632 struct au0828_fh *fh = priv; local
1647 struct au0828_fh *fh = priv; local
1664 struct au0828_fh *fh = priv; local
1678 struct au0828_fh *fh = priv; local
1691 struct au0828_fh *fh = priv; local
1704 struct au0828_fh *fh = priv; local
1724 struct au0828_fh *fh = priv; local
[all...]
H A Dau0828-vbi.c40 struct au0828_fh *fh = vq->priv_data; local
41 struct au0828_dev *dev = fh->dev;
67 struct au0828_fh *fh = q->priv_data; local
68 struct au0828_dev *dev = fh->dev;
85 struct au0828_fh *fh = q->priv_data; local
86 struct au0828_dev *dev = fh->dev;
119 struct au0828_fh *fh = vq->priv_data; local
120 struct au0828_dev *dev = fh->dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000-video.c653 struct tm6000_fh *fh = vq->priv_data; local
655 *size = fh->fmt->depth * fh->width * fh->height >> 3;
671 struct tm6000_fh *fh = vq->priv_data; local
672 struct tm6000_core *dev = fh->dev;
700 struct tm6000_fh *fh = vq->priv_data; local
702 struct tm6000_core *dev = fh->dev;
705 BUG_ON(NULL == fh->fmt);
709 buf->vb.size = fh
756 struct tm6000_fh *fh = vq->priv_data; local
782 res_get(struct tm6000_core *dev, struct tm6000_fh *fh) argument
803 res_free(struct tm6000_core *dev, struct tm6000_fh *fh) argument
844 struct tm6000_fh *fh=priv; local
912 struct tm6000_fh *fh=priv; local
934 struct tm6000_fh *fh=priv; local
942 struct tm6000_fh *fh=priv; local
949 struct tm6000_fh *fh=priv; local
956 struct tm6000_fh *fh=priv; local
965 struct tm6000_fh *fh=priv; local
973 struct tm6000_fh *fh=priv; local
988 struct tm6000_fh *fh=priv; local
1005 struct tm6000_fh *fh=priv; local
1047 struct tm6000_fh *fh=priv; local
1056 struct tm6000_fh *fh=priv; local
1104 struct tm6000_fh *fh=priv; local
1135 struct tm6000_fh *fh =priv; local
1159 struct tm6000_fh *fh =priv; local
1179 struct tm6000_fh *fh =priv; local
1193 struct tm6000_fh *fh =priv; local
1210 struct tm6000_fh *fh =priv; local
1237 struct tm6000_fh *fh; local
1308 struct tm6000_fh *fh = file->private_data; local
1323 struct tm6000_fh *fh = file->private_data; local
1348 struct tm6000_fh *fh = file->private_data; local
1369 struct tm6000_fh *fh = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-driver.c845 int check_alloc_btres(struct bttv *btv, struct bttv_fh *fh, int bit) argument
849 if (fh->resources & bit)
867 __s32 top = btv->crop[!!fh->do_crop].rect.top;
876 __s32 end = fh->vbi_fmt.end;
881 /* Claim scan lines above fh->vbi_fmt.end. */
886 fh->resources |= bit;
897 int check_btres(struct bttv_fh *fh, int bit) argument
899 return (fh->resources & bit);
938 void free_btres(struct bttv *btv, struct bttv_fh *fh, int bits) argument
940 if ((fh
974 unsigned char fl, fh, fi; local
1456 struct bttv_fh *fh = priv; local
1525 struct bttv_fh *fh = f; local
1663 bttv_switch_overlay(struct bttv *btv, struct bttv_fh *fh, struct bttv_buffer *new) argument
1699 struct bttv_fh *fh = q->priv_data; local
1804 struct bttv_fh *fh = q->priv_data; local
1819 struct bttv_fh *fh = q->priv_data; local
1829 struct bttv_fh *fh = q->priv_data; local
1843 struct bttv_fh *fh = q->priv_data; local
1857 struct bttv_fh *fh = priv; local
1881 struct bttv_fh *fh = f; local
1894 struct bttv_fh *fh = priv; local
1930 struct bttv_fh *fh = priv; local
1939 struct bttv_fh *fh = priv; local
1960 struct bttv_fh *fh = priv; local
1988 struct bttv_fh *fh = priv; local
2000 struct bttv_fh *fh = priv; local
2024 struct bttv_fh *fh = f; local
2039 struct bttv_fh *fh = f; local
2059 struct bttv_fh *fh = f; local
2127 limit_scaled_size(struct bttv_fh * fh, __s32 * width, __s32 * height, enum v4l2_field field, unsigned int width_mask, unsigned int width_bias, int adjust_size, int adjust_crop) argument
2241 verify_window(struct bttv_fh * fh, struct v4l2_window * win, int adjust_size, int adjust_crop) argument
2306 setup_window(struct bttv_fh *fh, struct bttv *btv, struct v4l2_window *win, int fixup) argument
2385 bttv_queue(struct bttv_fh *fh) argument
2402 bttv_resource(struct bttv_fh *fh) argument
2419 bttv_switch_type(struct bttv_fh *fh, enum v4l2_buf_type type) argument
2453 struct bttv_fh *fh = priv; local
2466 struct bttv_fh *fh = priv; local
2478 struct bttv_fh *fh = priv; local
2537 struct bttv_fh *fh = priv; local
2549 struct bttv_fh *fh = priv; local
2596 struct bttv_fh *fh = priv; local
2612 struct bttv_fh *fh = priv; local
2638 struct bttv_fh *fh = priv; local
2718 struct bttv_fh *fh = f; local
2730 struct bttv_fh *fh = f; local
2767 struct bttv_fh *fh = f; local
2838 struct bttv_fh *fh = priv; local
2845 struct bttv_fh *fh = priv; local
2851 struct bttv_fh *fh = priv; local
2863 struct bttv_fh *fh = priv; local
2871 struct bttv_fh *fh = priv; local
2884 struct bttv_fh *fh = priv; local
2900 struct bttv_fh *fh = priv; local
2924 struct bttv_fh *fh = f; local
2935 struct bttv_fh *fh = priv; local
2961 struct bttv_fh *fh = f; local
2972 struct bttv_fh *fh = f; local
2981 struct bttv_fh *fh = priv; local
2995 struct bttv_fh *fh = f; local
3013 struct bttv_fh *fh = f; local
3121 struct bttv_fh *fh = file->private_data; local
3154 struct bttv_fh *fh = file->private_data; local
3210 struct bttv_fh *fh; local
3281 struct bttv_fh *fh = file->private_data; local
3326 struct bttv_fh *fh = file->private_data; local
3411 struct bttv_fh *fh; local
3443 struct bttv_fh *fh = file->private_data; local
3461 struct bttv_fh *fh = priv; local
3475 struct bttv_fh *fh = priv; local
3522 struct bttv_fh *fh = priv; local
3549 radio_s_std(struct file *file, void *fh, v4l2_std_id *norm) argument
3581 struct bttv_fh *fh = file->private_data; local
3596 struct bttv_fh *fh = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-video.c351 static int res_get(struct cx23885_dev *dev, struct cx23885_fh *fh, argument
355 if (fh->resources & bit)
367 fh->resources |= bit;
374 static int res_check(struct cx23885_fh *fh, unsigned int bit) argument
376 return fh->resources & bit;
384 static void res_free(struct cx23885_dev *dev, struct cx23885_fh *fh, argument
387 BUG_ON((fh->resources & bits) != bits);
391 fh->resources &= ~bits;
512 struct cx23885_fh *fh = q->priv_data; local
514 *size = fh
525 struct cx23885_fh *fh = q->priv_data; local
628 struct cx23885_fh *fh = vq->priv_data; local
692 get_queue(struct cx23885_fh *fh) argument
705 get_resource(struct cx23885_fh *fh) argument
722 struct cx23885_fh *fh; local
773 struct cx23885_fh *fh = file->private_data; local
795 struct cx23885_fh *fh = file->private_data; local
831 struct cx23885_fh *fh = file->private_data; local
872 struct cx23885_fh *fh = file->private_data; local
915 struct cx23885_fh *fh = priv; local
976 struct cx23885_fh *fh = priv; local
1035 struct cx23885_fh *fh = priv; local
1063 struct cx23885_fh *fh = priv; local
1070 struct cx23885_fh *fh = priv; local
1077 struct cx23885_fh *fh = priv; local
1084 struct cx23885_fh *fh = priv; local
1092 struct cx23885_fh *fh = priv; local
1108 struct cx23885_fh *fh = priv; local
1209 struct cx23885_fh *fh = priv; local
1280 struct cx23885_fh *fh = priv; local
1318 struct cx23885_fh *fh = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-ioctl.c149 static int cx18_g_fmt_vid_cap(struct file *file, void *fh, argument
152 struct cx18_open_id *id = fh;
174 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, argument
177 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
193 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, argument
196 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
222 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, argument
225 struct cx18_open_id *id = fh;
241 cx18_g_fmt_vid_cap(file, fh, fmt);
247 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, argument
253 cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
272 cx18_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
304 cx18_s_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
338 cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
373 cx18_g_chip_ident(struct file *file, void *fh, struct v4l2_dbg_chip_ident *chip) argument
443 cx18_g_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
454 cx18_s_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
466 cx18_g_priority(struct file *file, void *fh, enum v4l2_priority *p) argument
474 cx18_s_priority(struct file *file, void *fh, enum v4l2_priority prio) argument
482 cx18_querycap(struct file *file, void *fh, struct v4l2_capability *vcap) argument
496 cx18_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) argument
503 cx18_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) argument
511 cx18_s_audio(struct file *file, void *fh, struct v4l2_audio *vout) argument
522 cx18_enum_input(struct file *file, void *fh, struct v4l2_input *vin) argument
530 cx18_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cropcap) argument
546 cx18_s_crop(struct file *file, void *fh, struct v4l2_crop *crop) argument
562 cx18_g_crop(struct file *file, void *fh, struct v4l2_crop *crop) argument
572 cx18_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
590 cx18_g_input(struct file *file, void *fh, unsigned int *i) argument
598 cx18_s_input(struct file *file, void *fh, unsigned int inp) argument
632 cx18_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) argument
644 cx18_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) argument
664 cx18_g_std(struct file *file, void *fh, v4l2_std_id *std) argument
672 cx18_s_std(struct file *file, void *fh, v4l2_std_id *std) argument
712 cx18_s_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) argument
729 cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) argument
749 cx18_g_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_sliced_vbi_cap *cap) argument
870 cx18_g_enc_index(struct file *file, void *fh, struct v4l2_enc_idx *idx) argument
917 cx18_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) argument
978 cx18_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) argument
1011 cx18_log_status(struct file *file, void *fh) argument
1058 cx18_default(struct file *file, void *fh, int cmd, void *arg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-video.c221 int cx25821_res_get(struct cx25821_dev *dev, struct cx25821_fh *fh, unsigned int bit) argument
224 if (fh->resources & bit)
230 if (dev->channels[fh->channel_id].resources & bit) {
236 fh->resources |= bit;
237 dev->channels[fh->channel_id].resources |= bit;
243 int cx25821_res_check(struct cx25821_fh *fh, unsigned int bit) argument
245 return fh->resources & bit;
248 int cx25821_res_locked(struct cx25821_fh *fh, unsigned int bit) argument
250 return fh->dev->channels[fh
253 cx25821_res_free(struct cx25821_dev *dev, struct cx25821_fh *fh, unsigned int bits) argument
543 struct cx25821_fh *fh = q->priv_data; local
559 struct cx25821_fh *fh = q->priv_data; local
693 get_queue(struct cx25821_fh *fh) argument
704 cx25821_get_resource(struct cx25821_fh *fh, int resource) argument
717 struct cx25821_fh *fh = file->private_data; local
728 struct cx25821_fh *fh = vq->priv_data; local
798 struct cx25821_fh *fh; local
870 struct cx25821_fh *fh = file->private_data; local
889 struct cx25821_fh *fh = file->private_data; local
928 struct cx25821_fh *fh = file->private_data; local
956 struct cx25821_fh *fh = priv; local
974 struct cx25821_fh *fh = priv; local
994 struct cx25821_fh *fh = priv; local
1050 struct cx25821_fh *fh = priv; local
1063 struct cx25821_fh *fh = priv; local
1085 struct cx25821_fh *fh = priv; local
1102 struct cx25821_fh *fh = priv; local
1190 struct cx25821_fh *fh = priv; local
1217 struct cx25821_fh *fh = priv; local
1223 struct cx25821_fh *fh = priv; local
1229 struct cx25821_fh *fh = priv; local
1236 struct cx25821_fh *fh = f; local
1245 struct cx25821_fh *fh = f; local
1255 struct cx25821_fh *fh = priv; local
1326 struct cx25821_fh *fh = priv; local
1353 struct cx25821_fh *fh = priv; local
1380 struct cx25821_fh *fh = priv; local
1400 cx25821_vidioc_g_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
1413 cx25821_vidioc_s_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
1450 struct cx25821_fh *fh = priv; local
1553 struct cx25821_fh *fh = priv; local
1660 struct cx25821_fh *fh = priv; local
1727 struct cx25821_fh *fh = file->private_data; local
1770 struct cx25821_fh *fh = file->private_data; local
1813 struct cx25821_fh *fh = file->private_data; local
1856 struct cx25821_fh *fh = file->private_data; local
1966 struct cx25821_fh *fh = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dexport.c34 __be32 *fh = (__force __be32 *)p; local
43 fh[0] = cpu_to_be32(ip->i_no_formal_ino >> 32);
44 fh[1] = cpu_to_be32(ip->i_no_formal_ino & 0xFFFFFFFF);
45 fh[2] = cpu_to_be32(ip->i_no_addr >> 32);
46 fh[3] = cpu_to_be32(ip->i_no_addr & 0xFFFFFFFF);
58 fh[4] = cpu_to_be32(ip->i_no_formal_ino >> 32);
59 fh[5] = cpu_to_be32(ip->i_no_formal_ino & 0xFFFFFFFF);
60 fh[6] = cpu_to_be32(ip->i_no_addr >> 32);
61 fh[7] = cpu_to_be32(ip->i_no_addr & 0xFFFFFFFF);
210 __be32 *fh local
230 __be32 *fh = (__force __be32 *)fid->raw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-vbi.c46 struct em28xx_fh *fh = vq->priv_data; local
47 struct em28xx *dev = fh->dev;
73 struct em28xx_fh *fh = q->priv_data; local
74 struct em28xx *dev = fh->dev;
91 struct em28xx_fh *fh = q->priv_data; local
92 struct em28xx *dev = fh->dev;
125 struct em28xx_fh *fh = vq->priv_data; local
126 struct em28xx *dev = fh->dev;
H A Dem28xx-video.c682 struct em28xx_fh *fh = vq->priv_data; local
683 struct em28xx *dev = fh->dev;
686 *size = (fh->dev->width * fh->dev->height * dev->format->depth + 7)
698 f.type = fh->radio ? V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;
708 struct em28xx_fh *fh = vq->priv_data; local
709 struct em28xx *dev = fh->dev;
736 struct em28xx_fh *fh = vq->priv_data; local
738 struct em28xx *dev = fh->dev;
741 buf->vb.size = (fh
789 struct em28xx_fh *fh = vq->priv_data; local
804 struct em28xx_fh *fh = vq->priv_data; local
852 res_get(struct em28xx_fh *fh, unsigned int bit) argument
875 res_check(struct em28xx_fh *fh, unsigned int bit) argument
885 res_free(struct em28xx_fh *fh, unsigned int bits) argument
898 get_ressource(struct em28xx_fh *fh) argument
1019 struct em28xx_fh *fh = priv; local
1055 struct em28xx_fh *fh = priv; local
1127 struct em28xx_fh *fh = priv; local
1155 struct em28xx_fh *fh = priv; local
1170 struct em28xx_fh *fh = priv; local
1202 struct em28xx_fh *fh = priv; local
1222 struct em28xx_fh *fh = priv; local
1249 struct em28xx_fh *fh = priv; local
1275 struct em28xx_fh *fh = priv; local
1285 struct em28xx_fh *fh = priv; local
1308 struct em28xx_fh *fh = priv; local
1351 struct em28xx_fh *fh = priv; local
1378 struct em28xx_fh *fh = priv; local
1412 struct em28xx_fh *fh = priv; local
1442 struct em28xx_fh *fh = priv; local
1486 struct em28xx_fh *fh = priv; local
1510 struct em28xx_fh *fh = priv; local
1531 struct em28xx_fh *fh = priv; local
1545 struct em28xx_fh *fh = priv; local
1587 struct em28xx_fh *fh = priv; local
1602 struct em28xx_fh *fh = priv; local
1658 struct em28xx_fh *fh = priv; local
1698 struct em28xx_fh *fh = priv; local
1718 struct em28xx_fh *fh = priv; local
1746 struct em28xx_fh *fh = priv; local
1777 struct em28xx_fh *fh = priv; local
1819 struct em28xx_fh *fh = priv; local
1843 struct em28xx_fh *fh = priv; local
1866 struct em28xx_fh *fh = priv; local
1894 struct em28xx_fh *fh = priv; local
1922 struct em28xx_fh *fh = priv; local
1939 struct em28xx_fh *fh = priv; local
1959 struct em28xx_fh *fh = priv; local
1975 struct em28xx_fh *fh = priv; local
1994 struct em28xx_fh *fh = priv; local
2075 radio_s_audio(struct file *file, void *fh, struct v4l2_audio *a) argument
2081 radio_s_input(struct file *file, void *fh, unsigned int i) argument
2115 struct em28xx_fh *fh; local
2230 struct em28xx_fh *fh = filp->private_data; local
2288 struct em28xx_fh *fh = filp->private_data; local
2323 struct em28xx_fh *fh = filp->private_data; local
2349 struct em28xx_fh *fh = filp->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-ioctl.c315 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
317 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
336 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
338 struct ivtv_open_id *id = fh;
360 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
362 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
378 static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
381 struct ivtv_open_id *id = fh;
400 static int ivtv_g_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
402 struct ivtv_open_id *id = fh;
441 ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) argument
460 ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
465 ivtv_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
488 ivtv_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
493 ivtv_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
514 ivtv_try_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
548 ivtv_try_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) argument
562 ivtv_s_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
567 ivtv_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
596 ivtv_s_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
608 ivtv_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
627 ivtv_s_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) argument
672 ivtv_s_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) argument
685 ivtv_g_chip_ident(struct file *file, void *fh, struct v4l2_dbg_chip_ident *chip) argument
729 ivtv_g_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
741 ivtv_s_register(struct file *file, void *fh, struct v4l2_dbg_register *reg) argument
754 ivtv_g_priority(struct file *file, void *fh, enum v4l2_priority *p) argument
763 ivtv_s_priority(struct file *file, void *fh, enum v4l2_priority prio) argument
771 ivtv_querycap(struct file *file, void *fh, struct v4l2_capability *vcap) argument
783 ivtv_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) argument
790 ivtv_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) argument
798 ivtv_s_audio(struct file *file, void *fh, struct v4l2_audio *vout) argument
811 ivtv_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vin) argument
819 ivtv_g_audout(struct file *file, void *fh, struct v4l2_audioout *vin) argument
827 ivtv_s_audout(struct file *file, void *fh, struct v4l2_audioout *vout) argument
834 ivtv_enum_input(struct file *file, void *fh, struct v4l2_input *vin) argument
842 ivtv_enum_output(struct file *file, void *fh, struct v4l2_output *vout) argument
849 ivtv_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cropcap) argument
886 ivtv_s_crop(struct file *file, void *fh, struct v4l2_crop *crop) argument
912 ivtv_g_crop(struct file *file, void *fh, struct v4l2_crop *crop) argument
932 ivtv_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
954 ivtv_enum_fmt_vid_out(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
982 ivtv_g_input(struct file *file, void *fh, unsigned int *i) argument
991 ivtv_s_input(struct file *file, void *fh, unsigned int inp) argument
1025 ivtv_g_output(struct file *file, void *fh, unsigned int *i) argument
1037 ivtv_s_output(struct file *file, void *fh, unsigned int outp) argument
1059 ivtv_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) argument
1070 ivtv_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) argument
1084 ivtv_g_std(struct file *file, void *fh, v4l2_std_id *std) argument
1092 ivtv_s_std(struct file *file, void *fh, v4l2_std_id *std) argument
1172 ivtv_s_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) argument
1185 ivtv_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) argument
1205 ivtv_g_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_sliced_vbi_cap *cap) argument
1235 ivtv_g_enc_index(struct file *file, void *fh, struct v4l2_enc_idx *idx) argument
1258 ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) argument
1310 ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) argument
1340 ivtv_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) argument
1427 ivtv_s_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) argument
1447 ivtv_overlay(struct file *file, void *fh, unsigned int on) argument
1460 ivtv_subscribe_event(struct v4l2_fh *fh, struct v4l2_event_subscription *sub) argument
1472 ivtv_log_status(struct file *file, void *fh) argument
1799 ivtv_default(struct file *file, void *fh, int cmd, void *arg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dfsl-viu.c408 struct viu_fh *fh = vq->priv_data; local
410 *size = fh->width * fh->height * fh->fmt->depth >> 3;
492 struct viu_fh *fh = vq->priv_data; local
496 BUG_ON(fh->fmt == NULL);
498 if (fh->width < 48 || fh->width > norm_maxw() ||
499 fh->height < 32 || fh
537 struct viu_fh *fh = vq->priv_data; local
588 struct viu_fh *fh = vq->priv_data; local
634 struct viu_fh *fh = priv; local
691 struct viu_fh *fh = priv; local
711 struct viu_fh *fh = priv; local
766 viu_start_preview(struct viu_dev *dev, struct viu_fh *fh) argument
816 struct viu_fh *fh = priv; local
843 struct viu_fh *fh = priv; local
854 struct viu_fh *fh = priv; local
880 struct viu_fh *fh = priv; local
888 struct viu_fh *fh = priv; local
895 struct viu_fh *fh = priv; local
902 struct viu_fh *fh = priv; local
910 struct viu_fh *fh = priv; local
922 struct viu_fh *fh = priv; local
937 struct viu_fh *fh = priv; local
947 struct viu_fh *fh = priv; local
966 struct viu_fh *fh = priv; local
1227 struct viu_fh *fh; local
1297 struct viu_fh *fh = file->private_data; local
1316 struct viu_fh *fh = file->private_data; local
1327 struct viu_fh *fh = file->private_data; local
1358 struct viu_fh *fh = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Df_route.c43 __u32 fh = 0xFFFF8000; local
70 fh &= ~0x80FF;
71 fh |= id&0xFF;
80 fh &= 0xFFFF;
81 fh |= id<<16;
91 fh &= 0xFFFF;
92 fh |= (0x8000|id)<<16;
127 fh &= ~0x7F00;
128 fh |= (order<<8)&0x7F00;
131 t->tcm_handle = fh;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Doplock_irix.c154 fsp->fh->file_id ));
165 if (sys_fcntl_long(fsp->fh->fd, F_OPLKREG, oplock_pipe_write) == -1) {
171 (double)fsp->inode, fsp->fh->file_id,
178 fsp->fsp_name, fsp->fh->fd,
180 fsp->fh->file_id ));
188 fsp->fh->file_id));
204 int state = sys_fcntl_long(fsp->fh->fd, F_OPLKACK, -1);
208 (double)fsp->inode, fsp->fh->file_id, state );
214 if(sys_fcntl_long(fsp->fh->fd, F_OPLKACK, OP_REVOKE) < 0) {
221 (double)fsp->inode, fsp->fh
[all...]

Completed in 143 milliseconds

1234567891011>>