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

Go to the source code of this file.

Data Structures

struct  saa711x_state
 

Macros

#define VRES_60HZ   (480+16)
 

Functions

 MODULE_DESCRIPTION ("Philips SAA7111/SAA7113/SAA7114/SAA7115/SAA7118 video decoder driver")
 
 MODULE_AUTHOR ("Maxim Yevtyushkin, Kevin Thayer, Chris Kennedy, ""Hans Verkuil, Mauro Carvalho Chehab")
 
 MODULE_LICENSE ("GPL")
 
 module_param (debug, bool, 0644)
 
 MODULE_PARM_DESC (debug,"Debug level (0-1)")
 
 MODULE_DEVICE_TABLE (i2c, saa711x_id)
 
 module_i2c_driver (saa711x_driver)
 

Macro Definition Documentation

#define VRES_60HZ   (480+16)

Definition at line 53 of file saa7115.c.

Function Documentation

MODULE_AUTHOR ( "Maxim  Yevtyushkin,
Kevin  Thayer,
Chris  Kennedy,
""Hans  Verkuil,
Mauro Carvalho Chehab"   
)
MODULE_DESCRIPTION ( "Philips SAA7111/SAA7113/SAA7114/SAA7115/SAA7118 video decoder driver )
MODULE_DEVICE_TABLE ( i2c  ,
saa711x_id   
)
module_i2c_driver ( saa711x_driver  )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
bool  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Debug level (0-1)"   
)