Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/
Daspeed-video.c190 VIDEO_CLOCKS_ON, enumerator
509 if (!test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_off()
520 clear_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_off()
525 if (test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_on()
532 set_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_on()