Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
m5602_s5k4aa.c File Reference
#include "m5602_s5k4aa.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 EXPOSURE_IDX   3
 
#define NOISE_SUPP_IDX   4
 
#define BRIGHTNESS_IDX   5
 

Functions

int s5k4aa_probe (struct sd *sd)
 
int s5k4aa_start (struct sd *sd)
 
int s5k4aa_init (struct sd *sd)
 
void s5k4aa_disconnect (struct sd *sd)
 

Macro Definition Documentation

#define BRIGHTNESS_IDX   5
#define EXPOSURE_IDX   3
#define GAIN_IDX   2
#define HFLIP_IDX   1
#define NOISE_SUPP_IDX   4
#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 19 of file m5602_s5k4aa.c.

#define VFLIP_IDX   0

Function Documentation

void s5k4aa_disconnect ( struct sd sd)

Definition at line 678 of file m5602_s5k4aa.c.

int s5k4aa_init ( struct sd sd)

Definition at line 425 of file m5602_s5k4aa.c.

int s5k4aa_probe ( struct sd sd)

Definition at line 236 of file m5602_s5k4aa.c.

int s5k4aa_start ( struct sd sd)

Definition at line 317 of file m5602_s5k4aa.c.