Searched refs:fh (Results 1 - 25 of 320) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-fh.c2 * v4l2-fh.c
27 #include <media/v4l2-fh.h>
31 int v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) argument
33 fh->vdev = vdev;
34 INIT_LIST_HEAD(&fh->list);
35 set_bit(V4L2_FL_USES_V4L2_FH, &fh->vdev->flags);
38 * fh->events only needs to be initialized if the driver
42 return v4l2_event_init(fh);
44 fh->events = NULL;
50 void v4l2_fh_add(struct v4l2_fh *fh) argument
60 v4l2_fh_del(struct v4l2_fh *fh) argument
70 v4l2_fh_exit(struct v4l2_fh *fh) argument
[all...]
H A Dv4l2-event.c26 #include <media/v4l2-fh.h>
32 int v4l2_event_init(struct v4l2_fh *fh) argument
34 fh->events = kzalloc(sizeof(*fh->events), GFP_KERNEL);
35 if (fh->events == NULL)
38 init_waitqueue_head(&fh->events->wait);
40 INIT_LIST_HEAD(&fh->events->free);
41 INIT_LIST_HEAD(&fh->events->available);
42 INIT_LIST_HEAD(&fh->events->subscribed);
44 fh
50 v4l2_event_alloc(struct v4l2_fh *fh, unsigned int n) argument
85 v4l2_event_free(struct v4l2_fh *fh) argument
101 __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) argument
128 v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, int nonblocking) argument
151 v4l2_event_subscribed( struct v4l2_fh *fh, u32 type) argument
169 struct v4l2_fh *fh; local
209 v4l2_event_pending(struct v4l2_fh *fh) argument
215 v4l2_event_subscribe(struct v4l2_fh *fh, struct v4l2_event_subscription *sub) argument
249 v4l2_event_unsubscribe_all(struct v4l2_fh *fh) argument
269 v4l2_event_unsubscribe(struct v4l2_fh *fh, struct v4l2_event_subscription *sub) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-fh.h2 * v4l2-fh.h
46 int v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev);
48 * Add the fh to the list of file handles on a video_device. The file
51 void v4l2_fh_add(struct v4l2_fh *fh);
56 void v4l2_fh_del(struct v4l2_fh *fh);
63 void v4l2_fh_exit(struct v4l2_fh *fh);
H A Dv4l2-ioctl.h30 int (*vidioc_querycap)(struct file *file, void *fh, struct v4l2_capability *cap);
33 int (*vidioc_g_priority) (struct file *file, void *fh,
35 int (*vidioc_s_priority) (struct file *file, void *fh,
39 int (*vidioc_enum_fmt_vid_cap) (struct file *file, void *fh,
41 int (*vidioc_enum_fmt_vid_overlay) (struct file *file, void *fh,
43 int (*vidioc_enum_fmt_vid_out) (struct file *file, void *fh,
45 int (*vidioc_enum_fmt_type_private)(struct file *file, void *fh,
49 int (*vidioc_g_fmt_vid_cap) (struct file *file, void *fh,
51 int (*vidioc_g_fmt_vid_overlay)(struct file *file, void *fh,
53 int (*vidioc_g_fmt_vid_out) (struct file *file, void *fh,
[all...]
H A Dv4l2-event.h55 int v4l2_event_init(struct v4l2_fh *fh);
56 int v4l2_event_alloc(struct v4l2_fh *fh, unsigned int n);
57 void v4l2_event_free(struct v4l2_fh *fh);
58 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,
61 int v4l2_event_pending(struct v4l2_fh *fh);
62 int v4l2_event_subscribe(struct v4l2_fh *fh,
64 int v4l2_event_unsubscribe(struct v4l2_fh *fh,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-controls.h24 int cx18_queryctrl(struct file *file, void *fh, struct v4l2_queryctrl *a);
25 int cx18_g_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *a);
26 int cx18_s_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *a);
27 int cx18_try_ext_ctrls(struct file *file, void *fh,
29 int cx18_querymenu(struct file *file, void *fh, struct v4l2_querymenu *a);
H A Dcx18-ioctl.h29 int cx18_s_std(struct file *file, void *fh, v4l2_std_id *std);
30 int cx18_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf);
31 int cx18_s_input(struct file *file, void *fh, unsigned int inp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-ioctl.h27 int cx23885_g_chip_ident(struct file *file, void *fh,
31 int cx23885_g_register(struct file *file, void *fh,
35 int cx23885_s_register(struct file *file, void *fh,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmacbin.h11 int bin_open(char *binfile, int flags, struct FHeader *fh, int options);
15 int bin_header_read(struct FHeader *fh, int revision);
16 int bin_header_write(struct FHeader *fh);
H A Dnad.h11 int nad_open(char *path, int openflags, struct FHeader *fh, int options);
12 int nad_header_read(struct FHeader *fh);
13 int nad_header_write(struct FHeader *fh);
H A Dhqx.h12 int hqx_open(char *hqxfile, int flags, struct FHeader *fh, int options);
15 int hqx_header_read(struct FHeader *fh);
16 int hqx_header_write(struct FHeader *fh);
H A Dmacbin.c73 int bin_open(char *binfile, int flags, struct FHeader *fh, int options) argument
104 ( bin_header_read( fh, rc ) == 0 )) {
118 strncpy( bin.path, fh->name, maxlen );
131 if ( bin_header_write( fh ) != 0 ) {
314 * read from the fh substruct. it must be called before any
318 int bin_header_read(struct FHeader *fh, int revision) argument
333 memcpy(&fh->finder_info.fdFlags + 1, head_buf + 101,1 );
345 * MacBinary header into the fh struct. What fun!
348 memcpy(fh->name, head_buf + 2, head_buf[ 1 ] );
349 memcpy(&fh
418 bin_header_write(struct FHeader *fh) argument
[all...]
H A Dasingle.h11 int single_open(char *singlefile, int flags, struct FHeader *fh, int options);
13 int single_header_read(struct FHeader *fh, int version);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6t_frag.c41 const struct frag_hdr *fh; local
53 fh = skb_header_pointer(skb, ptr, sizeof(_frag), &_frag);
54 if (fh == NULL) {
59 pr_debug("INFO %04X ", fh->frag_off);
60 pr_debug("OFFSET %04X ", ntohs(fh->frag_off) & ~0x7);
61 pr_debug("RES %02X %04X", fh->reserved, ntohs(fh->frag_off) & 0x6);
62 pr_debug("MF %04X ", fh->frag_off & htons(IP6_MF));
63 pr_debug("ID %u %08X\n", ntohl(fh->identification),
64 ntohl(fh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dfake_file.c39 FAKE_FILE_HANDLE *fh = NULL; local
51 if ((fh =TALLOC_ZERO_P(mem_ctx, FAKE_FILE_HANDLE))==NULL) {
57 fh->type = type;
58 fh->mem_ctx = mem_ctx;
61 fh->pd = fake_files[i].init_pd(fh->mem_ctx);
64 fh->free_pd = fake_files[i].free_pd;
66 return fh;
130 fsp->fh->fd = -1;
132 fsp->fh
149 destroy_fake_file_handle(FAKE_FILE_HANDLE **fh) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A Dtexidep.pl17 open(my $fh, "<", "$file") or die "Cannot open file '$file': $!";
18 while (<$fh>) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/zoran/
H A Dzoran_driver.c190 static void v4l_fbuffer_free(struct zoran_fh *fh);
191 static void jpg_fbuffer_free(struct zoran_fh *fh);
194 static void map_mode_raw(struct zoran_fh *fh) argument
196 fh->map_mode = ZORAN_MAP_MODE_RAW;
197 fh->buffers.buffer_size = v4l_bufsize;
198 fh->buffers.num_buffers = v4l_nbufs;
200 static void map_mode_jpg(struct zoran_fh *fh, int play) argument
202 fh->map_mode = play ? ZORAN_MAP_MODE_JPG_PLAY : ZORAN_MAP_MODE_JPG_REC;
203 fh->buffers.buffer_size = jpg_bufsize;
204 fh
217 v4l_fbuffer_alloc(struct zoran_fh *fh) argument
260 v4l_fbuffer_free(struct zoran_fh *fh) argument
311 jpg_fbuffer_alloc(struct zoran_fh *fh) argument
389 jpg_fbuffer_free(struct zoran_fh *fh) argument
440 zoran_v4l_set_format(struct zoran_fh *fh, int width, int height, const struct zoran_format *format) argument
488 zoran_v4l_queue_frame(struct zoran_fh *fh, int num) argument
567 v4l_sync(struct zoran_fh *fh, int frame) argument
633 zoran_jpg_queue_frame(struct zoran_fh *fh, int num, enum zoran_codec_mode mode) argument
725 jpg_qbuf(struct zoran_fh *fh, int frame, enum zoran_codec_mode mode) argument
767 jpg_sync(struct zoran_fh *fh, struct zoran_sync *bs) argument
832 zoran_open_init_session(struct zoran_fh *fh) argument
861 zoran_close_end_session(struct zoran_fh *fh) argument
910 struct zoran_fh *fh; local
984 struct zoran_fh *fh = file->private_data; local
1059 setup_fbuffer(struct zoran_fh *fh, void *base, const struct zoran_format *fmt, int width, int height, int bytesperline) argument
1120 setup_window(struct zoran_fh *fh, int x, int y, int width, int height, struct v4l2_clip __user *clips, int clipcount, void __user *bitmap) argument
1238 setup_overlay(struct zoran_fh *fh, int on) argument
1303 zoran_v4l2_buffer_status(struct zoran_fh *fh, struct v4l2_buffer *buf, int num) argument
1519 struct zoran_fh *fh = __fh; local
1797 struct zoran_fh *fh = __fh; local
1835 struct zoran_fh *fh = __fh; local
1871 struct zoran_fh *fh = __fh; local
1880 struct zoran_fh *fh = __fh; local
1889 struct zoran_fh *fh = __fh; local
1898 struct zoran_fh *fh = __fh; local
1924 struct zoran_fh *fh = __fh; local
1949 struct zoran_fh *fh = __fh; local
1970 struct zoran_fh *fh = __fh; local
1991 struct zoran_fh *fh = __fh; local
2058 struct zoran_fh *fh = __fh; local
2089 struct zoran_fh *fh = __fh; local
2111 struct zoran_fh *fh = __fh; local
2197 struct zoran_fh *fh = __fh; local
2252 struct zoran_fh *fh = __fh; local
2275 struct zoran_fh *fh = __fh; local
2300 struct zoran_fh *fh = __fh; local
2315 struct zoran_fh *fh = __fh; local
2389 struct zoran_fh *fh = __fh; local
2402 struct zoran_fh *fh = __fh; local
2467 struct zoran_fh *fh = __fh; local
2543 struct zoran_fh *fh = __fh; local
2600 struct zoran_fh *fh = __fh; local
2671 struct zoran_fh *fh = __fh; local
2686 struct zoran_fh *fh = __fh; local
2703 struct zoran_fh *fh = __fh; local
2720 struct zoran_fh *fh = __fh; local
2731 struct zoran_fh *fh = __fh; local
2749 struct zoran_fh *fh = __fh; local
2774 struct zoran_fh *fh = __fh; local
2786 struct zoran_fh *fh = __fh; local
2835 struct zoran_fh *fh = __fh; local
2867 struct zoran_fh *fh = __fh; local
2900 struct zoran_fh *fh = __fh; local
2949 struct zoran_fh *fh = __fh; local
2976 struct zoran_fh *fh = __fh; local
3012 struct zoran_fh *fh = file->private_data; local
3111 struct zoran_fh *fh = map->file->private_data; local
3169 struct zoran_fh *fh = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dlockd.c30 struct svc_fh fh; local
33 fh_init(&fh,0);
34 fh.fh_handle.fh_size = f->size;
35 memcpy((char*)&fh.fh_handle.fh_base, f->data, f->size);
36 fh.fh_export = NULL;
39 nfserr = nfsd_open(rqstp, &fh, S_IFREG, NFSD_MAY_LOCK, filp);
40 fh_put(&fh);
H A Dnfs2acl.c32 svc_fh *fh; local
36 dprintk("nfsd: GETACL(2acl) %s\n", SVCFH_fmt(&argp->fh));
38 fh = fh_copy(&resp->fh, &argp->fh);
39 nfserr = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP);
48 acl = nfsd_get_posix_acl(fh, ACL_TYPE_ACCESS);
62 struct inode *inode = fh->fh_dentry->d_inode;
71 acl = nfsd_get_posix_acl(fh, ACL_TYPE_DEFAULT);
101 svc_fh *fh; 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-vbi.c80 struct bttv_fh *fh = q->priv_data; local
81 struct bttv *btv = fh->btv;
86 *size = IMAGE_SIZE(&fh->vbi_fmt.fmt);
89 fh->vbi_fmt.fmt.samples_per_line,
90 fh->vbi_fmt.fmt.start[0],
91 fh->vbi_fmt.fmt.start[1],
92 fh->vbi_fmt.fmt.count[0],
93 fh->vbi_fmt.fmt.count[1]);
102 struct bttv_fh *fh = q->priv_data; local
103 struct bttv *btv = fh
208 struct bttv_fh *fh = q->priv_data; local
223 struct bttv_fh *fh = q->priv_data; local
309 struct bttv_fh *fh = f; local
327 struct bttv_fh *fh = f; local
375 struct bttv_fh *fh = f; 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.h30 int ivtv_s_std(struct file *file, void *fh, v4l2_std_id *std);
31 int ivtv_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf);
32 int ivtv_s_input(struct file *file, void *fh, unsigned int inp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfce_util.c117 struct fce_history *fh = &fce_history_list[i]; local
120 if (fh->tv.tv_sec == 0) {
128 if (get_ms_difftime( &fh->tv, &tv ) > MAX_COALESCE_TIME_MS) {
130 fh->tv.tv_sec = 0;
138 if ((coalesce & FCE_COALESCE_CREATE) && (fh->mode == FCE_DIR_CREATE)) {
140 if (!strncmp(fh->path, path, strlen(fh->path)))
146 && fh->is_dir
149 if (!strncmp(fh->path, path, strlen(fh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_libfc.c149 struct fc_frame_header *fh; local
154 fh = __fc_frame_header_get(fp);
170 fh->fh_r_ctl = r_ctl;
171 memcpy(fh->fh_d_id, in_fh->fh_s_id, sizeof(fh->fh_d_id));
172 memcpy(fh->fh_s_id, in_fh->fh_d_id, sizeof(fh->fh_s_id));
173 fh->fh_type = in_fh->fh_type;
174 hton24(fh->fh_f_ctl, f_ctl);
175 fh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_video.c9 #define IS_CAPTURE_ACTIVE(fh) \
10 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))
12 #define IS_OVERLAY_ACTIVE(fh) \
13 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))
101 static int vidioc_try_fmt_vid_overlay(struct file *file, void *fh, struct v4l2_format *f);
103 int saa7146_start_preview(struct saa7146_fh *fh) argument
105 struct saa7146_dev *dev = fh->dev;
110 DEB_EE(("dev:%p, fh:%p\n",dev,fh));
113 if( NULL == fh
166 saa7146_stop_preview(struct saa7146_fh *fh) argument
382 video_begin(struct saa7146_fh *fh) argument
443 video_end(struct saa7146_fh *fh, struct file *file) argument
500 vidioc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) argument
517 vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) argument
527 vidioc_s_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) argument
571 vidioc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) argument
581 vidioc_queryctrl(struct file *file, void *fh, struct v4l2_queryctrl *c) argument
600 vidioc_g_ctrl(struct file *file, void *fh, struct v4l2_control *c) argument
640 vidioc_s_ctrl(struct file *file, void *fh, struct v4l2_control *c) argument
721 vidioc_g_parm(struct file *file, void *fh, struct v4l2_streamparm *parm) argument
733 vidioc_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) argument
739 vidioc_g_fmt_vid_overlay(struct file *file, void *fh, struct v4l2_format *f) argument
745 vidioc_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *f) argument
751 vidioc_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) argument
815 vidioc_try_fmt_vid_overlay(struct file *file, void *fh, struct v4l2_format *f) argument
875 struct saa7146_fh *fh = __fh; local
895 struct saa7146_fh *fh = __fh; local
928 vidioc_g_std(struct file *file, void *fh, v4l2_std_id *norm) argument
955 vidioc_s_std(struct file *file, void *fh, v4l2_std_id *id) argument
1006 vidioc_overlay(struct file *file, void *fh, unsigned int on) argument
1020 struct saa7146_fh *fh = __fh; local
1031 struct saa7146_fh *fh = __fh; local
1042 struct saa7146_fh *fh = __fh; local
1053 struct saa7146_fh *fh = __fh; local
1064 struct saa7146_fh *fh = __fh; local
1081 struct saa7146_fh *fh = __fh; local
1118 struct saa7146_fh *fh = __fh; local
1134 struct saa7146_fh *fh = __fh; local
1219 struct saa7146_fh *fh = file->private_data; local
1298 struct saa7146_fh *fh = file->private_data; local
1318 struct saa7146_fh *fh = file->private_data; local
1330 struct saa7146_fh *fh = file->private_data; local
1370 struct saa7146_fh *fh = file->private_data; local
1394 struct saa7146_fh *fh = file->private_data; local
1431 struct saa7146_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/saa7134/
H A Dsaa7134-video.c496 static int res_get(struct saa7134_dev *dev, struct saa7134_fh *fh, unsigned int bit) argument
498 if (fh->resources & bit)
510 fh->resources |= bit;
517 static int res_check(struct saa7134_fh *fh, unsigned int bit) argument
519 return (fh->resources & bit);
528 void res_free(struct saa7134_dev *dev, struct saa7134_fh *fh, unsigned int bits) argument
530 BUG_ON((fh->resources & bits) != bits);
533 fh->resources &= ~bits;
870 static int start_preview(struct saa7134_dev *dev, struct saa7134_fh *fh) argument
875 err = verify_preview(dev,&fh
925 stop_preview(struct saa7134_dev *dev, struct saa7134_fh *fh) argument
1020 struct saa7134_fh *fh = q->priv_data; local
1084 struct saa7134_fh *fh = q->priv_data; local
1095 struct saa7134_fh *fh = q->priv_data; local
1117 saa7134_g_ctrl_internal(struct saa7134_dev *dev, struct saa7134_fh *fh, struct v4l2_control *c) argument
1167 struct saa7134_fh *fh = priv; local
1172 saa7134_s_ctrl_internal(struct saa7134_dev *dev, struct saa7134_fh *fh, struct v4l2_control *c) argument
1291 struct saa7134_fh *fh = f; local
1298 saa7134_queue(struct saa7134_fh *fh) argument
1315 saa7134_resource(struct saa7134_fh *fh) argument
1331 struct saa7134_fh *fh; local
1393 struct saa7134_fh *fh = file->private_data; local
1418 struct saa7134_fh *fh = file->private_data; local
1460 struct saa7134_fh *fh = file->private_data; local
1513 struct saa7134_fh *fh = file->private_data; local
1521 struct saa7134_fh *fh = file->private_data; local
1537 struct saa7134_fh *fh = file->private_data; local
1554 struct saa7134_fh *fh = priv; local
1574 struct saa7134_fh *fh = priv; local
1590 struct saa7134_fh *fh = priv; local
1604 struct saa7134_fh *fh = priv; local
1655 struct saa7134_fh *fh = priv; local
1669 struct saa7134_fh *fh = priv; local
1686 struct saa7134_fh *fh = priv; local
1742 struct saa7134_fh *fh = priv; local
1775 struct saa7134_fh *fh = priv; local
1784 struct saa7134_fh *fh = priv; local
1805 struct saa7134_fh *fh = priv; local
1831 saa7134_s_std_internal(struct saa7134_dev *dev, struct saa7134_fh *fh, v4l2_std_id *id) argument
1903 struct saa7134_fh *fh = priv; local
1910 struct saa7134_fh *fh = priv; local
1920 struct saa7134_fh *fh = priv; local
1943 struct saa7134_fh *fh = f; local
1955 struct saa7134_fh *fh = f; local
1993 struct saa7134_fh *fh = priv; local
2022 struct saa7134_fh *fh = priv; local
2044 struct saa7134_fh *fh = priv; local
2056 struct saa7134_fh *fh = priv; local
2093 struct saa7134_fh *fh = f; local
2103 struct saa7134_fh *fh = f; local
2145 struct saa7134_fh *fh = f; local
2157 struct saa7134_fh *fh = f; local
2181 struct saa7134_fh *fh = f; local
2211 struct saa7134_fh *fh = file->private_data; local
2219 struct saa7134_fh *fh = priv; local
2226 struct saa7134_fh *fh = priv; local
2232 struct saa7134_fh *fh = priv; local
2238 struct saa7134_fh *fh = priv; local
2246 struct saa7134_fh *fh = priv; local
2260 struct saa7134_fh *fh = priv; local
2271 saa7134_g_parm(struct file *file, void *fh, struct v4l2_streamparm *parm) argument
2281 struct saa7134_fh *fh = priv; local
2294 struct saa7134_fh *fh = priv; local
2307 struct saa7134_fh *fh = file->private_data; local
2321 struct saa7134_fh *fh = file->private_data; local
2342 struct saa7134_fh *fh = file->private_data; local
2389 radio_s_std(struct file *file, void *fh, v4l2_std_id *norm) argument
[all...]

Completed in 205 milliseconds

1234567891011>>