Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
hdpvr-core.c File Reference
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/atomic.h>
#include <linux/usb.h>
#include <linux/mutex.h>
#include <linux/i2c.h>
#include <linux/videodev2.h>
#include <media/v4l2-dev.h>
#include <media/v4l2-common.h>
#include "hdpvr.h"

Go to the source code of this file.

Functions

 module_param_array (video_nr, int, NULL, 0)
 
 MODULE_PARM_DESC (video_nr,"video device number (-1=Auto)")
 
 module_param (hdpvr_debug, int, S_IRUGO|S_IWUSR)
 
 MODULE_PARM_DESC (hdpvr_debug,"enable debugging output")
 
 module_param (default_video_input, uint, S_IRUGO|S_IWUSR)
 
 MODULE_PARM_DESC (default_video_input,"default video input: 0=Component / ""1=S-Video / 2=Composite")
 
 module_param (default_audio_input, uint, S_IRUGO|S_IWUSR)
 
 MODULE_PARM_DESC (default_audio_input,"default audio input: 0=RCA back / ""1=RCA front / 2=S/PDIF")
 
 module_param (boost_audio, bool, S_IRUGO|S_IWUSR)
 
 MODULE_PARM_DESC (boost_audio,"boost the audio signal")
 
 MODULE_DEVICE_TABLE (usb, hdpvr_table)
 
void hdpvr_delete (struct hdpvr_device *dev)
 
 module_usb_driver (hdpvr_usb_driver)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_VERSION ("0.2.1")
 
 MODULE_AUTHOR ("Janne Grunau")
 
 MODULE_DESCRIPTION ("Hauppauge HD PVR driver")
 

Variables

int hdpvr_debug
 

Function Documentation

void hdpvr_delete ( struct hdpvr_device dev)

Definition at line 69 of file hdpvr-core.c.

MODULE_AUTHOR ( "Janne Grunau"  )
MODULE_DESCRIPTION ( "Hauppauge HD PVR driver )
MODULE_DEVICE_TABLE ( usb  ,
hdpvr_table   
)
MODULE_LICENSE ( "GPL"  )
module_param ( hdpvr_debug  ,
int  ,
S_IRUGO S_IWUSR 
)
module_param ( default_video_input  ,
uint  ,
S_IRUGO S_IWUSR 
)
module_param ( default_audio_input  ,
uint  ,
S_IRUGO S_IWUSR 
)
module_param ( boost_audio  ,
bool  ,
S_IRUGO S_IWUSR 
)
module_param_array ( video_nr  ,
int  ,
NULL  ,
 
)
MODULE_PARM_DESC ( video_nr  ,
"video device number (-1=Auto)"   
)
MODULE_PARM_DESC ( hdpvr_debug  ,
"enable debugging output  
)
MODULE_PARM_DESC ( default_video_input  )
MODULE_PARM_DESC ( default_audio_input  )
MODULE_PARM_DESC ( boost_audio  ,
"boost the audio signal"   
)
module_usb_driver ( hdpvr_usb_driver  )
MODULE_VERSION ( "0.2.1"  )

Variable Documentation

int hdpvr_debug

Definition at line 38 of file hdpvr-core.c.