Lines Matching defs:f
361 static int sh_veu_enum_fmt(struct v4l2_fmtdesc *f, const int *fmt, int fmt_num) in sh_veu_enum_fmt()
372 struct v4l2_fmtdesc *f) in sh_veu_enum_fmt_vid_cap()
378 struct v4l2_fmtdesc *f) in sh_veu_enum_fmt_vid_out()
396 static int sh_veu_g_fmt(struct sh_veu_file *veu_file, struct v4l2_format *f) in sh_veu_g_fmt()
419 struct v4l2_format *f) in sh_veu_g_fmt_vid_out()
425 struct v4l2_format *f) in sh_veu_g_fmt_vid_cap()
430 static int sh_veu_try_fmt(struct v4l2_format *f, const struct sh_veu_format *fmt) in sh_veu_try_fmt()
465 static const struct sh_veu_format *sh_veu_find_fmt(const struct v4l2_format *f) in sh_veu_find_fmt()
494 struct v4l2_format *f) in sh_veu_try_fmt_vid_cap()
507 struct v4l2_format *f) in sh_veu_try_fmt_vid_out()
549 static int sh_veu_s_fmt(struct sh_veu_file *veu_file, struct v4l2_format *f) in sh_veu_s_fmt()
594 struct v4l2_format *f) in sh_veu_s_fmt_vid_cap()
604 struct v4l2_format *f) in sh_veu_s_fmt_vid_out()
872 const struct v4l2_format *f = parg; in sh_veu_queue_setup() local