|
OpenBIC
OpenSource Bridge-IC
|
#include "hal_gpio.h"#include "hal_peci.h"#include "power_status.h"#include "util_sys.h"#include "plat_class.h"#include "plat_gpio.h"#include "plat_kcs.h"#include "plat_pmic.h"
Macros | |
| #define | DEF_PROJ_GPIO_PRIORITY 78 |
Functions | |
| void | pal_pre_init () |
| void | pal_post_init () |
| void | pal_device_init () |
| void | pal_set_sys_status () |
| DEVICE_DEFINE (PRE_DEF_PROJ_GPIO, "PRE_DEF_PROJ_GPIO_NAME", &gpio_init, NULL, NULL, NULL, POST_KERNEL, DEF_PROJ_GPIO_PRIORITY, NULL) | |
Variables | |
| SCU_CFG | scu_cfg [] |
| #define DEF_PROJ_GPIO_PRIORITY 78 |
| DEVICE_DEFINE | ( | PRE_DEF_PROJ_GPIO | , |
| "PRE_DEF_PROJ_GPIO_NAME" | , | ||
| & | gpio_init, | ||
| NULL | , | ||
| NULL | , | ||
| NULL | , | ||
| POST_KERNEL | , | ||
| DEF_PROJ_GPIO_PRIORITY | , | ||
| NULL | |||
| ) |
| void pal_device_init | ( | ) |

| void pal_post_init | ( | ) |

| void pal_pre_init | ( | ) |

| void pal_set_sys_status | ( | ) |

| SCU_CFG scu_cfg[] |