Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/
Daspeed-video.c190 VIDEO_CLOCKS_ON, enumerator
486 if (!test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_off()
497 clear_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_off()
502 if (test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_on()
509 set_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_on()