Home
last modified time | relevance | path

Searched refs:sync_onoff (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Ddev.h55 wait_queue_head_t sync_onoff; member
H A Dparams_v20.c192 wake_up(&params_vdev->dev->sync_onoff); in params_vb2_buf_queue()
H A Ddev.c289 init_waitqueue_head(&ispp_dev->sync_onoff); in rkispp_plat_probe()
H A Dparams.c238 wake_up(&params_vdev->dev->sync_onoff); in rkispp_params_vb2_stop_streaming()
H A Dstream.c502 ret = wait_event_timeout(dev->sync_onoff, in rkispp_start_3a_run()
530 ret = wait_event_timeout(dev->sync_onoff, !params_vdev->streamon, in rkispp_stop_3a_run()
H A Dparams_v10.c604 wake_up(&params_vdev->dev->sync_onoff); in params_vb2_buf_queue()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Ddev.h170 wait_queue_head_t sync_onoff; member
H A Drkisp1.c666 ret = wait_event_timeout(dev->sync_onoff,
690 ret = wait_event_timeout(dev->sync_onoff, !params_vdev->streamon,
H A Ddev.c1054 init_waitqueue_head(&isp_dev->sync_onoff);
H A Disp_params.c2486 wake_up(&params_vdev->dev->sync_onoff); in rkisp1_params_vb2_buf_queue()
2507 wake_up(&dev->sync_onoff); in rkisp1_params_vb2_stop_streaming()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Ddev.h212 wait_queue_head_t sync_onoff; member
H A Disp_params.c161 wake_up(&params_vdev->dev->sync_onoff); in rkisp_params_vb2_buf_queue()
194 wake_up(&dev->sync_onoff); in rkisp_params_vb2_stop_streaming()
H A Ddev.c873 init_waitqueue_head(&isp_dev->sync_onoff); in rkisp_plat_probe()
H A Drkisp.c1050 wake_up(&dev->sync_onoff); in rkisp_check_idle()
1965 ret = wait_event_timeout(dev->sync_onoff, in rkisp_start_3a_run()
1990 ret = wait_event_timeout(dev->sync_onoff, !params_vdev->streamon, in rkisp_stop_3a_run()
2881 wait_event_timeout(isp_dev->sync_onoff, in rkisp_isp_sd_s_stream()