|
OpenBIC
OpenSource Bridge-IC
|
#include <logging/log.h>#include "sensor.h"#include "hal_gpio.h"#include "pldm.h"#include "pmbus.h"#include "plat_fru.h"#include "plat_gpio.h"#include "plat_sensor_table.h"#include "plat_pldm_monitor.h"#include "plat_class.h"#include "plat_mctp.h"#include "util_sys.h"#include "plat_dev.h"#include "plat_ipmi.h"
Functions | |
| LOG_MODULE_REGISTER (plat_pldm_monitor) | |
| void | plat_pldm_load_state_effecter_table (void) |
| uint8_t | plat_pldm_set_state_effecter_state_handler (const uint8_t *buf, uint16_t len, uint8_t *resp, uint16_t *resp_len, struct pldm_state_effecter_info *info_p) |
| uint8_t | plat_pldm_get_state_effecter_state_handler (const uint8_t *buf, uint16_t len, uint8_t *resp, uint16_t *resp_len, struct pldm_state_effecter_info *info_p) |
| void | plat_send_accl_present_event (uint8_t card_id, uint8_t option) |
| void | plat_accl_present_check () |
| void | plat_accl_power_cable_present_check () |
| void | plat_fio_present_check () |
| void | plat_accl_power_good_fail_event (uint8_t card_id, uint8_t currenr_state) |
| void | plat_accl_cable_power_good_fail_event (uint8_t card_id, uint8_t status) |
| void | plat_asic_nvme_status_event (uint8_t card_id, uint8_t device_id, uint8_t status) |
| void | plat_send_event_pre_work () |
| uint8_t | plat_set_effecter_states_req (uint8_t device_type, uint8_t board_info, uint8_t event_type) |
Variables | |
| struct pldm_state_effecter_info | plat_state_effecter_table [] |
| LOG_MODULE_REGISTER | ( | plat_pldm_monitor | ) |
| void plat_accl_cable_power_good_fail_event | ( | uint8_t | card_id, |
| uint8_t | status | ||
| ) |

| void plat_accl_power_cable_present_check | ( | ) |

| void plat_accl_power_good_fail_event | ( | uint8_t | card_id, |
| uint8_t | currenr_state | ||
| ) |

| void plat_accl_present_check | ( | ) |

| void plat_asic_nvme_status_event | ( | uint8_t | card_id, |
| uint8_t | device_id, | ||
| uint8_t | status | ||
| ) |

| void plat_fio_present_check | ( | ) |

| uint8_t plat_pldm_get_state_effecter_state_handler | ( | const uint8_t * | buf, |
| uint16_t | len, | ||
| uint8_t * | resp, | ||
| uint16_t * | resp_len, | ||
| struct pldm_state_effecter_info * | info_p | ||
| ) |

| void plat_pldm_load_state_effecter_table | ( | void | ) |
| uint8_t plat_pldm_set_state_effecter_state_handler | ( | const uint8_t * | buf, |
| uint16_t | len, | ||
| uint8_t * | resp, | ||
| uint16_t * | resp_len, | ||
| struct pldm_state_effecter_info * | info_p | ||
| ) |

| void plat_send_accl_present_event | ( | uint8_t | card_id, |
| uint8_t | option | ||
| ) |

| void plat_send_event_pre_work | ( | ) |

| uint8_t plat_set_effecter_states_req | ( | uint8_t | device_type, |
| uint8_t | board_info, | ||
| uint8_t | event_type | ||
| ) |

| struct pldm_state_effecter_info plat_state_effecter_table[] |