OpenBIC
OpenSource Bridge-IC
|
#include "plat_pmic.h"
#include <stdlib.h>
#include <logging/log.h>
#include "libipmi.h"
#include "power_status.h"
#include "oem_1s_handler.h"
#include "libutil.h"
#include "plat_sensor_table.h"
#include "plat_i2c.h"
Functions | |
LOG_MODULE_REGISTER (plat_pmic) | |
K_THREAD_STACK_DEFINE (monitor_pmic_error_stack, MONITOR_PMIC_ERROR_STACK_SIZE) | |
void | pmic_error_check () |
int | pal_set_pmic_error_flag (uint8_t dimm_id, uint8_t error_type) |
void | start_monitor_pmic_error_thread () |
void | read_pmic_error_when_dc_off () |
Variables | |
struct k_thread | monitor_pmic_error_thread |
k_tid_t | monitor_pmic_error_tid |
K_THREAD_STACK_DEFINE | ( | monitor_pmic_error_stack | , |
MONITOR_PMIC_ERROR_STACK_SIZE | |||
) |
LOG_MODULE_REGISTER | ( | plat_pmic | ) |
int pal_set_pmic_error_flag | ( | uint8_t | dimm_id, |
uint8_t | error_type | ||
) |
void pmic_error_check | ( | ) |
void read_pmic_error_when_dc_off | ( | ) |
void start_monitor_pmic_error_thread | ( | ) |
struct k_thread monitor_pmic_error_thread |
k_tid_t monitor_pmic_error_tid |