Searched refs:VIDEO_STREAMING (Results 1 – 2 of 2) sorted by relevance
/openbmc/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()
|
/openbmc/linux/drivers/media/platform/nuvoton/ |
H A D | npcm-video.c | 75 VIDEO_STREAMING, enumerator 877 if (test_bit(VIDEO_STREAMING, &video->flags)) { in npcm_video_detect_resolution() 1069 !test_bit(VIDEO_STREAMING, &video->flags)) in npcm_video_irq() 1488 set_bit(VIDEO_STREAMING, &video->flags); in npcm_video_start_streaming() 1497 clear_bit(VIDEO_STREAMING, &video->flags); in npcm_video_stop_streaming() 1519 if (test_bit(VIDEO_STREAMING, &video->flags) && in npcm_video_buf_queue() 1537 if (test_bit(VIDEO_STREAMING, &video->flags)) { in npcm_video_buf_finish()
|