|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/delay.h>#include <linux/fb.h>#include <linux/gpio.h>#include <linux/gpio_keys.h>#include <linux/input.h>#include <linux/input/navpoint.h>#include <linux/lcd.h>#include <linux/mfd/htc-egpio.h>#include <linux/mfd/asic3.h>#include <linux/mtd/physmap.h>#include <linux/pda_power.h>#include <linux/pwm.h>#include <linux/pwm_backlight.h>#include <linux/regulator/driver.h>#include <linux/regulator/gpio-regulator.h>#include <linux/regulator/machine.h>#include <linux/regulator/max1586.h>#include <linux/spi/ads7846.h>#include <linux/spi/spi.h>#include <linux/spi/pxa2xx_spi.h>#include <linux/usb/gpio_vbus.h>#include <linux/i2c/pxa-i2c.h>#include <mach/hardware.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <mach/pxa27x.h>#include <mach/hx4700.h>#include <linux/platform_data/irda-pxaficp.h>#include <sound/ak4641.h>#include <video/platform_lcd.h>#include <video/w100fb.h>#include "devices.h"#include "generic.h"Go to the source code of this file.
Macros | |
| #define | ATI_W3220_PHYS PXA_CS2_PHYS /* ATI Imageon 3220 Graphics */ |
| #define | ASIC3_PHYS PXA_CS3_PHYS |
| #define | ASIC3_SD_PHYS (PXA_CS3_PHYS + 0x02000000) |
| #define | INIT_KEY(_code, _gpio, _active_low, _desc) |
| #define | w3220_lcd_resume NULL |
| #define | w3220_lcd_suspend NULL |
Variables | |
| struct w100_mem_info | w3220_mem_info |
| struct w100_bm_mem_info | w3220_bm_mem_info |
| atag_offset = 0x100 | |
| map_io = pxa27x_map_io | |
| nr_irqs = HX4700_NR_IRQS | |
| init_irq = pxa27x_init_irq | |
| handle_irq = pxa27x_handle_irq | |
| init_machine = hx4700_init | |
| timer = &pxa_timer | |
| restart = pxa_restart | |
| #define ASIC3_PHYS PXA_CS3_PHYS |
| #define ASIC3_SD_PHYS (PXA_CS3_PHYS + 0x02000000) |
| #define ATI_W3220_PHYS PXA_CS2_PHYS /* ATI Imageon 3220 Graphics */ |
| #define INIT_KEY | ( | _code, | |
| _gpio, | |||
| _active_low, | |||
| _desc | |||
| ) |
| handle_irq = pxa27x_handle_irq |
| init_irq = pxa27x_init_irq |
| map_io = pxa27x_map_io |
| nr_irqs = HX4700_NR_IRQS |
| restart = pxa_restart |
| struct w100_bm_mem_info w3220_bm_mem_info |
| struct w100_mem_info w3220_mem_info |
1.8.2