Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ad5755.h
Go to the documentation of this file.
1 /*
2  * Copyright 2012 Analog Devices Inc.
3  *
4  * Licensed under the GPL-2.
5  */
6 #ifndef __LINUX_PLATFORM_DATA_AD5755_H__
7 #define __LINUX_PLATFORM_DATA_AD5755_H__
8 
9 enum ad5755_mode {
17 };
18 
24 };
25 
30 };
31 
37 };
38 
56 };
57 
68 };
69 
90 
91  struct {
95  struct {
96  bool enable;
99  } slew;
100  } dac[4];
101 };
102 
103 #endif