Searched refs:sync_onoff (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | dev.h | 55 wait_queue_head_t sync_onoff; member
|
| H A D | params_v20.c | 192 wake_up(¶ms_vdev->dev->sync_onoff); in params_vb2_buf_queue()
|
| H A D | dev.c | 289 init_waitqueue_head(&ispp_dev->sync_onoff); in rkispp_plat_probe()
|
| H A D | params.c | 238 wake_up(¶ms_vdev->dev->sync_onoff); in rkispp_params_vb2_stop_streaming()
|
| H A D | stream.c | 502 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 D | params_v10.c | 604 wake_up(¶ms_vdev->dev->sync_onoff); in params_vb2_buf_queue()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/ |
| H A D | dev.h | 170 wait_queue_head_t sync_onoff; member
|
| H A D | rkisp1.c | 666 ret = wait_event_timeout(dev->sync_onoff, 690 ret = wait_event_timeout(dev->sync_onoff, !params_vdev->streamon,
|
| H A D | dev.c | 1054 init_waitqueue_head(&isp_dev->sync_onoff);
|
| H A D | isp_params.c | 2486 wake_up(¶ms_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 D | dev.h | 212 wait_queue_head_t sync_onoff; member
|
| H A D | isp_params.c | 161 wake_up(¶ms_vdev->dev->sync_onoff); in rkisp_params_vb2_buf_queue() 194 wake_up(&dev->sync_onoff); in rkisp_params_vb2_stop_streaming()
|
| H A D | dev.c | 873 init_waitqueue_head(&isp_dev->sync_onoff); in rkisp_plat_probe()
|
| H A D | rkisp.c | 1050 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()
|