|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/mtd/physmap.h>#include <linux/memory.h>#include <linux/gpio.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/time.h>#include <mach/hardware.h>#include <mach/common.h>#include <mach/iomux-mx35.h>#include <linux/i2c.h>#include <linux/i2c/at24.h>#include <linux/mfd/mc13xxx.h>#include "devices-imx35.h"Go to the source code of this file.
Macros | |
| #define | GPIO_LCDPWR IMX_GPIO_NR(1, 2) |
| #define | GPIO_PMIC_INT IMX_GPIO_NR(2, 0) |
| #define | GPIO_BUTTON1 IMX_GPIO_NR(1, 4) |
| #define | GPIO_BUTTON2 IMX_GPIO_NR(1, 5) |
| #define | GPIO_BUTTON3 IMX_GPIO_NR(1, 7) |
| #define | GPIO_BUTTON4 IMX_GPIO_NR(1, 8) |
| #define | GPIO_BUTTON5 IMX_GPIO_NR(1, 9) |
| #define | GPIO_BUTTON6 IMX_GPIO_NR(1, 10) |
| #define | GPIO_BUTTON7 IMX_GPIO_NR(1, 11) |
| #define | GPIO_BUTTON8 IMX_GPIO_NR(1, 12) |
| #define | VPR_KEY_DEBOUNCE 500 |
Variables | |
| map_io = mx35_map_io | |
| init_early = imx35_init_early | |
| init_irq = mx35_init_irq | |
| handle_irq = imx35_handle_irq | |
| timer = &vpr200_timer | |
| init_machine = vpr200_board_init | |
| restart = mxc_restart | |
| #define GPIO_BUTTON1 IMX_GPIO_NR(1, 4) |
Definition at line 44 of file mach-vpr200.c.
| #define GPIO_BUTTON2 IMX_GPIO_NR(1, 5) |
Definition at line 45 of file mach-vpr200.c.
| #define GPIO_BUTTON3 IMX_GPIO_NR(1, 7) |
Definition at line 46 of file mach-vpr200.c.
| #define GPIO_BUTTON4 IMX_GPIO_NR(1, 8) |
Definition at line 47 of file mach-vpr200.c.
| #define GPIO_BUTTON5 IMX_GPIO_NR(1, 9) |
Definition at line 48 of file mach-vpr200.c.
| #define GPIO_BUTTON6 IMX_GPIO_NR(1, 10) |
Definition at line 49 of file mach-vpr200.c.
| #define GPIO_BUTTON7 IMX_GPIO_NR(1, 11) |
Definition at line 50 of file mach-vpr200.c.
| #define GPIO_BUTTON8 IMX_GPIO_NR(1, 12) |
Definition at line 51 of file mach-vpr200.c.
| #define GPIO_LCDPWR IMX_GPIO_NR(1, 2) |
Definition at line 41 of file mach-vpr200.c.
| #define GPIO_PMIC_INT IMX_GPIO_NR(2, 0) |
Definition at line 42 of file mach-vpr200.c.
| #define VPR_KEY_DEBOUNCE 500 |
Definition at line 122 of file mach-vpr200.c.
| handle_irq = imx35_handle_irq |
Definition at line 318 of file mach-vpr200.c.
| init_early = imx35_init_early |
Definition at line 316 of file mach-vpr200.c.
| init_irq = mx35_init_irq |
Definition at line 317 of file mach-vpr200.c.
| init_machine = vpr200_board_init |
Definition at line 320 of file mach-vpr200.c.
| map_io = mx35_map_io |
Definition at line 315 of file mach-vpr200.c.
| restart = mxc_restart |
Definition at line 321 of file mach-vpr200.c.
| timer = &vpr200_timer |
Definition at line 319 of file mach-vpr200.c.
1.8.2