Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/memory.h>
#include <linux/gpio.h>
#include <linux/usb/otg.h>
#include <linux/mtd/physmap.h>
#include <linux/mfd/mc13892.h>
#include <linux/regulator/machine.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/time.h>
#include <asm/mach/map.h>
#include <asm/memblock.h>
#include <mach/hardware.h>
#include <mach/common.h>
#include <mach/iomux-mx35.h>
#include <mach/3ds_debugboard.h>
#include <video/platform_lcd.h>
#include <media/soc_camera.h>
#include "devices-imx35.h"
Go to the source code of this file.
Macros | |
#define | GPIO_MC9S08DZ60_GPS_ENABLE 0 |
#define | GPIO_MC9S08DZ60_HDD_ENABLE 4 |
#define | GPIO_MC9S08DZ60_WIFI_ENABLE 5 |
#define | GPIO_MC9S08DZ60_LCD_ENABLE 6 |
#define | GPIO_MC9S08DZ60_SPEAKER_ENABLE 8 |
#define | MX35_3DS_CAMERA_BUF_SIZE SZ_8M |
#define | GPIO_PMIC_INT IMX_GPIO_NR(2, 0) |
Functions | |
__setup ("otg_mode=", mx35_3ds_otg_mode) | |
Variables | |
atag_offset = 0x100 | |
map_io = mx35_map_io | |
init_early = imx35_init_early | |
init_irq = mx35_init_irq | |
handle_irq = imx35_handle_irq | |
timer = &mx35pdk_timer | |
init_machine = mx35_3ds_init | |
reserve = mx35_3ds_reserve | |
restart = mxc_restart | |
#define GPIO_MC9S08DZ60_GPS_ENABLE 0 |
Definition at line 56 of file mach-mx35_3ds.c.
#define GPIO_MC9S08DZ60_HDD_ENABLE 4 |
Definition at line 57 of file mach-mx35_3ds.c.
#define GPIO_MC9S08DZ60_LCD_ENABLE 6 |
Definition at line 59 of file mach-mx35_3ds.c.
#define GPIO_MC9S08DZ60_SPEAKER_ENABLE 8 |
Definition at line 60 of file mach-mx35_3ds.c.
#define GPIO_MC9S08DZ60_WIFI_ENABLE 5 |
Definition at line 58 of file mach-mx35_3ds.c.
#define GPIO_PMIC_INT IMX_GPIO_NR(2, 0) |
Definition at line 478 of file mach-mx35_3ds.c.
#define MX35_3DS_CAMERA_BUF_SIZE SZ_8M |
Definition at line 258 of file mach-mx35_3ds.c.
__setup | ( | ) |
atag_offset = 0x100 |
Definition at line 618 of file mach-mx35_3ds.c.
handle_irq = imx35_handle_irq |
Definition at line 622 of file mach-mx35_3ds.c.
init_early = imx35_init_early |
Definition at line 620 of file mach-mx35_3ds.c.
init_irq = mx35_init_irq |
Definition at line 621 of file mach-mx35_3ds.c.
init_machine = mx35_3ds_init |
Definition at line 624 of file mach-mx35_3ds.c.
map_io = mx35_map_io |
Definition at line 619 of file mach-mx35_3ds.c.
reserve = mx35_3ds_reserve |
Definition at line 625 of file mach-mx35_3ds.c.
restart = mxc_restart |
Definition at line 626 of file mach-mx35_3ds.c.
timer = &mx35pdk_timer |
Definition at line 623 of file mach-mx35_3ds.c.