Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
zr36060.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 "zr36060.h"
#include "videocodec.h"

Go to the source code of this file.

Macros

#define ZR060_VERSION   "v0.7"
 
#define MAX_CODECS   20
 
#define dprintk(num, format, args...)
 
#define NO_OF_COMPONENTS   0x3
 
#define BASELINE_PRECISION   0x8
 

Functions

 module_param (low_bitrate, bool, 0)
 
 MODULE_PARM_DESC (low_bitrate,"Buz compatibility option, halves bitrate")
 
 module_param (debug, int, 0)
 
 MODULE_PARM_DESC (debug,"Debug level (0-4)")
 
 module_init (zr36060_init_module)
 
 module_exit (zr36060_cleanup_module)
 
 MODULE_AUTHOR ("Laurent Pinchart <[email protected]>")
 
 MODULE_DESCRIPTION ("Driver module for ZR36060 jpeg processors "ZR060_VERSION)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define BASELINE_PRECISION   0x8

Definition at line 315 of file zr36060.c.

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

Definition at line 62 of file zr36060.c.

#define MAX_CODECS   20

Definition at line 48 of file zr36060.c.

#define NO_OF_COMPONENTS   0x3

Definition at line 314 of file zr36060.c.

#define ZR060_VERSION   "v0.7"

Definition at line 27 of file zr36060.c.

Function Documentation

MODULE_AUTHOR ( "Laurent Pinchart <[email protected]>"  )
MODULE_DESCRIPTION ( "Driver module for ZR36060 jpeg processors "  ZR060_VERSION)
module_exit ( zr36060_cleanup_module  )
module_init ( zr36060_init_module  )
MODULE_LICENSE ( "GPL"  )
module_param ( low_bitrate  ,
bool  ,
 
)
module_param ( debug  ,
int  ,
 
)
MODULE_PARM_DESC ( low_bitrate  ,
"Buz compatibility  option,
halves bitrate  
)
MODULE_PARM_DESC ( debug  ,
"Debug level (0-4)"   
)