OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <string.h>
#include "libutil.h"
#include "sensor.h"
#include "hal_i2c.h"
#include "plat_i2c.h"
#include "plat_gpio.h"
#include "plat_sensor_table.h"
#include "plat_hook.h"
#include "plat_isr.h"
#include <logging/log.h>
#include "mp2971.h"
#include "isl69259.h"
#include "raa228249.h"
#include "tmp75.h"
#include "tmp431.h"
#include "emc1413.h"
#include "mp29816a.h"
#include "plat_pldm_sensor.h"
#include "plat_class.h"
#include "pmbus.h"
Functions | |
LOG_MODULE_REGISTER (plat_hook) | |
void * | vr_mutex_get (enum VR_INDEX_E vr_index) |
bool | pre_vr_read (sensor_cfg *cfg, void *args) |
bool | post_vr_read (sensor_cfg *cfg, void *args, int *const reading) |
void | vr_mutex_init (void) |
Variables | |
vr_pre_proc_arg | vr_pre_read_args [] |
vr_mapping_sensor | vr_rail_table [] |
LOG_MODULE_REGISTER | ( | plat_hook | ) |
bool post_vr_read | ( | sensor_cfg * | cfg, |
void * | args, | ||
int *const | reading | ||
) |
bool pre_vr_read | ( | sensor_cfg * | cfg, |
void * | args | ||
) |
void * vr_mutex_get | ( | enum VR_INDEX_E | vr_index | ) |
void vr_mutex_init | ( | void | ) |
vr_pre_proc_arg vr_pre_read_args[] |
vr_mapping_sensor vr_rail_table[] |