Searched refs:video_end (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/ |
H A D | arch.h | 38 unsigned int video_end; /* end of video RAM */ member
|
/kernel/linux/linux-6.6/arch/arm/include/asm/mach/ |
H A D | arch.h | 38 unsigned int video_end; /* end of video RAM */ member
|
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/ |
H A D | ebsa285.c | 117 .video_end = 0x000bffff,
|
H A D | netwinder-hw.c | 764 .video_end = 0x000bffff,
|
/kernel/linux/linux-6.6/arch/arm/mach-footbridge/ |
H A D | ebsa285.c | 117 .video_end = 0x000bffff,
|
H A D | netwinder-hw.c | 764 .video_end = 0x000bffff,
|
/kernel/linux/linux-5.10/drivers/media/common/saa7146/ |
H A D | saa7146_video.c | 378 static int video_end(struct saa7146_fh *fh, struct file *file) in video_end() function 945 /* ugly: we need to copy some checks from video_end(), in vidioc_streamoff() 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/mach-rpc/ |
H A D | riscpc.c | 58 desc->video_end = 0x02000000 + vram_size; in parse_tag_acorn()
|
/kernel/linux/linux-6.6/arch/arm/mach-rpc/ |
H A D | riscpc.c | 59 desc->video_end = 0x02000000 + vram_size; in parse_tag_acorn()
|
/kernel/linux/linux-6.6/drivers/media/common/saa7146/ |
H A D | saa7146_video.c | 217 static void video_end(struct saa7146_dev *dev) in video_end() function 672 video_end(dev); in stop_streaming()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | setup.c | 908 video_ram.end = mdesc->video_end; in request_standard_resources()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | setup.c | 915 video_ram.end = mdesc->video_end; in request_standard_resources()
|
Completed in 10 milliseconds