Home
last modified time | relevance | path

Searched refs:is_cfg (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dstream.h176 bool is_cfg; member
H A Dstream.c416 if (stream->is_cfg) { in rkispp_frame_end()
569 stream->is_cfg = true; in config_ii()
622 stream->is_cfg = true; in secure_config_mb()
751 stream->is_cfg = true; in config_scl()
1112 stream->is_cfg = false; in rkispp_start_streaming()
1903 if (!stream->streaming || !stream->is_cfg || in rkispp_isr()
H A Dstream_v10.c97 if (!stream->streaming || !stream->is_cfg || stream->stopping) in rkispp_frame_done_early()
908 if (!stream->is_cfg) { in nr_work_event()
922 if (!stream->streaming || !stream->is_cfg || stream->curr_buf) in nr_work_event()
1401 if (!stream->is_cfg) { in fec_work_event()
H A Dstream_v20.c283 if (stream->streaming && !stream->is_cfg) in fec_work_event()