Lines Matching defs:fh

275 	struct v4l2_fh *fh = &inst->v4l2_fh;  in handle_dynamic_resolution_change()  local
459 static int wave5_vpu_dec_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in wave5_vpu_dec_querycap()
467 static int wave5_vpu_dec_enum_framesizes(struct file *f, void *fh, struct v4l2_frmsizeenum *fsize) in wave5_vpu_dec_enum_framesizes()
492 static int wave5_vpu_dec_enum_fmt_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in wave5_vpu_dec_enum_fmt_cap()
506 static int wave5_vpu_dec_try_fmt_cap(struct file *file, void *fh, struct v4l2_format *f) in wave5_vpu_dec_try_fmt_cap()
547 static int wave5_vpu_dec_s_fmt_cap(struct file *file, void *fh, struct v4l2_format *f) in wave5_vpu_dec_s_fmt_cap()
606 static int wave5_vpu_dec_g_fmt_cap(struct file *file, void *fh, struct v4l2_format *f) in wave5_vpu_dec_g_fmt_cap()
630 static int wave5_vpu_dec_enum_fmt_out(struct file *file, void *fh, struct v4l2_fmtdesc *f) in wave5_vpu_dec_enum_fmt_out()
647 static int wave5_vpu_dec_try_fmt_out(struct file *file, void *fh, struct v4l2_format *f) in wave5_vpu_dec_try_fmt_out()
678 static int wave5_vpu_dec_s_fmt_out(struct file *file, void *fh, struct v4l2_format *f) in wave5_vpu_dec_s_fmt_out()
727 static int wave5_vpu_dec_g_selection(struct file *file, void *fh, struct v4l2_selection *s) in wave5_vpu_dec_g_selection()
761 static int wave5_vpu_dec_s_selection(struct file *file, void *fh, struct v4l2_selection *s) in wave5_vpu_dec_s_selection()
872 static int wave5_vpu_dec_decoder_cmd(struct file *file, void *fh, struct v4l2_decoder_cmd *dc) in wave5_vpu_dec_decoder_cmd()