Home
last modified time | relevance | path

Searched refs:VIDEO_CLOCKS_ON (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Daspeed-video.c192 VIDEO_CLOCKS_ON, enumerator
515 if (!test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_off()
526 clear_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_off()
531 if (test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_on()
538 set_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_on()