|
Linux Kernel
3.7.1
|
#include "m5602_ov7660.h"Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| #define | GAIN_IDX 1 |
| #define | BLUE_BALANCE_IDX 2 |
| #define | RED_BALANCE_IDX 3 |
| #define | AUTO_WHITE_BALANCE_IDX 4 |
| #define | AUTO_GAIN_CTRL_IDX 5 |
| #define | AUTO_EXPOSURE_IDX 6 |
| #define | HFLIP_IDX 7 |
| #define | VFLIP_IDX 8 |
Functions | |
| int | ov7660_probe (struct sd *sd) |
| int | ov7660_init (struct sd *sd) |
| int | ov7660_start (struct sd *sd) |
| int | ov7660_stop (struct sd *sd) |
| void | ov7660_disconnect (struct sd *sd) |
| #define AUTO_EXPOSURE_IDX 6 |
| #define AUTO_GAIN_CTRL_IDX 5 |
| #define AUTO_WHITE_BALANCE_IDX 4 |
| #define BLUE_BALANCE_IDX 2 |
| #define GAIN_IDX 1 |
| #define HFLIP_IDX 7 |
Definition at line 19 of file m5602_ov7660.c.
| #define RED_BALANCE_IDX 3 |
| #define VFLIP_IDX 8 |
Definition at line 273 of file m5602_ov7660.c.
Definition at line 211 of file m5602_ov7660.c.
Definition at line 145 of file m5602_ov7660.c.
Definition at line 263 of file m5602_ov7660.c.
Definition at line 268 of file m5602_ov7660.c.
1.8.2