Lines Matching refs:rockit_cfg
58 struct rockit_cfg { struct
76 int (*rkisp_rockit_mpibuf_done)(struct rockit_cfg *rockit_isp_cfg); argument
119 int rkisp_rockit_buf_queue(struct rockit_cfg *input_rockit_cfg);
120 int rkisp_rockit_pause_stream(struct rockit_cfg *input_rockit_cfg);
121 int rkisp_rockit_resume_stream(struct rockit_cfg *input_rockit_cfg);
122 int rkisp_rockit_config_stream(struct rockit_cfg *input_rockit_cfg,
124 int rkisp_rockit_get_tb_stream_info(struct rockit_cfg *input_rockit_cfg,
126 int rkisp_rockit_free_tb_stream_buf(struct rockit_cfg *input_rockit_cfg);
140 static inline int rkisp_rockit_buf_queue(struct rockit_cfg *input_rockit_cfg) in rkisp_rockit_buf_queue()
144 static inline int rkisp_rockit_pause_stream(struct rockit_cfg *input_rockit_cfg) in rkisp_rockit_pause_stream()
148 static inline int rkisp_rockit_resume_stream(struct rockit_cfg *input_rockit_cfg) in rkisp_rockit_resume_stream()
152 static inline int rkisp_rockit_config_stream(struct rockit_cfg *input_rockit_cfg, in rkisp_rockit_config_stream()
158 static inline int rkisp_rockit_get_tb_stream_info(struct rockit_cfg *input_rockit_cfg, in rkisp_rockit_get_tb_stream_info()
164 static inline int rkisp_rockit_free_tb_stream_buf(struct rockit_cfg *input_rockit_cfg) in rkisp_rockit_free_tb_stream_buf()