Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
exynos_dp.h
Go to the documentation of this file.
1 /*
2  * Samsung SoC DP device support
3  *
4  * Copyright (C) 2012 Samsung Electronics Co., Ltd.
5  * Author: Jingoo Han <[email protected]>
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License version 2 as
9  * published by the Free Software Foundation.
10  */
11 
12 #ifndef _EXYNOS_DP_H
13 #define _EXYNOS_DP_H
14 
15 #define DP_TIMEOUT_LOOP_COUNT 100
16 #define MAX_CR_LOOP 5
17 #define MAX_EQ_LOOP 5
18 
22 };
23 
28 };
29 
36 };
37 
43 };
44 
50 };
51 
58 };
59 
64 };
65 
71 };
72 
76 };
77 
81 };
82 
83 enum pll_status {
86 };
87 
91 };
92 
96 };
97 
106 };
107 
108 struct video_info {
109  char *name;
110 
114 
119 
122 };
123 
126 
129 };
130 
131 #endif /* _EXYNOS_DP_H */