Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
media
mt9p031.h
Go to the documentation of this file.
1
#ifndef MT9P031_H
2
#define MT9P031_H
3
4
struct
v4l2_subdev
;
5
6
/*
7
* struct mt9p031_platform_data - MT9P031 platform data
8
* @set_xclk: Clock frequency set callback
9
* @reset: Chip reset GPIO (set to -1 if not used)
10
* @ext_freq: Input clock frequency
11
* @target_freq: Pixel clock frequency
12
*/
13
struct
mt9p031_platform_data
{
14
int
(*
set_xclk
)(
struct
v4l2_subdev
*
subdev
,
int
hz);
15
int
reset
;
16
int
ext_freq
;
17
int
target_freq
;
18
};
19
20
#endif
Generated on Thu Jan 10 2013 14:52:54 for Linux Kernel by
1.8.2