|
Linux Kernel
3.7.1
|
#include <linux/gpio.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/input.h>#include <linux/platform_device.h>#include <linux/notifier.h>#include <linux/mtd/mtd.h>#include <linux/mtd/partitions.h>#include <linux/mtd/physmap.h>#include <linux/types.h>#include <linux/i2c.h>#include <linux/errno.h>#include <linux/export.h>#include <linux/omapfb.h>#include <linux/platform_data/keypad-omap.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include <mach/flash.h>#include <mach/mux.h>#include <plat/dma.h>#include <mach/irda.h>#include <plat/tc.h>#include <mach/board-sx1.h>#include <mach/hardware.h>#include <mach/usb.h>#include "common.h"Go to the source code of this file.
Functions | |
| int | sx1_i2c_write_byte (u8 devaddr, u8 regoffset, u8 value) |
| int | sx1_i2c_read_byte (u8 devaddr, u8 regoffset, u8 *value) |
| int | sx1_setkeylight (u8 keylight) |
| int | sx1_getkeylight (u8 *keylight) |
| int | sx1_setbacklight (u8 backlight) |
| int | sx1_getbacklight (u8 *backlight) |
| int | sx1_setmmipower (u8 onoff) |
| int | sx1_setusbpower (u8 onoff) |
| EXPORT_SYMBOL (sx1_setkeylight) | |
| EXPORT_SYMBOL (sx1_getkeylight) | |
| EXPORT_SYMBOL (sx1_setbacklight) | |
| EXPORT_SYMBOL (sx1_getbacklight) | |
| EXPORT_SYMBOL (sx1_setmmipower) | |
| EXPORT_SYMBOL (sx1_setusbpower) | |
Variables | |
| atag_offset = 0x100 | |
| map_io = omap15xx_map_io | |
| init_early = omap1_init_early | |
| reserve = omap_reserve | |
| init_irq = omap1_init_irq | |
| init_machine = omap_sx1_init | |
| init_late = omap1_init_late | |
| timer = &omap1_timer | |
| restart = omap1_restart | |
| EXPORT_SYMBOL | ( | sx1_setkeylight | ) |
| EXPORT_SYMBOL | ( | sx1_getkeylight | ) |
| EXPORT_SYMBOL | ( | sx1_setbacklight | ) |
| EXPORT_SYMBOL | ( | sx1_getbacklight | ) |
| EXPORT_SYMBOL | ( | sx1_setmmipower | ) |
| EXPORT_SYMBOL | ( | sx1_setusbpower | ) |
Definition at line 125 of file board-sx1.c.
Definition at line 112 of file board-sx1.c.
Definition at line 74 of file board-sx1.c.
Definition at line 50 of file board-sx1.c.
Definition at line 117 of file board-sx1.c.
Definition at line 105 of file board-sx1.c.
Definition at line 131 of file board-sx1.c.
Definition at line 146 of file board-sx1.c.
| atag_offset = 0x100 |
Definition at line 403 of file board-sx1.c.
| init_early = omap1_init_early |
Definition at line 405 of file board-sx1.c.
| init_irq = omap1_init_irq |
Definition at line 407 of file board-sx1.c.
| init_late = omap1_init_late |
Definition at line 409 of file board-sx1.c.
| init_machine = omap_sx1_init |
Definition at line 408 of file board-sx1.c.
| map_io = omap15xx_map_io |
Definition at line 404 of file board-sx1.c.
| reserve = omap_reserve |
Definition at line 406 of file board-sx1.c.
| restart = omap1_restart |
Definition at line 411 of file board-sx1.c.
| timer = &omap1_timer |
Definition at line 410 of file board-sx1.c.
1.8.2