Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
m5602_ov7660.c File Reference
#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)
 

Macro Definition Documentation

#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
#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 19 of file m5602_ov7660.c.

#define RED_BALANCE_IDX   3
#define VFLIP_IDX   8

Function Documentation

void ov7660_disconnect ( struct sd sd)

Definition at line 273 of file m5602_ov7660.c.

int ov7660_init ( struct sd sd)

Definition at line 211 of file m5602_ov7660.c.

int ov7660_probe ( struct sd sd)

Definition at line 145 of file m5602_ov7660.c.

int ov7660_start ( struct sd sd)

Definition at line 263 of file m5602_ov7660.c.

int ov7660_stop ( struct sd sd)

Definition at line 268 of file m5602_ov7660.c.