Lines Matching defs:file

134 static int cx18_g_fmt_vid_cap(struct file *file, void *fh,  in cx18_g_fmt_vid_cap()
158 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_vbi_cap()
177 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_sliced_vbi_cap()
202 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, in cx18_try_fmt_vid_cap()
226 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_vbi_cap()
232 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_sliced_vbi_cap()
251 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, in cx18_s_fmt_vid_cap()
294 static int cx18_s_fmt_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_vbi_cap()
324 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_sliced_vbi_cap()
356 static int cx18_g_register(struct file *file, void *fh, in cx18_g_register()
370 static int cx18_s_register(struct file *file, void *fh, in cx18_s_register()
384 static int cx18_querycap(struct file *file, void *fh, in cx18_querycap()
398 static int cx18_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) in cx18_enumaudio()
405 static int cx18_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) in cx18_g_audio()
413 static int cx18_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in cx18_s_audio()
424 static int cx18_enum_input(struct file *file, void *fh, struct v4l2_input *vin) in cx18_enum_input()
432 static int cx18_g_pixelaspect(struct file *file, void *fh, in cx18_g_pixelaspect()
445 static int cx18_g_selection(struct file *file, void *fh, in cx18_g_selection()
465 static int cx18_enum_fmt_vid_cap(struct file *file, void *fh, in cx18_enum_fmt_vid_cap()
496 static int cx18_g_input(struct file *file, void *fh, unsigned int *i) in cx18_g_input()
504 int cx18_s_input(struct file *file, void *fh, unsigned int inp) in cx18_s_input()
541 static int cx18_g_frequency(struct file *file, void *fh, in cx18_g_frequency()
553 int cx18_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in cx18_s_frequency()
568 static int cx18_g_std(struct file *file, void *fh, v4l2_std_id *std) in cx18_g_std()
576 int cx18_s_std(struct file *file, void *fh, v4l2_std_id std) in cx18_s_std()
612 static int cx18_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in cx18_s_tuner()
624 static int cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in cx18_g_tuner()
640 static int cx18_g_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_sliced_vbi_cap()
761 static int cx18_g_enc_index(struct file *file, void *fh, in cx18_g_enc_index()
826 static int cx18_streamon(struct file *file, void *priv, in cx18_streamon()
847 static int cx18_streamoff(struct file *file, void *priv, in cx18_streamoff()
865 static int cx18_reqbufs(struct file *file, void *priv, in cx18_reqbufs()
879 static int cx18_querybuf(struct file *file, void *priv, in cx18_querybuf()
893 static int cx18_qbuf(struct file *file, void *priv, struct v4l2_buffer *b) in cx18_qbuf()
906 static int cx18_dqbuf(struct file *file, void *priv, struct v4l2_buffer *b) in cx18_dqbuf()
919 static int cx18_encoder_cmd(struct file *file, void *fh, in cx18_encoder_cmd()
978 static int cx18_try_encoder_cmd(struct file *file, void *fh, in cx18_try_encoder_cmd()
1011 static int cx18_log_status(struct file *file, void *fh) in cx18_log_status()
1054 static long cx18_default(struct file *file, void *fh, bool valid_prio, in cx18_default()