|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/slab.h>#include <linux/ioctl.h>#include <asm/uaccess.h>#include <linux/i2c.h>#include <linux/videodev2.h>#include <media/v4l2-device.h>#include <media/v4l2-chip-ident.h>Go to the source code of this file.
Data Structures | |
| struct | bt866 |
Functions | |
| MODULE_DESCRIPTION ("Brooktree-866 video encoder driver") | |
| MODULE_AUTHOR ("Mike Bernson & Dave Perks") | |
| MODULE_LICENSE ("GPL") | |
| module_param (debug, int, 0) | |
| MODULE_PARM_DESC (debug,"Debug level (0-1)") | |
| MODULE_DEVICE_TABLE (i2c, bt866_id) | |
| module_i2c_driver (bt866_driver) | |
| MODULE_AUTHOR | ( | "Mike Bernson & Dave Perks" | ) |
| MODULE_DESCRIPTION | ( | "Brooktree-866 video encoder driver" | ) |
| MODULE_DEVICE_TABLE | ( | i2c | , |
| bt866_id | |||
| ) |
| module_i2c_driver | ( | bt866_driver | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2