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

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 
#define VFLIP_IDX   0
 
#define HFLIP_IDX   1
 
#define GAIN_IDX   2
 
#define AUTO_WHITE_BALANCE_IDX   3
 
#define GREEN_BALANCE_IDX   4
 
#define BLUE_BALANCE_IDX   5
 
#define RED_BALANCE_IDX   5
 

Functions

int mt9m111_probe (struct sd *sd)
 
int mt9m111_init (struct sd *sd)
 
int mt9m111_start (struct sd *sd)
 
void mt9m111_disconnect (struct sd *sd)
 

Macro Definition Documentation

#define AUTO_WHITE_BALANCE_IDX   3
#define BLUE_BALANCE_IDX   5
#define GAIN_IDX   2
#define GREEN_BALANCE_IDX   4
#define HFLIP_IDX   1
#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 19 of file m5602_mt9m111.c.

#define RED_BALANCE_IDX   5
#define VFLIP_IDX   0

Function Documentation

void mt9m111_disconnect ( struct sd sd)

Definition at line 361 of file m5602_mt9m111.c.

int mt9m111_init ( struct sd sd)

Definition at line 220 of file m5602_mt9m111.c.

int mt9m111_probe ( struct sd sd)

Definition at line 160 of file m5602_mt9m111.c.

int mt9m111_start ( struct sd sd)

Definition at line 270 of file m5602_mt9m111.c.