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

Lines Matching refs:fh

315 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt)
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)
338 struct ivtv_open_id *id = fh;
360 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)
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)
381 struct ivtv_open_id *id = fh;
400 static int ivtv_g_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt)
402 struct ivtv_open_id *id = fh;
441 static int ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt)
443 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
460 static int ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt)
462 return ivtv_g_fmt_sliced_vbi_out(file, fh, fmt);
465 static int ivtv_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt)
467 struct ivtv_open_id *id = fh;
482 ivtv_g_fmt_vid_cap(file, fh, fmt);
488 static int ivtv_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)
490 return ivtv_g_fmt_vbi_cap(file, fh, fmt);
493 static int ivtv_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)
496 struct ivtv_open_id *id = fh;
500 return ivtv_g_fmt_sliced_vbi_cap(file, fh, fmt);
514 static int ivtv_try_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt)
516 struct ivtv_open_id *id = fh;
520 int ret = ivtv_g_fmt_vid_out(file, fh, fmt);
548 static int ivtv_try_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt)
550 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
556 ivtv_g_fmt_vid_out_overlay(file, fh, fmt);
562 static int ivtv_s_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt)
564 return ivtv_g_fmt_sliced_vbi_out(file, fh, fmt);
567 static int ivtv_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt)
569 struct ivtv_open_id *id = fh;
572 int ret = ivtv_try_fmt_vid_cap(file, fh, fmt);
593 return ivtv_g_fmt_vid_cap(file, fh, fmt);
596 static int ivtv_s_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)
598 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
605 return ivtv_g_fmt_vbi_cap(file, fh, fmt);
608 static int ivtv_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)
611 struct ivtv_open_id *id = fh;
613 int ret = ivtv_try_fmt_sliced_vbi_cap(file, fh, fmt);
627 static int ivtv_s_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt)
629 struct ivtv_open_id *id = fh;
632 int ret = ivtv_try_fmt_vid_out(file, fh, fmt);
672 static int ivtv_s_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt)
674 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
675 int ret = ivtv_try_fmt_vid_out_overlay(file, fh, fmt);
685 static int ivtv_g_chip_ident(struct file *file, void *fh, struct v4l2_dbg_chip_ident *chip)
687 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
729 static int ivtv_g_register(struct file *file, void *fh, struct v4l2_dbg_register *reg)
731 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
741 static int ivtv_s_register(struct file *file, void *fh, struct v4l2_dbg_register *reg)
743 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
754 static int ivtv_g_priority(struct file *file, void *fh, enum v4l2_priority *p)
756 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
763 static int ivtv_s_priority(struct file *file, void *fh, enum v4l2_priority prio)
765 struct ivtv_open_id *id = fh;
771 static int ivtv_querycap(struct file *file, void *fh, struct v4l2_capability *vcap)
773 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
783 static int ivtv_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin)
785 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
790 static int ivtv_g_audio(struct file *file, void *fh, struct v4l2_audio *vin)
792 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
798 static int ivtv_s_audio(struct file *file, void *fh, struct v4l2_audio *vout)
800 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
811 static int ivtv_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vin)
813 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
819 static int ivtv_g_audout(struct file *file, void *fh, struct v4l2_audioout *vin)
821 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
827 static int ivtv_s_audout(struct file *file, void *fh, struct v4l2_audioout *vout)
829 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
834 static int ivtv_enum_input(struct file *file, void *fh, struct v4l2_input *vin)
836 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
842 static int ivtv_enum_output(struct file *file, void *fh, struct v4l2_output *vout)
844 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
849 static int ivtv_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cropcap)
851 struct ivtv_open_id *id = fh;
886 static int ivtv_s_crop(struct file *file, void *fh, struct v4l2_crop *crop)
888 struct ivtv_open_id *id = fh;
912 static int ivtv_g_crop(struct file *file, void *fh, struct v4l2_crop *crop)
914 struct ivtv_open_id *id = fh;
932 static int ivtv_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *fmt)
954 static int ivtv_enum_fmt_vid_out(struct file *file, void *fh, struct v4l2_fmtdesc *fmt)
956 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
982 static int ivtv_g_input(struct file *file, void *fh, unsigned int *i)
984 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
991 int ivtv_s_input(struct file *file, void *fh, unsigned int inp)
993 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1025 static int ivtv_g_output(struct file *file, void *fh, unsigned int *i)
1027 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1037 static int ivtv_s_output(struct file *file, void *fh, unsigned int outp)
1039 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1059 static int ivtv_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf)
1061 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1070 int ivtv_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf)
1072 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1084 static int ivtv_g_std(struct file *file, void *fh, v4l2_std_id *std)
1086 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1092 int ivtv_s_std(struct file *file, void *fh, v4l2_std_id *std)
1095 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1172 static int ivtv_s_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)
1174 struct ivtv_open_id *id = fh;
1185 static int ivtv_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)
1187 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1205 static int ivtv_g_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_sliced_vbi_cap *cap)
1207 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1235 static int ivtv_g_enc_index(struct file *file, void *fh, struct v4l2_enc_idx *idx)
1237 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1258 static int ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc)
1260 struct ivtv_open_id *id = fh;
1310 static int ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc)
1312 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1340 static int ivtv_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb)
1342 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1427 static int ivtv_s_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb)
1429 struct ivtv_open_id *id = fh;
1444 return ivtv_g_fbuf(file, fh, fb);
1447 static int ivtv_overlay(struct file *file, void *fh, unsigned int on)
1449 struct ivtv_open_id *id = fh;
1460 static int ivtv_subscribe_event(struct v4l2_fh *fh, struct v4l2_event_subscription *sub)
1469 return v4l2_event_subscribe(fh, sub);
1472 static int ivtv_log_status(struct file *file, void *fh)
1474 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;
1799 static long ivtv_default(struct file *file, void *fh, int cmd, void *arg)
1801 struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv;