Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <media/v4l2-common.h>
#include <linux/v4l2-mediabus.h>
#include <linux/mm.h>
#include "isp.h"
#include "ispreg.h"
#include "ispcsi2.h"
Go to the source code of this file.
Macros | |
#define | CSI2_PRINT_REGISTER(isp, regs, name) |
Functions | |
int | omap3isp_csi2_reset (struct isp_csi2_device *csi2) |
void | omap3isp_csi2_isr (struct isp_csi2_device *csi2) |
void | omap3isp_csi2_unregister_entities (struct isp_csi2_device *csi2) |
int | omap3isp_csi2_register_entities (struct isp_csi2_device *csi2, struct v4l2_device *vdev) |
int | omap3isp_csi2_init (struct isp_device *isp) |
void | omap3isp_csi2_cleanup (struct isp_device *isp) |
void omap3isp_csi2_cleanup | ( | struct isp_device * | isp | ) |
int omap3isp_csi2_init | ( | struct isp_device * | isp | ) |
void omap3isp_csi2_isr | ( | struct isp_csi2_device * | csi2 | ) |
int omap3isp_csi2_register_entities | ( | struct isp_csi2_device * | csi2, |
struct v4l2_device * | vdev | ||
) |
int omap3isp_csi2_reset | ( | struct isp_csi2_device * | csi2 | ) |
void omap3isp_csi2_unregister_entities | ( | struct isp_csi2_device * | csi2 | ) |