Merge tag 'regmap-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git] / drivers / media / platform / s5p-mfc / s5p_mfc_dec.h
blob0e9a0e3bbbe77d068acbd0894a22bda1b09ad1e0
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * linux/drivers/media/platform/s5p-mfc/s5p_mfc_dec.h
5 * Copyright (C) 2011 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com/
7 */
9 #ifndef S5P_MFC_DEC_H_
10 #define S5P_MFC_DEC_H_
12 const struct s5p_mfc_codec_ops *get_dec_codec_ops(void);
13 struct vb2_ops *get_dec_queue_ops(void);
14 const struct v4l2_ioctl_ops *get_dec_v4l2_ioctl_ops(void);
15 struct s5p_mfc_fmt *get_dec_def_fmt(bool src);
16 int s5p_mfc_dec_ctrls_setup(struct s5p_mfc_ctx *ctx);
17 void s5p_mfc_dec_ctrls_delete(struct s5p_mfc_ctx *ctx);
18 void s5p_mfc_dec_init(struct s5p_mfc_ctx *ctx);
20 #endif /* S5P_MFC_DEC_H_ */