Home
last modified time | relevance | path

Searched refs:rockit_rkcif_cfg (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcif-rockit.c12 static struct rockit_rkcif_cfg *rockit_rkcif_cfg; variable
27 static struct rkcif_stream *rkcif_rockit_get_stream(struct rockit_rkcif_cfg *input_rockit_cfg) in rkcif_rockit_get_stream()
33 if (!rockit_rkcif_cfg) { in rkcif_rockit_get_stream()
42 for (i = 0; i < rockit_rkcif_cfg->cif_num; i++) { in rkcif_rockit_get_stream()
43 if (!strcmp(rockit_rkcif_cfg->rkcif_dev_cfg[i].cif_name, in rkcif_rockit_get_stream()
45 cif_dev = rockit_rkcif_cfg->rkcif_dev_cfg[i].cif_dev; in rkcif_rockit_get_stream()
76 int rkcif_rockit_buf_queue(struct rockit_rkcif_cfg *input_rockit_cfg) in rkcif_rockit_buf_queue()
102 stream_cfg = &rockit_rkcif_cfg->rkcif_dev_cfg[dev_id].rkcif_stream_cfg[stream->id]; in rkcif_rockit_buf_queue()
196 if (!rockit_rkcif_cfg || in rkcif_rockit_buf_done()
197 !rockit_rkcif_cfg->rkcif_rockit_mpibuf_done || in rkcif_rockit_buf_done()
[all …]
/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_rockit.h96 struct rockit_rkcif_cfg { struct
112 int (*rkcif_rockit_mpibuf_done)(struct rockit_rkcif_cfg *rockit_cif_cfg); argument
130 int rkcif_rockit_buf_queue(struct rockit_rkcif_cfg *input_rockit_cfg);
131 int rkcif_rockit_config_stream(struct rockit_rkcif_cfg *input_rockit_cfg,
133 int rkcif_rockit_resume_stream(struct rockit_rkcif_cfg *input_rockit_cfg);
134 int rkcif_rockit_pause_stream(struct rockit_rkcif_cfg *input_rockit_cfg);