Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/aspeed/
Daspeed-video.c211 VIDEO_CLOCKS_ON, enumerator
606 if (!test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_off()
617 clear_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_off()
622 if (test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_on()
629 set_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_on()