Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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  */
14  int (*set_xclk)(struct v4l2_subdev *subdev, int hz);
15  int reset;
16  int ext_freq;
18 };
19 
20 #endif