Lines Matching defs:file
148 static int cx18_g_fmt_vid_cap(struct file *file, void *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()
192 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_sliced_vbi_cap()
221 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, in cx18_try_fmt_vid_cap()
245 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_vbi_cap()
251 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_sliced_vbi_cap()
270 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, 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()
338 static int cx18_s_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_s_fmt_sliced_vbi_cap()
369 static int cx18_g_chip_ident(struct file *file, void *fh, in cx18_g_chip_ident()
439 static int cx18_g_register(struct file *file, void *fh, in cx18_g_register()
451 static int cx18_s_register(struct file *file, void *fh, in cx18_s_register()
464 static int cx18_querycap(struct file *file, void *fh, in cx18_querycap()
480 static int cx18_enumaudio(struct file *file, void *fh, struct v4l2_audio *vin) in cx18_enumaudio()
487 static int cx18_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) in cx18_g_audio()
495 static int cx18_s_audio(struct file *file, void *fh, struct v4l2_audio *vout) in cx18_s_audio()
506 static int cx18_enum_input(struct file *file, void *fh, struct v4l2_input *vin) in cx18_enum_input()
514 static int cx18_cropcap(struct file *file, void *fh, in cx18_cropcap()
530 static int cx18_s_crop(struct file *file, void *fh, struct v4l2_crop *crop) in cx18_s_crop()
541 static int cx18_g_crop(struct file *file, void *fh, struct v4l2_crop *crop) in cx18_g_crop()
551 static int cx18_enum_fmt_vid_cap(struct file *file, void *fh, in cx18_enum_fmt_vid_cap()
572 static int cx18_g_input(struct file *file, void *fh, unsigned int *i) in cx18_g_input()
580 int cx18_s_input(struct file *file, void *fh, unsigned int inp) in cx18_s_input()
609 static int cx18_g_frequency(struct file *file, void *fh, in cx18_g_frequency()
621 int cx18_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) in cx18_s_frequency()
636 static int cx18_g_std(struct file *file, void *fh, v4l2_std_id *std) in cx18_g_std()
644 int cx18_s_std(struct file *file, void *fh, v4l2_std_id *std) in cx18_s_std()
680 static int cx18_s_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in cx18_s_tuner()
692 static int cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in cx18_g_tuner()
708 static int cx18_g_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_sliced_vbi_cap()
829 static int cx18_g_enc_index(struct file *file, void *fh, in cx18_g_enc_index()
894 static int cx18_streamon(struct file *file, void *priv, in cx18_streamon()
915 static int cx18_streamoff(struct file *file, void *priv, in cx18_streamoff()
933 static int cx18_reqbufs(struct file *file, void *priv, in cx18_reqbufs()
947 static int cx18_querybuf(struct file *file, void *priv, in cx18_querybuf()
961 static int cx18_qbuf(struct file *file, void *priv, struct v4l2_buffer *b) in cx18_qbuf()
974 static int cx18_dqbuf(struct file *file, void *priv, struct v4l2_buffer *b) in cx18_dqbuf()
987 static int cx18_encoder_cmd(struct file *file, void *fh, in cx18_encoder_cmd()
1048 static int cx18_try_encoder_cmd(struct file *file, void *fh, in cx18_try_encoder_cmd()
1081 static int cx18_log_status(struct file *file, void *fh) in cx18_log_status()
1128 static long cx18_default(struct file *file, void *fh, bool valid_prio, in cx18_default()