cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Javier Martin2291.67%133.33%
Laurent Pinchart14.17%133.33%
Greg Kroah-Hartman14.17%133.33%
Total24100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.