Linux Kernel
3.7.1
|
#include <linux/videodev2.h>
Go to the source code of this file.
Data Structures | |
struct | isp_interface_lcx_config |
struct | isp_interface_mem_config |
struct | isp_ccp2_device |
Macros | |
#define | CCP2_PAD_SINK 0 |
#define | CCP2_PAD_SOURCE 1 |
#define | CCP2_PADS_NUM 2 |
Enumerations | |
enum | ccp2_input_entity { CCP2_INPUT_NONE, CCP2_INPUT_SENSOR, CCP2_INPUT_MEMORY } |
enum | ccp2_output_entity { CCP2_OUTPUT_NONE, CCP2_OUTPUT_CCDC, CCP2_OUTPUT_MEMORY } |
Functions | |
int | omap3isp_ccp2_init (struct isp_device *isp) |
void | omap3isp_ccp2_cleanup (struct isp_device *isp) |
int | omap3isp_ccp2_register_entities (struct isp_ccp2_device *ccp2, struct v4l2_device *vdev) |
void | omap3isp_ccp2_unregister_entities (struct isp_ccp2_device *ccp2) |
void | omap3isp_ccp2_isr (struct isp_ccp2_device *ccp2) |
enum ccp2_input_entity |
enum ccp2_output_entity |
void omap3isp_ccp2_cleanup | ( | struct isp_device * | isp | ) |
int omap3isp_ccp2_init | ( | struct isp_device * | isp | ) |
void omap3isp_ccp2_isr | ( | struct isp_ccp2_device * | ccp2 | ) |
int omap3isp_ccp2_register_entities | ( | struct isp_ccp2_device * | ccp2, |
struct v4l2_device * | vdev | ||
) |
void omap3isp_ccp2_unregister_entities | ( | struct isp_ccp2_device * | ccp2 | ) |