Home
last modified time | relevance | path

Searched refs:cmpl (Results 1 – 25 of 33) sorted by relevance

12

/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
Dispp.c290 if (!completion_done(&dev->stream_vdev.monitor.cmpl)) { in rkispp_sd_s_stream()
291 complete(&dev->stream_vdev.monitor.cmpl); in rkispp_sd_s_stream()
293 if (!completion_done(&dev->stream_vdev.monitor.tnr.cmpl)) { in rkispp_sd_s_stream()
294 complete(&dev->stream_vdev.monitor.tnr.cmpl); in rkispp_sd_s_stream()
296 if (!completion_done(&dev->stream_vdev.monitor.nr.cmpl)) { in rkispp_sd_s_stream()
297 complete(&dev->stream_vdev.monitor.nr.cmpl); in rkispp_sd_s_stream()
299 if (!completion_done(&dev->stream_vdev.monitor.fec.cmpl)) { in rkispp_sd_s_stream()
300 complete(&dev->stream_vdev.monitor.fec.cmpl); in rkispp_sd_s_stream()
Dstream.c272 wait_for_completion(&cpy->cmpl); in vir_cpy_image()
402 if (!completion_done(&dev->stream_vdev.vir_cpy.cmpl)) { in rkispp_frame_end()
403 complete(&dev->stream_vdev.vir_cpy.cmpl); in rkispp_frame_end()
1005 if (!completion_done(&dev->stream_vdev.vir_cpy.cmpl)) { in rkispp_stop_streaming()
1006 complete(&dev->stream_vdev.vir_cpy.cmpl); in rkispp_stop_streaming()
1047 init_completion(&dev->stream_vdev.vir_cpy.cmpl); in rkispp_start_streaming()
1562 wait_for_completion_timeout(&monitor->cmpl, msecs_to_jiffies(500)); in restart_module()
1586 if (!completion_done(&monitor->tnr.cmpl)) { in restart_module()
1587 complete(&monitor->tnr.cmpl); in restart_module()
1617 if (!completion_done(&monitor->nr.cmpl)) { in restart_module()
[all …]
Dstream.h178 struct completion cmpl; member
188 struct completion cmpl; member
210 struct completion cmpl; member
Dstream_v20.c132 init_completion(&vdev->monitor.fec.cmpl); in config_fec()
169 init_completion(&dev->stream_vdev.monitor.cmpl); in config_modules()
296 if (!completion_done(&monitor->fec.cmpl)) { in fec_work_event()
297 complete(&monitor->fec.cmpl); in fec_work_event()
Dhw.h32 struct completion cmpl; member
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
Dispp.c290 if (!completion_done(&dev->stream_vdev.monitor.cmpl)) in rkispp_sd_s_stream()
291 complete(&dev->stream_vdev.monitor.cmpl); in rkispp_sd_s_stream()
292 if (!completion_done(&dev->stream_vdev.monitor.tnr.cmpl)) in rkispp_sd_s_stream()
293 complete(&dev->stream_vdev.monitor.tnr.cmpl); in rkispp_sd_s_stream()
294 if (!completion_done(&dev->stream_vdev.monitor.nr.cmpl)) in rkispp_sd_s_stream()
295 complete(&dev->stream_vdev.monitor.nr.cmpl); in rkispp_sd_s_stream()
296 if (!completion_done(&dev->stream_vdev.monitor.fec.cmpl)) in rkispp_sd_s_stream()
297 complete(&dev->stream_vdev.monitor.fec.cmpl); in rkispp_sd_s_stream()
Dstream.c260 wait_for_completion(&cpy->cmpl); in vir_cpy_image()
397 if (!completion_done(&dev->stream_vdev.vir_cpy.cmpl)) in rkispp_frame_end()
398 complete(&dev->stream_vdev.vir_cpy.cmpl); in rkispp_frame_end()
1038 if (!completion_done(&dev->stream_vdev.vir_cpy.cmpl)) in rkispp_stop_streaming()
1039 complete(&dev->stream_vdev.vir_cpy.cmpl); in rkispp_stop_streaming()
1082 init_completion(&dev->stream_vdev.vir_cpy.cmpl); in rkispp_start_streaming()
1632 wait_for_completion_timeout(&monitor->cmpl, in restart_module()
1657 if (!completion_done(&monitor->tnr.cmpl)) in restart_module()
1658 complete(&monitor->tnr.cmpl); in restart_module()
1689 if (!completion_done(&monitor->nr.cmpl)) in restart_module()
[all …]
Dstream.h187 struct completion cmpl; member
197 struct completion cmpl; member
223 struct completion cmpl; member
Dfec.h14 struct completion cmpl; member
Dstream_v20.c138 init_completion(&vdev->monitor.fec.cmpl); in config_fec()
178 init_completion(&dev->stream_vdev.monitor.cmpl); in config_modules()
304 if (!completion_done(&monitor->fec.cmpl)) in fec_work_event()
305 complete(&monitor->fec.cmpl); in fec_work_event()
/device/board/isoftstone/yangfan/kernel/src/driv/media/ispp/
Dispp.c290 if (!completion_done(&dev->stream_vdev.monitor.cmpl)) in rkispp_sd_s_stream()
291 complete(&dev->stream_vdev.monitor.cmpl); in rkispp_sd_s_stream()
292 if (!completion_done(&dev->stream_vdev.monitor.tnr.cmpl)) in rkispp_sd_s_stream()
293 complete(&dev->stream_vdev.monitor.tnr.cmpl); in rkispp_sd_s_stream()
294 if (!completion_done(&dev->stream_vdev.monitor.nr.cmpl)) in rkispp_sd_s_stream()
295 complete(&dev->stream_vdev.monitor.nr.cmpl); in rkispp_sd_s_stream()
296 if (!completion_done(&dev->stream_vdev.monitor.fec.cmpl)) in rkispp_sd_s_stream()
297 complete(&dev->stream_vdev.monitor.fec.cmpl); in rkispp_sd_s_stream()
Dstream.c260 wait_for_completion(&cpy->cmpl); in vir_cpy_image()
397 if (!completion_done(&dev->stream_vdev.vir_cpy.cmpl)) in rkispp_frame_end()
398 complete(&dev->stream_vdev.vir_cpy.cmpl); in rkispp_frame_end()
1038 if (!completion_done(&dev->stream_vdev.vir_cpy.cmpl)) in rkispp_stop_streaming()
1039 complete(&dev->stream_vdev.vir_cpy.cmpl); in rkispp_stop_streaming()
1082 init_completion(&dev->stream_vdev.vir_cpy.cmpl); in rkispp_start_streaming()
1632 wait_for_completion_timeout(&monitor->cmpl, in restart_module()
1657 if (!completion_done(&monitor->tnr.cmpl)) in restart_module()
1658 complete(&monitor->tnr.cmpl); in restart_module()
1689 if (!completion_done(&monitor->nr.cmpl)) in restart_module()
[all …]
Dstream.h187 struct completion cmpl; member
197 struct completion cmpl; member
223 struct completion cmpl; member
Dfec.h14 struct completion cmpl; member
Dfec.c48 init_completion(&fec->cmpl); in fec_running()
304 ret = wait_for_completion_timeout(&fec->cmpl, msecs_to_jiffies(300)); in fec_running()
434 if (!completion_done(&hw->fec_dev.cmpl)) in rkispp_fec_irq()
435 complete(&hw->fec_dev.cmpl); in rkispp_fec_irq()
Dstream_v20.c138 init_completion(&vdev->monitor.fec.cmpl); in config_fec()
178 init_completion(&dev->stream_vdev.monitor.cmpl); in config_modules()
304 if (!completion_done(&monitor->fec.cmpl)) in fec_work_event()
305 complete(&monitor->fec.cmpl); in fec_work_event()
Dstream_v10.c386 init_completion(&vdev->monitor.tnr.cmpl); in config_tnr()
585 init_completion(&vdev->monitor.nr.cmpl); in config_nr_shp()
653 init_completion(&vdev->monitor.fec.cmpl); in config_fec()
675 init_completion(&dev->stream_vdev.monitor.cmpl); in config_modules()
958 if (!completion_done(&monitor->nr.cmpl)) in nr_work_event()
959 complete(&monitor->nr.cmpl); in nr_work_event()
1263 if (!completion_done(&monitor->tnr.cmpl)) in tnr_work_event()
1264 complete(&monitor->tnr.cmpl); in tnr_work_event()
1421 if (!completion_done(&monitor->fec.cmpl)) in fec_work_event()
1422 complete(&monitor->fec.cmpl); in fec_work_event()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
Dhw.h31 struct completion cmpl; member
Dcapture.h262 struct completion cmpl; member
Dcapture_v30.c718 if (!completion_done(&dev->cap_dev.vir_cpy.cmpl)) { in mi_frame_end()
719 complete(&dev->cap_dev.vir_cpy.cmpl); in mi_frame_end()
952 if (!completion_done(&dev->cap_dev.vir_cpy.cmpl)) { in rkisp_stop_streaming()
953 complete(&dev->cap_dev.vir_cpy.cmpl); in rkisp_stop_streaming()
1004 wait_for_completion(&cpy->cmpl); in vir_cpy_image()
1124 init_completion(&dev->cap_dev.vir_cpy.cmpl); in rkisp_start_streaming()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
Dhw.h31 struct completion cmpl; member
Dcapture.h266 struct completion cmpl; member
Dcapture_v30.c748 if (!completion_done(&dev->cap_dev.vir_cpy.cmpl)) in mi_frame_end()
749 complete(&dev->cap_dev.vir_cpy.cmpl); in mi_frame_end()
996 if (!completion_done(&dev->cap_dev.vir_cpy.cmpl)) in rkisp_stop_streaming()
997 complete(&dev->cap_dev.vir_cpy.cmpl); in rkisp_stop_streaming()
1047 wait_for_completion(&cpy->cmpl); in vir_cpy_image()
1169 init_completion(&dev->cap_dev.vir_cpy.cmpl); in rkisp_start_streaming()
/device/board/isoftstone/yangfan/kernel/src/driv/media/isp/
Dhw.h31 struct completion cmpl; member
Dcapture.h266 struct completion cmpl; member

12