Searched refs:rockit_cfg (Results 1 – 2 of 2) sorted by relevance
14 static struct rockit_cfg *rockit_cfg; variable29 static struct rkisp_stream *rkisp_rockit_get_stream(struct rockit_cfg *input_rockit_cfg) in rkisp_rockit_get_stream()35 if (!rockit_cfg) { in rkisp_rockit_get_stream()44 for (i = 0; i < rockit_cfg->isp_num; i++) { in rkisp_rockit_get_stream()45 if (!strcmp(rockit_cfg->rkisp_dev_cfg[i].isp_name, in rkisp_rockit_get_stream()47 ispdev = rockit_cfg->rkisp_dev_cfg[i].isp_dev; in rkisp_rockit_get_stream()84 int rkisp_rockit_buf_queue(struct rockit_cfg *input_rockit_cfg) in rkisp_rockit_buf_queue()109 stream_cfg = &rockit_cfg->rkisp_dev_cfg[dev_id].rkisp_stream_cfg[stream->id]; in rkisp_rockit_buf_queue()228 if (!rockit_cfg || in rkisp_rockit_buf_done()229 !rockit_cfg->rkisp_rockit_mpibuf_done || in rkisp_rockit_buf_done()[all …]
58 struct rockit_cfg { struct76 int (*rkisp_rockit_mpibuf_done)(struct rockit_cfg *rockit_isp_cfg); argument119 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()[all …]