tracing: Add __string_src() helper to help compilers not to get confused
[sfrench/cifs-2.6.git] / drivers / media / platform / samsung / s5p-mfc / s5p_mfc_dec.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.h
4  *
5  * Copyright (C) 2011 Samsung Electronics Co., Ltd.
6  *              http://www.samsung.com/
7  */
8
9 #ifndef S5P_MFC_DEC_H_
10 #define S5P_MFC_DEC_H_
11
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);
19
20 #endif /* S5P_MFC_DEC_H_ */