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()
172 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_vbi_cap() argument
175 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_vbi_cap()
191 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_sliced_vbi_cap() argument
194 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_fmt_sliced_vbi_cap()
216 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, in cx18_try_fmt_vid_cap() argument
219 struct cx18_open_id *id = fh2id(fh); in cx18_try_fmt_vid_cap()
240 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_vbi_cap() argument
243 return cx18_g_fmt_vbi_cap(file, fh, fmt); in cx18_try_fmt_vbi_cap()
246 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_sliced_vbi_cap() argument
249 struct cx18 *cx = fh2id(fh)->cx; in cx18_try_fmt_sliced_vbi_cap()
265 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, in cx18_s_fmt_vid_cap() argument
268 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vid_cap()
277 ret = cx18_try_fmt_vid_cap(file, fh, fmt); in cx18_s_fmt_vid_cap()
305 return cx18_g_fmt_vid_cap(file, fh, fmt); in cx18_s_fmt_vid_cap()
308 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_vbi_cap() argument
311 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vbi_cap()
335 return cx18_g_fmt_vbi_cap(file, fh, fmt); in cx18_s_fmt_vbi_cap()
338 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_sliced_vbi_cap() argument
341 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_sliced_vbi_cap()
346 cx18_try_fmt_sliced_vbi_cap(file, fh, fmt); in cx18_s_fmt_sliced_vbi_cap()
370 static int cx18_g_register(struct file *file, void *fh, in cx18_g_register() argument
373 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_register()
384 static int cx18_s_register(struct file *file, void *fh, in cx18_s_register() argument
387 struct cx18 *cx = fh2id(fh)->cx; in cx18_s_register()
398 static int cx18_querycap(struct file *file, void *fh, in cx18_querycap() argument
401 struct cx18_open_id *id = fh2id(fh); in cx18_querycap()
415 static int cx18_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) in cx18_enumaudio() argument
417 struct cx18 *cx = fh2id(fh)->cx; in cx18_enumaudio()
422 static int cx18_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) in cx18_g_audio() argument
424 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_audio()
430 static int cx18_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in cx18_s_audio() argument
432 struct cx18 *cx = fh2id(fh)->cx; in cx18_s_audio()
441 static int cx18_enum_input(struct file *file, void *fh, struct v4l2_input *vin) in cx18_enum_input() argument
443 struct cx18 *cx = fh2id(fh)->cx; in cx18_enum_input()
449 static int cx18_cropcap(struct file *file, void *fh, in cx18_cropcap() argument
452 struct cx18 *cx = fh2id(fh)->cx; in cx18_cropcap()
461 static int cx18_g_selection(struct file *file, void *fh, in cx18_g_selection() argument
464 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_selection()
481 static int cx18_enum_fmt_vid_cap(struct file *file, void *fh, in cx18_enum_fmt_vid_cap() argument
502 static int cx18_g_input(struct file *file, void *fh, unsigned int *i) in cx18_g_input() argument
504 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_input()
510 int cx18_s_input(struct file *file, void *fh, unsigned int inp) in cx18_s_input() argument
512 struct cx18_open_id *id = fh2id(fh); in cx18_s_input()
547 static int cx18_g_frequency(struct file *file, void *fh, in cx18_g_frequency() argument
550 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_frequency()
559 int cx18_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in cx18_s_frequency() argument
561 struct cx18_open_id *id = fh2id(fh); in cx18_s_frequency()
574 static int cx18_g_std(struct file *file, void *fh, v4l2_std_id *std) in cx18_g_std() argument
576 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_std()
582 int cx18_s_std(struct file *file, void *fh, v4l2_std_id std) in cx18_s_std() argument
584 struct cx18_open_id *id = fh2id(fh); in cx18_s_std()
618 static int cx18_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in cx18_s_tuner() argument
620 struct cx18_open_id *id = fh2id(fh); in cx18_s_tuner()
630 static int cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in cx18_g_tuner() argument
632 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_tuner()
646 static int cx18_g_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_sliced_vbi_cap() argument
649 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_sliced_vbi_cap()
767 static int cx18_g_enc_index(struct file *file, void *fh, in cx18_g_enc_index() argument
770 struct cx18 *cx = fh2id(fh)->cx; in cx18_g_enc_index()
925 static int cx18_encoder_cmd(struct file *file, void *fh, in cx18_encoder_cmd() argument
928 struct cx18_open_id *id = fh2id(fh); in cx18_encoder_cmd()
986 static int cx18_try_encoder_cmd(struct file *file, void *fh, in cx18_try_encoder_cmd() argument
989 struct cx18 *cx = fh2id(fh)->cx; in cx18_try_encoder_cmd()
1019 static int cx18_log_status(struct file *file, void *fh) in cx18_log_status() argument
1021 struct cx18 *cx = fh2id(fh)->cx; in cx18_log_status()
1062 static long cx18_default(struct file *file, void *fh, bool valid_prio, in cx18_default() argument
1065 struct cx18 *cx = fh2id(fh)->cx; in cx18_default()