OpenBIC
OpenSource Bridge-IC
plat_sensor_table.c File Reference
#include <stdio.h>
#include <string.h>
#include "sensor.h"
#include "ast_adc.h"
#include "plat_sensor_table.h"
#include "plat_class.h"
#include "plat_i2c.h"
#include "plat_hook.h"
#include "plat_power_seq.h"
#include "plat_m2.h"
#include <logging/log.h>
Include dependency graph for plat_sensor_table.c:

Macros

#define CONFIG_ISL69260   false
 

Functions

 LOG_MODULE_REGISTER (plat_sensor_table)
 
void load_sensor_config (void)
 
void pal_fix_sensor_config ()
 

Variables

sensor_cfg plat_sensor_config []
 
const int SENSOR_CONFIG_SIZE = ARRAY_SIZE(plat_sensor_config)
 
sensor_cfg e1s_adc_sensor []
 

Macro Definition Documentation

◆ CONFIG_ISL69260

#define CONFIG_ISL69260   false

Function Documentation

◆ load_sensor_config()

void load_sensor_config ( void  )

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( plat_sensor_table  )

◆ pal_fix_sensor_config()

void pal_fix_sensor_config ( )
Here is the call graph for this function:

Variable Documentation

◆ e1s_adc_sensor

sensor_cfg e1s_adc_sensor[]

◆ plat_sensor_config

sensor_cfg plat_sensor_config[]

◆ SENSOR_CONFIG_SIZE

const int SENSOR_CONFIG_SIZE = ARRAY_SIZE(plat_sensor_config)