Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
lm3630_bl.h
Go to the documentation of this file.
1 /*
2 * Simple driver for Texas Instruments LM3630 LED Flash driver chip
3 * Copyright (C) 2012 Texas Instruments
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *
9 */
10 
11 #ifndef __LINUX_LM3630_H
12 #define __LINUX_LM3630_H
13 
14 #define LM3630_NAME "lm3630_bl"
15 
21 };
22 
26 };
27 
33 };
34 
38 };
39 
41 
42  /* maximum brightness */
45 
46  /* initial on brightness */
53  unsigned int pwm_period;
54  void (*pwm_set_intensity) (int brightness, int max_brightness);
55 };
56 
57 #endif /* __LINUX_LM3630_H */