Home
last modified time | relevance | path

Searched refs:VIDEO_STREAMING (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/aspeed/
H A Daspeed-video.c210 * VIDEO_STREAMING: a flag raised if user requires stream-on
219 VIDEO_STREAMING, enumerator
823 if (test_bit(VIDEO_STREAMING, &video->flags) && !empty) in aspeed_video_irq()
1657 if (test_bit(VIDEO_STREAMING, &video->flags)) in aspeed_video_set_ctrl()
1662 if (test_bit(VIDEO_STREAMING, &video->flags)) in aspeed_video_set_ctrl()
1667 if (test_bit(VIDEO_STREAMING, &video->flags)) in aspeed_video_set_ctrl()
1672 if (test_bit(VIDEO_STREAMING, &video->flags)) in aspeed_video_set_ctrl()
1735 } else if (test_bit(VIDEO_STREAMING, &video->flags)) { in aspeed_video_resolution_work()
1842 set_bit(VIDEO_STREAMING, &video->flags); in aspeed_video_start_streaming()
1851 clear_bit(VIDEO_STREAMING, in aspeed_video_stop_streaming()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/
H A Daspeed-video.c189 VIDEO_STREAMING, enumerator
636 if (test_bit(VIDEO_STREAMING, &video->flags) && buf) in aspeed_video_irq()
1364 } else if (test_bit(VIDEO_STREAMING, &video->flags)) { in aspeed_video_resolution_work()
1467 set_bit(VIDEO_STREAMING, &video->flags); in aspeed_video_start_streaming()
1476 clear_bit(VIDEO_STREAMING, &video->flags); in aspeed_video_stop_streaming()
1512 if (test_bit(VIDEO_STREAMING, &video->flags) && in aspeed_video_buf_queue()

Completed in 6 milliseconds