Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
m5602_po1030.c File Reference
#include "m5602_po1030.h"

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 
#define GAIN_IDX   0
 
#define EXPOSURE_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_EXPOSURE_IDX   7
 
#define GREEN_BALANCE_IDX   8
 

Functions

int po1030_probe (struct sd *sd)
 
int po1030_init (struct sd *sd)
 
int po1030_start (struct sd *sd)
 
void po1030_disconnect (struct sd *sd)
 

Macro Definition Documentation

#define AUTO_EXPOSURE_IDX   7
#define AUTO_WHITE_BALANCE_IDX   6
#define BLUE_BALANCE_IDX   3
#define EXPOSURE_IDX   1
#define GAIN_IDX   0
#define GREEN_BALANCE_IDX   8
#define HFLIP_IDX   4
#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 19 of file m5602_po1030.c.

#define RED_BALANCE_IDX   2
#define VFLIP_IDX   5

Function Documentation

void po1030_disconnect ( struct sd sd)

Definition at line 727 of file m5602_po1030.c.

int po1030_init ( struct sd sd)

Definition at line 249 of file m5602_po1030.c.

int po1030_probe ( struct sd sd)

Definition at line 195 of file m5602_po1030.c.

int po1030_start ( struct sd sd)

Definition at line 324 of file m5602_po1030.c.