Lines Matching refs:file

763 static int solo_enc_querycap(struct file *file, void  *priv,  in solo_enc_querycap()  argument
766 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_querycap()
777 static int solo_enc_enum_input(struct file *file, void *priv, in solo_enc_enum_input() argument
780 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_enum_input()
797 static int solo_enc_set_input(struct file *file, void *priv, in solo_enc_set_input() argument
806 static int solo_enc_get_input(struct file *file, void *priv, in solo_enc_get_input() argument
814 static int solo_enc_enum_fmt_cap(struct file *file, void *priv, in solo_enc_enum_fmt_cap() argument
817 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_enum_fmt_cap()
847 static int solo_enc_try_fmt_cap(struct file *file, void *priv, in solo_enc_try_fmt_cap() argument
850 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_try_fmt_cap()
886 static int solo_enc_set_fmt_cap(struct file *file, void *priv, in solo_enc_set_fmt_cap() argument
889 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_set_fmt_cap()
897 ret = solo_enc_try_fmt_cap(file, priv, f); in solo_enc_set_fmt_cap()
923 static int solo_enc_get_fmt_cap(struct file *file, void *priv, in solo_enc_get_fmt_cap() argument
926 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_get_fmt_cap()
940 static int solo_enc_g_std(struct file *file, void *priv, v4l2_std_id *i) in solo_enc_g_std() argument
942 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_g_std()
952 static int solo_enc_s_std(struct file *file, void *priv, v4l2_std_id std) in solo_enc_s_std() argument
954 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_s_std()
959 static int solo_enum_framesizes(struct file *file, void *priv, in solo_enum_framesizes() argument
962 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enum_framesizes()
986 static int solo_enum_frameintervals(struct file *file, void *priv, in solo_enum_frameintervals() argument
989 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enum_frameintervals()
1016 static int solo_g_parm(struct file *file, void *priv, in solo_g_parm() argument
1019 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_g_parm()
1042 static int solo_s_parm(struct file *file, void *priv, in solo_s_parm() argument
1045 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_s_parm()
1054 return solo_g_parm(file, priv, sp); in solo_s_parm()