Lines Matching refs:file
530 static int tw5864_fmt_vid_cap(struct file *file, void *priv, in tw5864_fmt_vid_cap() argument
533 struct tw5864_input *input = video_drvdata(file); in tw5864_fmt_vid_cap()
555 static int tw5864_enum_input(struct file *file, void *priv, in tw5864_enum_input() argument
558 struct tw5864_input *input = video_drvdata(file); in tw5864_enum_input()
586 static int tw5864_g_input(struct file *file, void *priv, unsigned int *i) in tw5864_g_input() argument
592 static int tw5864_s_input(struct file *file, void *priv, unsigned int i) in tw5864_s_input() argument
599 static int tw5864_querycap(struct file *file, void *priv, in tw5864_querycap() argument
602 struct tw5864_input *input = video_drvdata(file); in tw5864_querycap()
611 static int tw5864_querystd(struct file *file, void *priv, v4l2_std_id *std) in tw5864_querystd() argument
613 struct tw5864_input *input = video_drvdata(file); in tw5864_querystd()
625 static int tw5864_g_std(struct file *file, void *priv, v4l2_std_id *std) in tw5864_g_std() argument
627 struct tw5864_input *input = video_drvdata(file); in tw5864_g_std()
633 static int tw5864_s_std(struct file *file, void *priv, v4l2_std_id std) in tw5864_s_std() argument
635 struct tw5864_input *input = video_drvdata(file); in tw5864_s_std()
644 static int tw5864_enum_fmt_vid_cap(struct file *file, void *priv, in tw5864_enum_fmt_vid_cap() argument
732 static int tw5864_enum_framesizes(struct file *file, void *priv, in tw5864_enum_framesizes() argument
735 struct tw5864_input *input = video_drvdata(file); in tw5864_enum_framesizes()
749 static int tw5864_enum_frameintervals(struct file *file, void *priv, in tw5864_enum_frameintervals() argument
752 struct tw5864_input *input = video_drvdata(file); in tw5864_enum_frameintervals()
759 ret = tw5864_enum_framesizes(file, priv, &fsize); in tw5864_enum_frameintervals()
781 static int tw5864_g_parm(struct file *file, void *priv, in tw5864_g_parm() argument
784 struct tw5864_input *input = video_drvdata(file); in tw5864_g_parm()
801 static int tw5864_s_parm(struct file *file, void *priv, in tw5864_s_parm() argument
804 struct tw5864_input *input = video_drvdata(file); in tw5864_s_parm()
826 return tw5864_g_parm(file, priv, sp); in tw5864_s_parm()
847 static int tw5864_g_reg(struct file *file, void *fh, in tw5864_g_reg() argument
850 struct tw5864_input *input = video_drvdata(file); in tw5864_g_reg()
869 static int tw5864_s_reg(struct file *file, void *fh, in tw5864_s_reg() argument
872 struct tw5864_input *input = video_drvdata(file); in tw5864_s_reg()