|
Linux Kernel
3.7.1
|
#include <asm/cacheflush.h>#include <linux/clk.h>#include <linux/mm.h>#include <linux/module.h>#include <linux/pagemap.h>#include <linux/scatterlist.h>#include <linux/sched.h>#include <linux/slab.h>#include <linux/vmalloc.h>#include <media/v4l2-dev.h>#include <media/v4l2-ioctl.h>#include <plat/iommu.h>#include <plat/iovmm.h>#include <plat/omap-pm.h>#include "ispvideo.h"#include "isp.h"Go to the source code of this file.
Macros | |
| #define | IOMMU_FLAG (IOVMF_ENDIAN_LITTLE | IOVMF_ELSZ_8) |
Functions | |
| struct isp_format_info * | omap3isp_video_format_info (enum v4l2_mbus_pixelcode code) |
| struct isp_buffer * | omap3isp_video_buffer_next (struct isp_video *video) |
| void | omap3isp_video_resume (struct isp_video *video, int continuous) |
| int | omap3isp_video_init (struct isp_video *video, const char *name) |
| void | omap3isp_video_cleanup (struct isp_video *video) |
| int | omap3isp_video_register (struct isp_video *video, struct v4l2_device *vdev) |
| void | omap3isp_video_unregister (struct isp_video *video) |
| #define IOMMU_FLAG (IOVMF_ENDIAN_LITTLE | IOVMF_ELSZ_8) |
Definition at line 386 of file ispvideo.c.
|
read |
Definition at line 552 of file ispvideo.c.
Definition at line 1379 of file ispvideo.c.
|
read |
Definition at line 130 of file ispvideo.c.
Definition at line 1332 of file ispvideo.c.
| int omap3isp_video_register | ( | struct isp_video * | video, |
| struct v4l2_device * | vdev | ||
| ) |
Definition at line 1386 of file ispvideo.c.
Definition at line 635 of file ispvideo.c.
Definition at line 1400 of file ispvideo.c.
1.8.2