Release 4.17 include/media/i2c/mt9p031.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 22 | 91.67% | 1 | 33.33% |
Laurent Pinchart | 1 | 4.17% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 4.17% | 1 | 33.33% |
Total | 24 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.