cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
javier martinjavier martin2295.65%150.00%
laurent pinchartlaurent pinchart14.35%150.00%
Total23100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}