|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <asm/pmac_feature.h>#include <asm/pmac_pfunc.h>#include "../aoa.h"Go to the source code of this file.
Macros | |
| #define | PMF_GPIO(name, bit) |
Functions | |
| PMF_GPIO (headphone, 0) | |
| PMF_GPIO (amp, 1) | |
| PMF_GPIO (lineout, 2) | |
| EXPORT_SYMBOL_GPL (pmf_gpio_methods) | |
Variables | |
| struct gpio_methods * | pmf_gpio_methods = &methods |
Definition at line 14 of file gpio-pmf.c.
| EXPORT_SYMBOL_GPL | ( | pmf_gpio_methods | ) |
| PMF_GPIO | ( | headphone | , |
| 0 | |||
| ) |
| PMF_GPIO | ( | amp | , |
| 1 | |||
| ) |
| PMF_GPIO | ( | lineout | , |
| 2 | |||
| ) |
| struct gpio_methods* pmf_gpio_methods = &methods |
Definition at line 252 of file gpio-pmf.c.
1.8.2