|
OpenBIC
OpenSource Bridge-IC
|
#include <logging/log.h>#include "vr_fault.h"#include "pmbus.h"#include "util_worker.h"#include "hal_i2c.h"#include "sensor.h"#include "libipmi.h"
Functions | |
| LOG_MODULE_REGISTER (vr_fault) | |
| __weak uint8_t | pal_get_vr_vender_type () |
| __weak void | pal_record_vr_power_fault (uint8_t event_type, uint8_t error_type, uint8_t vr_data1, uint8_t vr_data2) |
| __weak bool | pal_skip_pmbus_cmd_code (uint8_t vendor_type, uint8_t cmd, uint8_t page) |
| void | vr_pwr_fault_handler (struct k_work *work_item) |
Variables | |
| const uint8_t | vr_pmbus_data_list [] |
| LOG_MODULE_REGISTER | ( | vr_fault | ) |
| __weak uint8_t pal_get_vr_vender_type | ( | ) |
| __weak void pal_record_vr_power_fault | ( | uint8_t | event_type, |
| uint8_t | error_type, | ||
| uint8_t | vr_data1, | ||
| uint8_t | vr_data2 | ||
| ) |
| __weak bool pal_skip_pmbus_cmd_code | ( | uint8_t | vendor_type, |
| uint8_t | cmd, | ||
| uint8_t | page | ||
| ) |
| void vr_pwr_fault_handler | ( | struct k_work * | work_item | ) |
| const uint8_t vr_pmbus_data_list[] |