Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/include/asm/mach/
Darch.h38 unsigned int video_end; /* end of video RAM */ member
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
Debsa285.c117 .video_end = 0x000bffff,
Dnetwinder-hw.c764 .video_end = 0x000bffff,
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
Driscpc.c58 desc->video_end = 0x02000000 + vram_size; in parse_tag_acorn()
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
Dsaa7146_video.c378 static int video_end(struct saa7146_fh *fh, struct file *file) in video_end() function
965 video_end(fh, file); in vidioc_streamoff()
967 err = video_end(fh, file); in vidioc_streamoff()
1216 video_end(fh, file); in video_close()
1269 video_end(fh, file); in video_read()
1271 ret = video_end(fh, file); in video_read()
/kernel/linux/linux-5.10/arch/arm/kernel/
Dsetup.c908 video_ram.end = mdesc->video_end; in request_standard_resources()