#include <linux/init.h>
#include <linux/list.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include "saa7134-reg.h"
#include "saa7134.h"
#include <media/saa6752hs.h>
#include <media/v4l2-common.h>
#include <media/v4l2-chip-ident.h>
Go to the source code of this file.
#define dprintk |
( |
|
fmt, |
|
|
|
arg... |
|
) |
| |
module_exit |
( |
empress_unregister |
| ) |
|
module_init |
( |
empress_register |
| ) |
|
module_param_array |
( |
empress_nr |
, |
|
|
int |
, |
|
|
NULL |
, |
|
|
0444 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
debug |
, |
|
|
"enable debug messages" |
|
|
) |
| |