Searched refs:VIDEO_STREAMING (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/platform/aspeed/ |
H A D | aspeed-video.c | 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, &video->flags); in aspeed_video_stop_streaming() 1887 if (test_bit(VIDEO_STREAMING, &video->flags) && in aspeed_video_buf_queue()
|
/linux/drivers/media/platform/nuvoton/ |
H A D | npcm-video.c | 74 VIDEO_STREAMING, enumerator 874 if (test_bit(VIDEO_STREAMING, &video->flags)) { in npcm_video_detect_resolution() 1066 !test_bit(VIDEO_STREAMING, &video->flags)) in npcm_video_irq() 1485 set_bit(VIDEO_STREAMING, &video->flags); in npcm_video_start_streaming() 1494 clear_bit(VIDEO_STREAMING, &video->flags); in npcm_video_stop_streaming() 1515 if (test_bit(VIDEO_STREAMING, &video->flags) && in npcm_video_buf_queue() 1533 if (test_bit(VIDEO_STREAMING, &video->flags)) { in npcm_video_buf_finish()
|