Release 4.7 include/media/i2c/mt9p031.h
#ifndef MT9P031_H
#define MT9P031_H
struct v4l2_subdev;
/*
* struct mt9p031_platform_data - MT9P031 platform data
* @ext_freq: Input clock frequency
* @target_freq: Pixel clock frequency
*/
struct mt9p031_platform_data {
int ext_freq;
int target_freq;
};
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
javier martin | javier martin | 22 | 95.65% | 1 | 50.00% |
laurent pinchart | laurent pinchart | 1 | 4.35% | 1 | 50.00% |
| Total | 23 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.