OpenBIC
OpenSource Bridge-IC
plat_hook.h File Reference
#include "sensor.h"
Include dependency graph for plat_hook.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _vr_pre_proc_arg
 

Typedefs

typedef struct _vr_pre_proc_arg vr_pre_proc_arg
 

Functions

bool pre_vr_read (sensor_cfg *cfg, void *args)
 
bool post_vr_read (sensor_cfg *cfg, void *args, int *const reading)
 
bool post_amd_tsi_read (sensor_cfg *cfg, void *args, int *const reading)
 
bool pre_p3v_bat_read (sensor_cfg *cfg, void *args)
 
bool post_p3v_bat_read (sensor_cfg *cfg, void *args, int *const reading)
 
bool pre_dimm_i3c_read (sensor_cfg *cfg, void *args)
 
bool pre_retimer_read (sensor_cfg *cfg, void *args)
 

Variables

adc_asd_init_arg ast_adc_init_args []
 
apml_mailbox_init_arg apml_mailbox_init_args []
 
vr_pre_proc_arg vr_pre_read_args []
 
ina233_init_arg ina233_init_args []
 
sq52205_init_arg sq52205_init_args []
 
rtq6056_init_arg rtq6056_init_args []
 
pt5161l_init_arg pt5161l_init_args []
 

Typedef Documentation

◆ vr_pre_proc_arg

Function Documentation

◆ post_amd_tsi_read()

bool post_amd_tsi_read ( sensor_cfg cfg,
void *  args,
int *const  reading 
)
Here is the call graph for this function:

◆ post_p3v_bat_read()

bool post_p3v_bat_read ( sensor_cfg cfg,
void *  args,
int *const  reading 
)
Here is the call graph for this function:

◆ post_vr_read()

bool post_vr_read ( sensor_cfg cfg,
void *  args,
int *const  reading 
)

◆ pre_dimm_i3c_read()

bool pre_dimm_i3c_read ( sensor_cfg cfg,
void *  args 
)
Here is the call graph for this function:

◆ pre_p3v_bat_read()

bool pre_p3v_bat_read ( sensor_cfg cfg,
void *  args 
)
Here is the call graph for this function:

◆ pre_retimer_read()

bool pre_retimer_read ( sensor_cfg cfg,
void *  args 
)
Here is the call graph for this function:

◆ pre_vr_read()

bool pre_vr_read ( sensor_cfg cfg,
void *  args 
)

Variable Documentation

◆ apml_mailbox_init_args

apml_mailbox_init_arg apml_mailbox_init_args[]
extern

◆ ast_adc_init_args

adc_asd_init_arg ast_adc_init_args[]
extern

◆ ina233_init_args

ina233_init_arg ina233_init_args[]
extern

◆ pt5161l_init_args

pt5161l_init_arg pt5161l_init_args[]
extern

◆ rtq6056_init_args

rtq6056_init_arg rtq6056_init_args[]
extern

◆ sq52205_init_args

sq52205_init_arg sq52205_init_args[]
extern

◆ vr_pre_read_args

vr_pre_proc_arg vr_pre_read_args[]
extern