|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | SWITCH_GPIO(name, v, on) |
| #define | FTR_GPIO(name, bit) |
Functions | |
| FTR_GPIO (headphone, 0) | |
| FTR_GPIO (amp, 1) | |
| FTR_GPIO (lineout, 2) | |
| FTR_GPIO (master, 3) | |
| EXPORT_SYMBOL_GPL (ftr_gpio_methods) | |
Variables | |
| struct gpio_methods * | ftr_gpio_methods = &methods |
Definition at line 129 of file gpio-feature.c.
Definition at line 124 of file gpio-feature.c.
| EXPORT_SYMBOL_GPL | ( | ftr_gpio_methods | ) |
| FTR_GPIO | ( | headphone | , |
| 0 | |||
| ) |
| FTR_GPIO | ( | amp | , |
| 1 | |||
| ) |
| FTR_GPIO | ( | lineout | , |
| 2 | |||
| ) |
| FTR_GPIO | ( | master | , |
| 3 | |||
| ) |
| struct gpio_methods* ftr_gpio_methods = &methods |
Definition at line 421 of file gpio-feature.c.
1.8.2