Searched refs:VIDEO_CLOCKS_ON (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | aspeed-video.c | 192 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/aspeed/ |
H A D | aspeed-video.c | 213 * VIDEO_CLOCKS_ON: a flag raised if clk is on 222 VIDEO_CLOCKS_ON, enumerator 656 if (!test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_off() 667 clear_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_off() 672 if (test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_on() 679 set_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_on()
|
Completed in 7 milliseconds