Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
leds-lm355x.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 Texas Instruments
3  *
4  * License Terms: GNU General Public License v2
5  *
6  * Simple driver for Texas Instruments LM355x LED driver chip
7  *
8  * Author: G.Shark Jeong <[email protected]>
9  * Daniel Jeong <[email protected]>
10  */
11 
12 #define LM355x_NAME "leds-lm355x"
13 #define LM3554_NAME "leds-lm3554"
14 #define LM3556_NAME "leds-lm3556"
15 
16 /* lm3554 : strobe def. on */
20 };
21 
26 };
27 
28 enum lm355x_tx2 {
32 };
33 
34 enum lm355x_ntc {
38 };
39 
43 };
44 
45 /*
46  * struct lm3554_platform_data
47  * @pin_strobe: strobe input
48  * @pin_torch : input pin
49  * lm3554-tx1/torch/gpio1
50  * lm3556-torch
51  * @pin_tx2 : input pin
52  * lm3554-envm/tx2/gpio2
53  * lm3556-tx pin
54  * @ntc_pin : output pin
55  * lm3554-ledi/ntc
56  * lm3556-temp pin
57  * @pass_mode : pass mode
58  */
64 
66 };