Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
zr36016.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/types.h>
#include <linux/wait.h>
#include <asm/io.h>
#include "zr36016.h"
#include "videocodec.h"

Go to the source code of this file.

Macros

#define ZR016_VERSION   "v0.7"
 
#define MAX_CODECS   20
 
#define dprintk(num, format, args...)
 

Functions

 module_param (debug, int, 0)
 
 MODULE_PARM_DESC (debug,"Debug level (0-4)")
 
 module_init (zr36016_init_module)
 
 module_exit (zr36016_cleanup_module)
 
 MODULE_AUTHOR ("Wolfgang Scherr <scherr@net4you.at>")
 
 MODULE_DESCRIPTION ("Driver module for ZR36016 video frontends "ZR016_VERSION)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define dprintk (   num,
  format,
  args... 
)
Value:
do { \
if (debug >= num) \
printk(format, ##args); \
} while (0)

Definition at line 60 of file zr36016.c.

#define MAX_CODECS   20

Definition at line 50 of file zr36016.c.

#define ZR016_VERSION   "v0.7"

Definition at line 27 of file zr36016.c.

Function Documentation

MODULE_AUTHOR ( "Wolfgang Scherr <scherr@net4you.at>"  )
MODULE_DESCRIPTION ( "Driver module for ZR36016 video frontends "  ZR016_VERSION)
module_exit ( zr36016_cleanup_module  )
module_init ( zr36016_init_module  )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
 
)
MODULE_PARM_DESC ( debug  ,
"Debug level (0-4)"   
)