Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
tvp514x.c File Reference
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/videodev2.h>
#include <linux/module.h>
#include <media/v4l2-device.h>
#include <media/v4l2-common.h>
#include <media/v4l2-mediabus.h>
#include <media/v4l2-chip-ident.h>
#include <media/v4l2-ctrls.h>
#include <media/tvp514x.h>
#include "tvp514x_regs.h"

Go to the source code of this file.

Data Structures

struct  tvp514x_std_info
 
struct  tvp514x_decoder
 

Macros

#define TVP514X_MODULE_NAME   "tvp514x"
 
#define I2C_RETRY_COUNT   (5)
 
#define LOCK_RETRY_COUNT   (5)
 
#define LOCK_RETRY_DELAY   (200)
 

Enumerations

enum  tvp514x_std { STD_NTSC_MJ = 0, STD_PAL_BDGHIN, STD_INVALID }
 

Functions

 module_param (debug, bool, 0644)
 
 MODULE_PARM_DESC (debug,"Debug level (0-1)")
 
 MODULE_AUTHOR ("Texas Instruments")
 
 MODULE_DESCRIPTION ("TVP514X linux decoder driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define I2C_RETRY_COUNT   (5)

Definition at line 50 of file tvp514x.c.

#define LOCK_RETRY_COUNT   (5)

Definition at line 51 of file tvp514x.c.

#define LOCK_RETRY_DELAY   (200)

Definition at line 52 of file tvp514x.c.

#define TVP514X_MODULE_NAME   "tvp514x"

Definition at line 47 of file tvp514x.c.

Enumeration Type Documentation

Enumerator:
STD_NTSC_MJ 
STD_PAL_BDGHIN 
STD_INVALID 

Definition at line 64 of file tvp514x.c.

Function Documentation

MODULE_AUTHOR ( "Texas Instruments"  )
MODULE_DESCRIPTION ( "TVP514X linux decoder driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
bool  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Debug level (0-1)"   
)