|
Linux Kernel
3.7.1
|
#include <linux/platform_device.h>#include <linux/mtd/physmap.h>#include <linux/i2c.h>#include <linux/i2c/pca953x.h>#include <linux/input.h>#include <linux/gpio.h>#include <linux/delay.h>#include <linux/dma-mapping.h>#include <linux/leds.h>#include <linux/platform_data/asoc-mx27vis.h>#include <media/soc_camera.h>#include <sound/tlv320aic32x4.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/time.h>#include <asm/system_info.h>#include <asm/memblock.h>#include <mach/common.h>#include <mach/hardware.h>#include <mach/iomux-mx27.h>#include "devices-imx27.h"Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| #define | TVP5150_RSTN (GPIO_PORTC + 18) |
| #define | TVP5150_PWDN (GPIO_PORTC + 19) |
| #define | OTG_PHY_CS_GPIO (GPIO_PORTF + 17) |
| #define | SDHC1_IRQ_GPIO IMX_GPIO_NR(2, 25) |
| #define | MOTHERBOARD_BIT2 (GPIO_PORTD + 31) |
| #define | MOTHERBOARD_BIT1 (GPIO_PORTD + 30) |
| #define | MOTHERBOARD_BIT0 (GPIO_PORTD + 29) |
| #define | EXPBOARD_BIT2 (GPIO_PORTD + 25) |
| #define | EXPBOARD_BIT1 (GPIO_PORTD + 27) |
| #define | EXPBOARD_BIT0 (GPIO_PORTD + 28) |
| #define | AMP_GAIN_0 (GPIO_PORTF + 9) |
| #define | AMP_GAIN_1 (GPIO_PORTF + 8) |
| #define | AMP_MUTE_SDL (GPIO_PORTE + 5) |
| #define | AMP_MUTE_SDR (GPIO_PORTF + 7) |
| #define | MX2_CAMERA_BUF_SIZE SZ_8M |
Variables | |
| atag_offset = 0x100 | |
| reserve = visstrim_reserve | |
| map_io = mx27_map_io | |
| init_early = imx27_init_early | |
| init_irq = mx27_init_irq | |
| handle_irq = imx27_handle_irq | |
| timer = &visstrim_m10_timer | |
| init_machine = visstrim_m10_board_init | |
| restart = mxc_restart | |
| #define AMP_GAIN_0 (GPIO_PORTF + 9) |
Definition at line 62 of file mach-imx27_visstrim_m10.c.
| #define AMP_GAIN_1 (GPIO_PORTF + 8) |
Definition at line 63 of file mach-imx27_visstrim_m10.c.
| #define AMP_MUTE_SDL (GPIO_PORTE + 5) |
Definition at line 64 of file mach-imx27_visstrim_m10.c.
| #define AMP_MUTE_SDR (GPIO_PORTF + 7) |
Definition at line 65 of file mach-imx27_visstrim_m10.c.
| #define EXPBOARD_BIT0 (GPIO_PORTD + 28) |
Definition at line 60 of file mach-imx27_visstrim_m10.c.
| #define EXPBOARD_BIT1 (GPIO_PORTD + 27) |
Definition at line 59 of file mach-imx27_visstrim_m10.c.
| #define EXPBOARD_BIT2 (GPIO_PORTD + 25) |
Definition at line 58 of file mach-imx27_visstrim_m10.c.
| #define MOTHERBOARD_BIT0 (GPIO_PORTD + 29) |
Definition at line 56 of file mach-imx27_visstrim_m10.c.
| #define MOTHERBOARD_BIT1 (GPIO_PORTD + 30) |
Definition at line 55 of file mach-imx27_visstrim_m10.c.
| #define MOTHERBOARD_BIT2 (GPIO_PORTD + 31) |
Definition at line 54 of file mach-imx27_visstrim_m10.c.
| #define MX2_CAMERA_BUF_SIZE SZ_8M |
Definition at line 238 of file mach-imx27_visstrim_m10.c.
| #define OTG_PHY_CS_GPIO (GPIO_PORTF + 17) |
Definition at line 51 of file mach-imx27_visstrim_m10.c.
Definition at line 24 of file mach-imx27_visstrim_m10.c.
| #define SDHC1_IRQ_GPIO IMX_GPIO_NR(2, 25) |
Definition at line 52 of file mach-imx27_visstrim_m10.c.
| #define TVP5150_PWDN (GPIO_PORTC + 19) |
Definition at line 50 of file mach-imx27_visstrim_m10.c.
| #define TVP5150_RSTN (GPIO_PORTC + 18) |
Definition at line 49 of file mach-imx27_visstrim_m10.c.
| atag_offset = 0x100 |
Definition at line 564 of file mach-imx27_visstrim_m10.c.
| handle_irq = imx27_handle_irq |
Definition at line 569 of file mach-imx27_visstrim_m10.c.
| init_early = imx27_init_early |
Definition at line 567 of file mach-imx27_visstrim_m10.c.
| init_irq = mx27_init_irq |
Definition at line 568 of file mach-imx27_visstrim_m10.c.
| init_machine = visstrim_m10_board_init |
Definition at line 571 of file mach-imx27_visstrim_m10.c.
| map_io = mx27_map_io |
Definition at line 566 of file mach-imx27_visstrim_m10.c.
| reserve = visstrim_reserve |
Definition at line 565 of file mach-imx27_visstrim_m10.c.
| restart = mxc_restart |
Definition at line 572 of file mach-imx27_visstrim_m10.c.
| timer = &visstrim_m10_timer |
Definition at line 570 of file mach-imx27_visstrim_m10.c.
1.8.2