Release 4.17 include/media/i2c/mt9v032.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _MEDIA_MT9V032_H
#define _MEDIA_MT9V032_H
struct mt9v032_platform_data {
unsigned int clk_pol:1;
const s64 *link_freqs;
s64 link_def_freq;
};
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Detlev Casanova | 19 | 67.86% | 1 | 33.33% |
Laurent Pinchart | 8 | 28.57% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 3.57% | 1 | 33.33% |
Total | 28 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.