Linux Kernel
3.7.1
|
#include <linux/input.h>
#include "gspca.h"
#include "jpeg.h"
#include <media/v4l2-chip-ident.h>
#include <linux/dmi.h>
Go to the source code of this file.
Data Structures | |
struct | sd |
struct | i2c_reg_u8 |
struct | i2c_reg_u16 |
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
#define | SCALE_MASK 0x0f |
#define | SCALE_160x120 0 |
#define | SCALE_320x240 1 |
#define | SCALE_640x480 2 |
#define | SCALE_1280x1024 3 |
#define | MODE_RAW 0x10 |
#define | MODE_JPEG 0x20 |
#define | MODE_SXGA 0x80 |
#define | SENSOR_OV9650 0 |
#define | SENSOR_OV9655 1 |
#define | SENSOR_SOI968 2 |
#define | SENSOR_OV7660 3 |
#define | SENSOR_OV7670 4 |
#define | SENSOR_MT9V011 5 |
#define | SENSOR_MT9V111 6 |
#define | SENSOR_MT9V112 7 |
#define | SENSOR_MT9M001 8 |
#define | SENSOR_MT9M111 9 |
#define | SENSOR_MT9M112 10 |
#define | SENSOR_HV7131R 11 |
#define | SENSOR_MT9VPRB 12 |
#define | HAS_NO_BUTTON 0x1 |
#define | LED_REVERSE 0x2 /* some cameras unset gpio to turn on leds */ |
#define | FLIP_DETECT 0x4 |
#define | MIN_AVG_LUM 80 |
#define | MAX_AVG_LUM 130 |
#define | HW_WIN(mode, hstart, vstart) |
#define | CLR_WIN(width, height) |
#define | SN9C20X(sensor, i2c_addr, flags) |
Functions | |
MODULE_AUTHOR ("Brian Johnson <[email protected]>, ""microdia project <[email protected]>") | |
MODULE_DESCRIPTION ("GSPCA/SN9C20X USB Camera Driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE (usb, device_table) | |
module_usb_driver (sd_driver) | |
#define LED_REVERSE 0x2 /* some cameras unset gpio to turn on leds */ |
#define SN9C20X | ( | sensor, | |
i2c_addr, | |||
flags | |||
) |
MODULE_AUTHOR | ( | "Brian Johnson <[email protected]> | , |
""microdia project< microdia @googlegroups.com >" | |||
) |
MODULE_DEVICE_TABLE | ( | usb | , |
device_table | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_usb_driver | ( | sd_driver | ) |