Lines Matching defs:fh
143 static int cx18_g_fmt_vid_cap(struct file *file, void *fh, in cx18_g_fmt_vid_cap()
167 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_vbi_cap()
186 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_sliced_vbi_cap()
211 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, in cx18_try_fmt_vid_cap()
235 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_vbi_cap()
241 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_sliced_vbi_cap()
260 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, in cx18_s_fmt_vid_cap()
303 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_vbi_cap()
333 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_sliced_vbi_cap()
365 static int cx18_g_register(struct file *file, void *fh, in cx18_g_register()
379 static int cx18_s_register(struct file *file, void *fh, in cx18_s_register()
393 static int cx18_querycap(struct file *file, void *fh, in cx18_querycap()
410 static int cx18_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) in cx18_enumaudio()
417 static int cx18_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) in cx18_g_audio()
425 static int cx18_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in cx18_s_audio()
436 static int cx18_enum_input(struct file *file, void *fh, struct v4l2_input *vin) in cx18_enum_input()
444 static int cx18_cropcap(struct file *file, void *fh, in cx18_cropcap()
456 static int cx18_g_selection(struct file *file, void *fh, in cx18_g_selection()
476 static int cx18_enum_fmt_vid_cap(struct file *file, void *fh, in cx18_enum_fmt_vid_cap()
497 static int cx18_g_input(struct file *file, void *fh, unsigned int *i) in cx18_g_input()
505 int cx18_s_input(struct file *file, void *fh, unsigned int inp) in cx18_s_input()
542 static int cx18_g_frequency(struct file *file, void *fh, in cx18_g_frequency()
554 int cx18_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in cx18_s_frequency()
569 static int cx18_g_std(struct file *file, void *fh, v4l2_std_id *std) in cx18_g_std()
577 int cx18_s_std(struct file *file, void *fh, v4l2_std_id std) in cx18_s_std()
613 static int cx18_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in cx18_s_tuner()
625 static int cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in cx18_g_tuner()
641 static int cx18_g_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_sliced_vbi_cap()
762 static int cx18_g_enc_index(struct file *file, void *fh, in cx18_g_enc_index()
920 static int cx18_encoder_cmd(struct file *file, void *fh, in cx18_encoder_cmd()
979 static int cx18_try_encoder_cmd(struct file *file, void *fh, in cx18_try_encoder_cmd()
1012 static int cx18_log_status(struct file *file, void *fh) in cx18_log_status()
1055 static long cx18_default(struct file *file, void *fh, bool valid_prio, in cx18_default()