OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLA_VERSION_1_0
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
core.h
29
#define
TABLA_VERSION_1_0
0
32
#define TABLA_IS_1_X(ver) (((ver ==
TABLA_VERSION_1_0
) || (ver == TABLA_VERSION_1_1)) ? 1 : 0)
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
core.h
26
#define
TABLA_VERSION_1_0
0
30
(((ver ==
TABLA_VERSION_1_0
) || (ver == TABLA_VERSION_1_1)) ? 1 : 0)
Completed in 65 milliseconds