Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/mach/
H A Darch.h38 unsigned int video_end; /* end of video RAM */ member
/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/
H A Debsa285.c117 .video_end = 0x000bffff,
H A Dnetwinder-hw.c764 .video_end = 0x000bffff,
/OK3568_Linux_fs/kernel/drivers/media/common/saa7146/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-rpc/
H A Driscpc.c58 desc->video_end = 0x02000000 + vram_size; in parse_tag_acorn()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dinterpret_edid.c295 struct cea_video_block *video_end; in handle_cea_video_block() local
303 video_end = (struct cea_video_block *) in handle_cea_video_block()
306 for (; video < video_end; video = video + 1) { in handle_cea_video_block()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsetup.c907 video_ram.end = mdesc->video_end; in request_standard_resources()