Linux Kernel
3.7.1
|
#include "m5602_ov9650.h"
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
#define | EXPOSURE_IDX 0 |
#define | GAIN_IDX 1 |
#define | RED_BALANCE_IDX 2 |
#define | BLUE_BALANCE_IDX 3 |
#define | HFLIP_IDX 4 |
#define | VFLIP_IDX 5 |
#define | AUTO_WHITE_BALANCE_IDX 6 |
#define | AUTO_GAIN_CTRL_IDX 7 |
#define | AUTO_EXPOSURE_IDX 8 |
Functions | |
int | ov9650_probe (struct sd *sd) |
int | ov9650_init (struct sd *sd) |
int | ov9650_start (struct sd *sd) |
int | ov9650_stop (struct sd *sd) |
void | ov9650_disconnect (struct sd *sd) |
#define AUTO_EXPOSURE_IDX 8 |
#define AUTO_GAIN_CTRL_IDX 7 |
#define AUTO_WHITE_BALANCE_IDX 6 |
#define BLUE_BALANCE_IDX 3 |
#define EXPOSURE_IDX 0 |
#define GAIN_IDX 1 |
#define HFLIP_IDX 4 |
Definition at line 19 of file m5602_ov9650.c.
#define RED_BALANCE_IDX 2 |
#define VFLIP_IDX 5 |
Definition at line 551 of file m5602_ov9650.c.
Definition at line 357 of file m5602_ov9650.c.
Definition at line 296 of file m5602_ov9650.c.
Definition at line 417 of file m5602_ov9650.c.
Definition at line 545 of file m5602_ov9650.c.