Linux Kernel
3.7.1
|
#include <linux/init.h>
Go to the source code of this file.
Macros | |
#define | GPIO_ENABLE 0 |
#define | GPIO_DISABLE 1 |
#define | GPIO_INPUT 0 |
#define | GPIO_OUTPUT 1 |
#define | GPIO_NO_PULL 0 |
#define | GPIO_PULL_DOWN 1 |
#define | GPIO_KEEPER 2 |
#define | GPIO_PULL_UP 3 |
#define | GPIO_2MA 0 |
#define | GPIO_4MA 1 |
#define | GPIO_6MA 2 |
#define | GPIO_8MA 3 |
#define | GPIO_10MA 4 |
#define | GPIO_12MA 5 |
#define | GPIO_14MA 6 |
#define | GPIO_16MA 7 |
#define | PCOM_GPIO_CFG(gpio, func, dir, pull, drvstr) |
Functions | |
int | msm_proc_comm (unsigned cmd, unsigned *data1, unsigned *data2) |
void __init | proc_comm_boot_wait (void) |
#define GPIO_10MA 4 |
Definition at line 243 of file proc_comm.h.
#define GPIO_12MA 5 |
Definition at line 244 of file proc_comm.h.
#define GPIO_14MA 6 |
Definition at line 245 of file proc_comm.h.
#define GPIO_16MA 7 |
Definition at line 246 of file proc_comm.h.
#define GPIO_2MA 0 |
Definition at line 239 of file proc_comm.h.
#define GPIO_4MA 1 |
Definition at line 240 of file proc_comm.h.
#define GPIO_6MA 2 |
Definition at line 241 of file proc_comm.h.
#define GPIO_8MA 3 |
Definition at line 242 of file proc_comm.h.
#define GPIO_DISABLE 1 |
Definition at line 229 of file proc_comm.h.
#define GPIO_ENABLE 0 |
Definition at line 228 of file proc_comm.h.
#define GPIO_INPUT 0 |
Definition at line 231 of file proc_comm.h.
#define GPIO_KEEPER 2 |
Definition at line 236 of file proc_comm.h.
#define GPIO_NO_PULL 0 |
Definition at line 234 of file proc_comm.h.
#define GPIO_OUTPUT 1 |
Definition at line 232 of file proc_comm.h.
#define GPIO_PULL_DOWN 1 |
Definition at line 235 of file proc_comm.h.
#define GPIO_PULL_UP 3 |
Definition at line 237 of file proc_comm.h.
Definition at line 248 of file proc_comm.h.
anonymous enum |
Definition at line 21 of file proc_comm.h.
anonymous enum |
Definition at line 143 of file proc_comm.h.
anonymous enum |
Definition at line 221 of file proc_comm.h.
enum vreg_pdown_id |
Definition at line 164 of file proc_comm.h.
int msm_proc_comm | ( | unsigned | cmd, |
unsigned * | data1, | ||
unsigned * | data2 | ||
) |
Definition at line 76 of file proc_comm.c.
Definition at line 123 of file proc_comm.c.