Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
s5k6aa.h
Go to the documentation of this file.
1 /*
2  * S5K6AAFX camera sensor driver header
3  *
4  * Copyright (C) 2011 Samsung Electronics Co., Ltd.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  */
11 
12 #ifndef S5K6AA_H
13 #define S5K6AA_H
14 
15 #include <media/v4l2-mediabus.h>
16 
22 struct s5k6aa_gpio {
23  int gpio;
24  int level;
25 };
26 
41  int (*set_power)(int enable);
42  unsigned long mclk_frequency;
49 };
50 
51 #endif /* S5K6AA_H */