Go to the source code of this file.
|
| #define | MIO_KEY(key, _gpio, _desc, _wakeup) |
| |
| #define | ONE_LED(_gpio, _name) { .gpio = (_gpio), .name = (_name), .active_low = true } |
| |
| #define | RESUME_ENABLE_ADDR 0xa020b000 |
| |
| #define | RESUME_ENABLE_VAL 0x0f0f0f0f |
| |
| #define | RESUME_BT_ADDR 0xa020b020 |
| |
| #define | RESUME_UNKNOWN_ADDR 0xa020b024 |
| |
| #define | RESUME_VECTOR_ADDR 0xa0100000 |
| |
| #define | BOOTSTRAP_WORDS mioa701_bootstrap_lg/4 |
| |
| #define | MIO_PARENT_DEV(var, strname, tparent, pdata) |
| |
| #define | MIO_SIMPLE_DEV(var, strname, pdata) MIO_PARENT_DEV(var, strname, NULL, pdata) |
| |
| #define MIO_KEY |
( |
|
key, |
|
|
|
_gpio, |
|
|
|
_desc, |
|
|
|
_wakeup |
|
) |
| |
Value:{ .code = (
key), .
gpio = (_gpio), .active_low = 0, \
.desc = (_desc), .
type =
EV_KEY, .wakeup = (_wakeup) }
Definition at line 246 of file mioa701.c.
| #define MIO_PARENT_DEV |
( |
|
var, |
|
|
|
strname, |
|
|
|
tparent, |
|
|
|
pdata |
|
) |
| |
Value:
.id = -1, \
.dev = { \
.platform_data =
pdata, \
.parent = tparent, \
}, \
};
Definition at line 654 of file mioa701.c.
| #define ONE_LED |
( |
|
_gpio, |
|
|
|
_name |
|
) |
| { .gpio = (_gpio), .name = (_name), .active_low = true } |
| #define RESUME_BT_ADDR 0xa020b020 |
| #define RESUME_ENABLE_ADDR 0xa020b000 |
| #define RESUME_ENABLE_VAL 0x0f0f0f0f |
| #define RESUME_UNKNOWN_ADDR 0xa020b024 |
| #define RESUME_VECTOR_ADDR 0xa0100000 |
| MIO_PARENT_DEV |
( |
mioa701_backlight |
, |
|
|
"pwm-backlight" |
, |
|
|
&pxa27x_device_pwm0. |
dev, |
|
|
& |
mioa701_backlight_data |
|
) |
| |
| MIO_SIMPLE_DEV |
( |
gpio_vbus |
, |
|
|
"gpio-vbus" |
, |
|
|
& |
gpio_vbus_data |
|
) |
| |
| MIO_SIMPLE_DEV |
( |
mioa701_camera |
, |
|
|
"soc-camera-pdrv" |
, |
|
|
& |
iclink |
|
) |
| |
Initial value:= {
.gpio_vbus_inverted = 1,
.gpio_pullup = -1,
}
Definition at line 373 of file mioa701.c.
| init_machine = mioa701_machine_init |
Initial value:= {
.mclk_10khz = 5000,
}
Definition at line 614 of file mioa701.c.
| restart = mioa701_restart |