Lines Matching refs:fh
52 static int cx18_g_fmt_vid_cap(struct file *file, void *fh,
55 struct cx18_open_id *id = fh2id(fh);
76 static int cx18_try_fmt_vid_cap(struct file *file, void *fh,
79 struct cx18_open_id *id = fh2id(fh);
121 static int cx18_s_fmt_vid_cap(struct file *file, void *fh,
124 struct cx18_open_id *id = fh2id(fh);
133 ret = cx18_try_fmt_vid_cap(file, fh, fmt);
154 return cx18_g_fmt_vid_cap(file, fh, fmt);
261 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh,
264 struct cx18 *cx = fh2id(fh)->cx;
280 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh,
283 struct cx18 *cx = fh2id(fh)->cx;
305 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh,
308 return cx18_g_fmt_vbi_cap(file, fh, fmt);
311 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh,
314 struct cx18 *cx = fh2id(fh)->cx;
330 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh,
333 struct cx18_open_id *id = fh2id(fh);
357 return cx18_g_fmt_vbi_cap(file, fh, fmt);
360 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh,
363 struct cx18_open_id *id = fh2id(fh);
368 cx18_try_fmt_sliced_vbi_cap(file, fh, fmt);
392 static int cx18_g_register(struct file *file, void *fh,
395 struct cx18 *cx = fh2id(fh)->cx;
406 static int cx18_s_register(struct file *file, void *fh,
409 struct cx18 *cx = fh2id(fh)->cx;
420 static int cx18_querycap(struct file *file, void *fh,
423 struct cx18_open_id *id = fh2id(fh);
432 static int cx18_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin)
434 struct cx18 *cx = fh2id(fh)->cx;
439 static int cx18_g_audio(struct file *file, void *fh, struct v4l2_audio *vin)
441 struct cx18 *cx = fh2id(fh)->cx;
447 static int cx18_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout)
449 struct cx18 *cx = fh2id(fh)->cx;
458 static int cx18_enum_input(struct file *file, void *fh, struct v4l2_input *vin)
460 struct cx18 *cx = fh2id(fh)->cx;
466 static int cx18_g_pixelaspect(struct file *file, void *fh,
469 struct cx18 *cx = fh2id(fh)->cx;
479 static int cx18_g_selection(struct file *file, void *fh,
482 struct cx18 *cx = fh2id(fh)->cx;
499 static int cx18_enum_fmt_vid_cap(struct file *file, void *fh,
502 struct cx18_open_id *id = fh2id(fh);
516 static int cx18_g_input(struct file *file, void *fh, unsigned int *i)
518 struct cx18 *cx = fh2id(fh)->cx;
524 int cx18_s_input(struct file *file, void *fh, unsigned int inp)
526 struct cx18_open_id *id = fh2id(fh);
561 static int cx18_g_frequency(struct file *file, void *fh,
564 struct cx18 *cx = fh2id(fh)->cx;
573 int cx18_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf)
575 struct cx18_open_id *id = fh2id(fh);
588 static int cx18_g_std(struct file *file, void *fh, v4l2_std_id *std)
590 struct cx18 *cx = fh2id(fh)->cx;
596 int cx18_s_std(struct file *file, void *fh, v4l2_std_id std)
598 struct cx18_open_id *id = fh2id(fh);
645 static int cx18_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt)
647 struct cx18_open_id *id = fh2id(fh);
657 static int cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt)
659 struct cx18 *cx = fh2id(fh)->cx;
673 static int cx18_g_sliced_vbi_cap(struct file *file, void *fh,
676 struct cx18 *cx = fh2id(fh)->cx;
794 static int cx18_g_enc_index(struct file *file, void *fh,
797 struct cx18 *cx = fh2id(fh)->cx;
841 static int cx18_encoder_cmd(struct file *file, void *fh,
844 struct cx18_open_id *id = fh2id(fh);
900 static int cx18_try_encoder_cmd(struct file *file, void *fh,
903 struct cx18 *cx = fh2id(fh)->cx;
933 static int cx18_log_status(struct file *file, void *fh)
935 struct cx18 *cx = fh2id(fh)->cx;
976 static long cx18_default(struct file *file, void *fh, bool valid_prio,
979 struct cx18 *cx = fh2id(fh)->cx;