|
Linux Kernel
3.7.1
|
#include <linux/basic_mmio_gpio.h>#include <linux/gpio.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/input.h>#include <linux/interrupt.h>#include <linux/leds.h>#include <linux/platform_device.h>#include <linux/regulator/consumer.h>#include <linux/regulator/fixed.h>#include <linux/regulator/machine.h>#include <linux/serial_8250.h>#include <linux/export.h>#include <linux/omapfb.h>#include <linux/io.h>#include <linux/platform_data/gpio-omap.h>#include <media/soc_camera.h>#include <asm/serial.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include <mach/board-ams-delta.h>#include <linux/platform_data/keypad-omap.h>#include <mach/mux.h>#include <mach/hardware.h>#include <mach/ams-delta-fiq.h>#include <mach/camera.h>#include <mach/usb.h>#include "iomap.h"#include "common.h"Go to the source code of this file.
Data Structures | |
| struct | modem_private_data |
Macros | |
| #define | LATCH1_PHYS 0x01000000 |
| #define | LATCH1_VIRT 0xEA000000 |
| #define | MODEM_PHYS 0x04000000 |
| #define | MODEM_VIRT 0xEB000000 |
| #define | LATCH2_PHYS 0x08000000 |
| #define | LATCH2_VIRT 0xEC000000 |
| #define | LATCH1_GPIO_BASE 232 |
| #define | LATCH1_NGPIO 8 |
| #define | ams_delta_camera_power NULL |
Functions | |
| void | ams_delta_latch_write (int base, int ngpio, u16 mask, u16 value) |
| EXPORT_SYMBOL (ams_delta_latch_write) | |
Variables | |
| struct modem_private_data | __attribute__ |
| atag_offset = 0x100 | |
| map_io = ams_delta_map_io | |
| init_early = omap1_init_early | |
| reserve = omap_reserve | |
| init_irq = omap1_init_irq | |
| init_machine = ams_delta_init | |
| init_late = ams_delta_init_late | |
| timer = &omap1_timer | |
| restart = omap1_restart | |
| #define ams_delta_camera_power NULL |
Definition at line 423 of file board-ams-delta.c.
| #define LATCH1_GPIO_BASE 232 |
Definition at line 169 of file board-ams-delta.c.
| #define LATCH1_NGPIO 8 |
Definition at line 170 of file board-ams-delta.c.
| #define LATCH1_PHYS 0x01000000 |
Definition at line 128 of file board-ams-delta.c.
| #define LATCH1_VIRT 0xEA000000 |
Definition at line 129 of file board-ams-delta.c.
| #define LATCH2_PHYS 0x08000000 |
Definition at line 132 of file board-ams-delta.c.
| #define LATCH2_VIRT 0xEC000000 |
Definition at line 133 of file board-ams-delta.c.
| #define MODEM_PHYS 0x04000000 |
Definition at line 130 of file board-ams-delta.c.
| #define MODEM_VIRT 0xEB000000 |
Definition at line 131 of file board-ams-delta.c.
Definition at line 296 of file board-ams-delta.c.
| EXPORT_SYMBOL | ( | ams_delta_latch_write | ) |
| atag_offset = 0x100 |
Definition at line 625 of file board-ams-delta.c.
| init_early = omap1_init_early |
Definition at line 627 of file board-ams-delta.c.
| init_irq = omap1_init_irq |
Definition at line 629 of file board-ams-delta.c.
| init_late = ams_delta_init_late |
Definition at line 631 of file board-ams-delta.c.
| init_machine = ams_delta_init |
Definition at line 630 of file board-ams-delta.c.
| map_io = ams_delta_map_io |
Definition at line 626 of file board-ams-delta.c.
| reserve = omap_reserve |
Definition at line 628 of file board-ams-delta.c.
| restart = omap1_restart |
Definition at line 633 of file board-ams-delta.c.
| timer = &omap1_timer |
Definition at line 632 of file board-ams-delta.c.
1.8.2