Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
ispccp2.h File Reference
#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)
 

Macro Definition Documentation

#define CCP2_PAD_SINK   0

Definition at line 36 of file ispccp2.h.

#define CCP2_PAD_SOURCE   1

Definition at line 37 of file ispccp2.h.

#define CCP2_PADS_NUM   2

Definition at line 38 of file ispccp2.h.

Enumeration Type Documentation

Enumerator:
CCP2_INPUT_NONE 
CCP2_INPUT_SENSOR 
CCP2_INPUT_MEMORY 

Definition at line 41 of file ispccp2.h.

Enumerator:
CCP2_OUTPUT_NONE 
CCP2_OUTPUT_CCDC 
CCP2_OUTPUT_MEMORY 

Definition at line 48 of file ispccp2.h.

Function Documentation

void omap3isp_ccp2_cleanup ( struct isp_device isp)

Definition at line 1163 of file ispccp2.c.

int omap3isp_ccp2_init ( struct isp_device isp)

Definition at line 1120 of file ispccp2.c.

void omap3isp_ccp2_isr ( struct isp_ccp2_device ccp2)

Definition at line 563 of file ispccp2.c.

int omap3isp_ccp2_register_entities ( struct isp_ccp2_device ccp2,
struct v4l2_device vdev 
)

Definition at line 1021 of file ispccp2.c.

void omap3isp_ccp2_unregister_entities ( struct isp_ccp2_device ccp2)

Definition at line 1008 of file ispccp2.c.