Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
s5k6aa_platform_data Struct Reference

#include <s5k6aa.h>

Data Fields

int(* set_power )(int enable)
 
unsigned long mclk_frequency
 
struct s5k6aa_gpio gpio_reset
 
struct s5k6aa_gpio gpio_stby
 
enum v4l2_mbus_type bus_type
 
u8 nlanes
 
u8 horiz_flip
 
u8 vert_flip
 

Detailed Description

struct s5k6aa_platform_data - s5k6aa driver platform data : an additional callback to the board code, called after enabling the regulators and before switching the sensor off : sensor's master clock frequency in Hz : GPIO driving RESET pin : GPIO driving STBY pin : maximum number of MIPI-CSI lanes used : default horizontal image flip value, non zero to enable : default vertical image flip value, non zero to enable

Definition at line 40 of file s5k6aa.h.

Field Documentation

Definition at line 45 of file s5k6aa.h.

struct s5k6aa_gpio gpio_reset

Definition at line 43 of file s5k6aa.h.

struct s5k6aa_gpio gpio_stby

Definition at line 44 of file s5k6aa.h.

u8 horiz_flip

Definition at line 47 of file s5k6aa.h.

unsigned long mclk_frequency

Definition at line 42 of file s5k6aa.h.

u8 nlanes

Definition at line 46 of file s5k6aa.h.

int(* set_power)(int enable)

Definition at line 41 of file s5k6aa.h.

u8 vert_flip

Definition at line 48 of file s5k6aa.h.


The documentation for this struct was generated from the following file: