Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/videodev2.h>
#include <linux/i2c.h>
#include <linux/delay.h>
#include <media/v4l2-common.h>
#include <media/v4l2-chip-ident.h>
#include <media/v4l2-device.h>
#include "au8522.h"
#include "au8522_priv.h"
Go to the source code of this file.
Data Structures | |
struct | au8522_register_config |
Macros | |
#define | NUM_FILTER_COEF |
#define | NUM_LPFILTER_COEF |
Functions | |
MODULE_AUTHOR ("Devin Heitmueller") | |
MODULE_LICENSE ("GPL") | |
module_param_named (analog_debug, au8522_analog_debug, int, 0644) | |
MODULE_PARM_DESC (analog_debug,"Analog debugging messages [0=Off (default) 1=On]") | |
MODULE_DEVICE_TABLE (i2c, au8522_id) | |
module_i2c_driver (au8522_driver) | |
#define NUM_FILTER_COEF |
Definition at line 97 of file au8522_decoder.c.
#define NUM_LPFILTER_COEF |
Definition at line 180 of file au8522_decoder.c.
MODULE_AUTHOR | ( | "Devin Heitmueller" | ) |
MODULE_DEVICE_TABLE | ( | i2c | , |
au8522_id | |||
) |
module_i2c_driver | ( | au8522_driver | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param_named | ( | analog_debug | , |
au8522_analog_debug | , | ||
int | , | ||
0644 | |||
) |
MODULE_PARM_DESC | ( | analog_debug | , |
"Analog debugging messages " | [0=Off(default) 1=On] | ||
) |