• 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/cx18/

Lines Matching refs:fh

149 static int cx18_g_fmt_vid_cap(struct file *file, void *fh,
152 struct cx18_open_id *id = fh;
174 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh,
177 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
193 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh,
196 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
222 static int cx18_try_fmt_vid_cap(struct file *file, void *fh,
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,
250 return cx18_g_fmt_vbi_cap(file, fh, fmt);
253 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh,
256 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
272 static int cx18_s_fmt_vid_cap(struct file *file, void *fh,
275 struct cx18_open_id *id = fh;
285 ret = cx18_try_fmt_vid_cap(file, fh, fmt);
301 return cx18_g_fmt_vid_cap(file, fh, fmt);
304 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh,
307 struct cx18_open_id *id = fh;
335 return cx18_g_fmt_vbi_cap(file, fh, fmt);
338 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh,
341 struct cx18_open_id *id = fh;
350 cx18_try_fmt_sliced_vbi_cap(file, fh, fmt);
373 static int cx18_g_chip_ident(struct file *file, void *fh,
376 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
443 static int cx18_g_register(struct file *file, void *fh,
446 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
454 static int cx18_s_register(struct file *file, void *fh,
457 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
466 static int cx18_g_priority(struct file *file, void *fh, enum v4l2_priority *p)
468 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
474 static int cx18_s_priority(struct file *file, void *fh, enum v4l2_priority prio)
476 struct cx18_open_id *id = fh;
482 static int cx18_querycap(struct file *file, void *fh,
485 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
496 static int cx18_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin)
498 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
503 static int cx18_g_audio(struct file *file, void *fh, struct v4l2_audio *vin)
505 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
511 static int cx18_s_audio(struct file *file, void *fh, struct v4l2_audio *vout)
513 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
522 static int cx18_enum_input(struct file *file, void *fh, struct v4l2_input *vin)
524 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
530 static int cx18_cropcap(struct file *file, void *fh,
533 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
546 static int cx18_s_crop(struct file *file, void *fh, struct v4l2_crop *crop)
548 struct cx18_open_id *id = fh;
562 static int cx18_g_crop(struct file *file, void *fh, struct v4l2_crop *crop)
564 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
572 static int cx18_enum_fmt_vid_cap(struct file *file, void *fh,
590 static int cx18_g_input(struct file *file, void *fh, unsigned int *i)
592 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
598 int cx18_s_input(struct file *file, void *fh, unsigned int inp)
600 struct cx18_open_id *id = fh;
632 static int cx18_g_frequency(struct file *file, void *fh,
635 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
644 int cx18_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf)
646 struct cx18_open_id *id = fh;
664 static int cx18_g_std(struct file *file, void *fh, v4l2_std_id *std)
666 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
672 int cx18_s_std(struct file *file, void *fh, v4l2_std_id *std)
674 struct cx18_open_id *id = fh;
712 static int cx18_s_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)
714 struct cx18_open_id *id = fh;
729 static int cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)
731 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
749 static int cx18_g_sliced_vbi_cap(struct file *file, void *fh,
752 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
870 static int cx18_g_enc_index(struct file *file, void *fh,
873 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
917 static int cx18_encoder_cmd(struct file *file, void *fh,
920 struct cx18_open_id *id = fh;
978 static int cx18_try_encoder_cmd(struct file *file, void *fh,
981 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
1011 static int cx18_log_status(struct file *file, void *fh)
1013 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;
1058 static long cx18_default(struct file *file, void *fh, int cmd, void *arg)
1060 struct cx18 *cx = ((struct cx18_open_id *)fh)->cx;