Searched refs:wq_stopped (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 494 wait_queue_head_t wq_stopped;
member 665 wait_queue_head_t wq_stopped;
member
|
H A D | cif-scale.c | 546 wait_event_timeout(scale_vdev->wq_stopped,
in rkcif_scale_vb2_stop_streaming() 988 wake_up(&scale_vdev->wq_stopped);
in rkcif_irq_handle_scale() 1027 init_waitqueue_head(&scale_vdev->wq_stopped);
in rkcif_init_scale_vdev()
|
H A D | capture.c | 2975 ret = wait_event_timeout(stream->wq_stopped, stream->state != RKCIF_STATE_STREAMING, msecs_to_jiffies(1000));
in rkcif_do_stop_stream() 2992 wait_event_timeout(stream->wq_stopped, stream->to_stop_dma != RKCIF_DMAEN_BY_VICAP, msecs_to_jiffies(1000));
in rkcif_do_stop_stream() 2996 wait_event_timeout(stream->wq_stopped, stream->to_stop_dma != RKCIF_DMAEN_BY_ISP, msecs_to_jiffies(1000));
in rkcif_do_stop_stream() 4222 init_waitqueue_head(&stream->wq_stopped);
in rkcif_stream_init() 5362 wake_up(&stream->wq_stopped);
in rkcif_irq_oneframe() 6231 ret = wait_event_timeout(stream->wq_stopped, stream->state != RKCIF_STATE_STREAMING, msecs_to_jiffies(fps));
in rkcif_do_reset_work() 6859 wake_up(&stream->wq_stopped);
in rkcif_toisp_check_stop_status() 7042 wake_up(&stream->wq_stopped);
in rkcif_irq_pingpong_v1() 7085 wake_up(&stream->wq_stopped);
in rkcif_irq_pingpong_v1() 7150 wake_up(&stream->wq_stopped);
in rkcif_irq_pingpong_v1() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 453 wait_queue_head_t wq_stopped; member 626 wait_queue_head_t wq_stopped; member
|
H A D | cif-scale.c | 570 ret = wait_event_timeout(scale_vdev->wq_stopped, in rkcif_scale_vb2_stop_streaming() 1049 wake_up(&scale_vdev->wq_stopped); in rkcif_irq_handle_scale() 1087 init_waitqueue_head(&scale_vdev->wq_stopped); in rkcif_init_scale_vdev()
|
H A D | capture.c | 3053 ret = wait_event_timeout(stream->wq_stopped, in rkcif_do_stop_stream() 3072 wait_event_timeout(stream->wq_stopped, in rkcif_do_stop_stream() 3078 wait_event_timeout(stream->wq_stopped, in rkcif_do_stop_stream() 4383 init_waitqueue_head(&stream->wq_stopped); in rkcif_stream_init() 5547 wake_up(&stream->wq_stopped); in rkcif_irq_oneframe() 6467 ret = wait_event_timeout(stream->wq_stopped, in rkcif_do_reset_work() 7142 wake_up(&stream->wq_stopped); in rkcif_toisp_check_stop_status() 7341 wake_up(&stream->wq_stopped); in rkcif_irq_pingpong_v1() 7378 wake_up(&stream->wq_stopped); in rkcif_irq_pingpong_v1() 7449 wake_up(&stream->wq_stopped); in rkcif_irq_pingpong_v1() [all...] |
Completed in 24 milliseconds