Lines Matching refs:fh
148 static int cx18_g_fmt_vid_cap(struct file *file, void *fh, in cx18_g_fmt_vid_cap() argument
151 struct cx18_open_id *id = fh2id(fh); in cx18_g_fmt_vid_cap()
173 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_vbi_cap() argument
176 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_vbi_cap()
192 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_sliced_vbi_cap() argument
195 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_sliced_vbi_cap()
217 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, in cx18_try_fmt_vid_cap() argument
220 struct cx18_open_id *id = fh2id(fh); in cx18_try_fmt_vid_cap()
241 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_vbi_cap() argument
244 return cx18_g_fmt_vbi_cap(file, fh, fmt); in cx18_try_fmt_vbi_cap()
247 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_sliced_vbi_cap() argument
250 struct cx18 *cx = fh2id(fh)->cx; in cx18_try_fmt_sliced_vbi_cap()
266 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, in cx18_s_fmt_vid_cap() argument
269 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vid_cap()
276 ret = cx18_try_fmt_vid_cap(file, fh, fmt); in cx18_s_fmt_vid_cap()
301 return cx18_g_fmt_vid_cap(file, fh, fmt); in cx18_s_fmt_vid_cap()
304 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_vbi_cap() argument
307 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vbi_cap()
331 return cx18_g_fmt_vbi_cap(file, fh, fmt); in cx18_s_fmt_vbi_cap()
334 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_sliced_vbi_cap() argument
337 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_sliced_vbi_cap()
342 cx18_try_fmt_sliced_vbi_cap(file, fh, fmt); in cx18_s_fmt_sliced_vbi_cap()
365 static int cx18_g_chip_ident(struct file *file, void *fh, in cx18_g_chip_ident() argument
368 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_chip_ident()
418 static int cx18_g_register(struct file *file, void *fh, in cx18_g_register() argument
421 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_register()
435 static int cx18_s_register(struct file *file, void *fh, in cx18_s_register() argument
438 struct cx18 *cx = fh2id(fh)->cx; in cx18_s_register()
452 static int cx18_querycap(struct file *file, void *fh, in cx18_querycap() argument
455 struct cx18_open_id *id = fh2id(fh); in cx18_querycap()
468 static int cx18_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) in cx18_enumaudio() argument
470 struct cx18 *cx = fh2id(fh)->cx; in cx18_enumaudio()
475 static int cx18_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) in cx18_g_audio() argument
477 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_audio()
483 static int cx18_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in cx18_s_audio() argument
485 struct cx18 *cx = fh2id(fh)->cx; in cx18_s_audio()
494 static int cx18_enum_input(struct file *file, void *fh, struct v4l2_input *vin) in cx18_enum_input() argument
496 struct cx18 *cx = fh2id(fh)->cx; in cx18_enum_input()
502 static int cx18_cropcap(struct file *file, void *fh, in cx18_cropcap() argument
505 struct cx18 *cx = fh2id(fh)->cx; in cx18_cropcap()
518 static int cx18_s_crop(struct file *file, void *fh, const struct v4l2_crop *crop) in cx18_s_crop() argument
520 struct cx18_open_id *id = fh2id(fh); in cx18_s_crop()
529 static int cx18_g_crop(struct file *file, void *fh, struct v4l2_crop *crop) in cx18_g_crop() argument
531 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_crop()
539 static int cx18_enum_fmt_vid_cap(struct file *file, void *fh, in cx18_enum_fmt_vid_cap() argument
560 static int cx18_g_input(struct file *file, void *fh, unsigned int *i) in cx18_g_input() argument
562 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_input()
568 int cx18_s_input(struct file *file, void *fh, unsigned int inp) in cx18_s_input() argument
570 struct cx18_open_id *id = fh2id(fh); in cx18_s_input()
597 static int cx18_g_frequency(struct file *file, void *fh, in cx18_g_frequency() argument
600 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_frequency()
609 int cx18_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in cx18_s_frequency() argument
611 struct cx18_open_id *id = fh2id(fh); in cx18_s_frequency()
624 static int cx18_g_std(struct file *file, void *fh, v4l2_std_id *std) in cx18_g_std() argument
626 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_std()
632 int cx18_s_std(struct file *file, void *fh, v4l2_std_id std) in cx18_s_std() argument
634 struct cx18_open_id *id = fh2id(fh); in cx18_s_std()
668 static int cx18_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in cx18_s_tuner() argument
670 struct cx18_open_id *id = fh2id(fh); in cx18_s_tuner()
680 static int cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in cx18_g_tuner() argument
682 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_tuner()
696 static int cx18_g_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_sliced_vbi_cap() argument
699 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_sliced_vbi_cap()
817 static int cx18_g_enc_index(struct file *file, void *fh, in cx18_g_enc_index() argument
820 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_enc_index()
975 static int cx18_encoder_cmd(struct file *file, void *fh, in cx18_encoder_cmd() argument
978 struct cx18_open_id *id = fh2id(fh); in cx18_encoder_cmd()
1036 static int cx18_try_encoder_cmd(struct file *file, void *fh, in cx18_try_encoder_cmd() argument
1039 struct cx18 *cx = fh2id(fh)->cx; in cx18_try_encoder_cmd()
1069 static int cx18_log_status(struct file *file, void *fh) in cx18_log_status() argument
1071 struct cx18 *cx = fh2id(fh)->cx; in cx18_log_status()
1112 static long cx18_default(struct file *file, void *fh, bool valid_prio, in cx18_default() argument
1115 struct cx18 *cx = fh2id(fh)->cx; in cx18_default()