|
Linux Kernel
3.7.1
|
#include <linux/delay.h>#include <linux/gpio.h>#include <linux/init.h>#include <linux/interrupt.h>#include <linux/i2c.h>#include <linux/platform_device.h>#include <linux/types.h>#include <linux/usb/otg.h>#include <linux/usb/ulpi.h>#include <mach/common.h>#include <mach/hardware.h>#include <mach/iomux-mx3.h>#include <mach/board-mx31moboard.h>#include <mach/ulpi.h>#include <media/soc_camera.h>#include "devices-imx31.h"Go to the source code of this file.
Macros | |
| #define | CAM_POWER IOMUX_TO_GPIO(MX31_PIN_GPIO3_1) |
| #define | CAM_RST_B IOMUX_TO_GPIO(MX31_PIN_GPIO3_0) |
| #define | POWER_EN IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1) |
| #define | DSPIC_RST_B IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1) |
| #define | TRSLAT_RST_B IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) |
| #define | TRSLAT_SRC_CHOICE IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1) |
Functions | |
| void __init | mx31moboard_smartbot_init (int board) |
| #define CAM_POWER IOMUX_TO_GPIO(MX31_PIN_GPIO3_1) |
Definition at line 59 of file mx31moboard-smartbot.c.
| #define CAM_RST_B IOMUX_TO_GPIO(MX31_PIN_GPIO3_0) |
Definition at line 60 of file mx31moboard-smartbot.c.
| #define DSPIC_RST_B IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1) |
Definition at line 155 of file mx31moboard-smartbot.c.
| #define POWER_EN IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1) |
Definition at line 154 of file mx31moboard-smartbot.c.
| #define TRSLAT_RST_B IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) |
Definition at line 156 of file mx31moboard-smartbot.c.
| #define TRSLAT_SRC_CHOICE IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1) |
Definition at line 157 of file mx31moboard-smartbot.c.
Definition at line 184 of file mx31moboard-smartbot.c.
1.8.2