Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
m5602_s5k83a.c File Reference
#include <linux/kthread.h>
#include "m5602_s5k83a.h"

Go to the source code of this file.

Macros

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

Functions

int s5k83a_probe (struct sd *sd)
 
int s5k83a_init (struct sd *sd)
 
int s5k83a_start (struct sd *sd)
 
int s5k83a_stop (struct sd *sd)
 
void s5k83a_disconnect (struct sd *sd)
 

Macro Definition Documentation

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

Definition at line 19 of file m5602_s5k83a.c.

#define VFLIP_IDX   4

Function Documentation

void s5k83a_disconnect ( struct sd sd)

Definition at line 344 of file m5602_s5k83a.c.

int s5k83a_init ( struct sd sd)

Definition at line 203 of file m5602_s5k83a.c.

int s5k83a_probe ( struct sd sd)

Definition at line 132 of file m5602_s5k83a.c.

int s5k83a_start ( struct sd sd)

Definition at line 306 of file m5602_s5k83a.c.

int s5k83a_stop ( struct sd sd)

Definition at line 334 of file m5602_s5k83a.c.