OpenBIC
OpenSource Bridge-IC
plat_hook.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Meta Platforms, Inc. and affiliates.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef PLAT_HOOK_H
18#define PLAT_HOOK_H
19
20#include "i2c-mux-tca9548.h"
21
22typedef struct _vr_pre_proc_arg {
23 /* vr page to set */
24 uint8_t vr_page;
26
27typedef struct _dimm_pre_proc_arg {
30
31typedef struct _nvme_pre_proc_arg {
35/**************************************************************************************************
36 * INIT ARGS
37**************************************************************************************************/
38
42
43/**************************************************************************************************
44 * PRE-HOOK/POST-HOOK ARGS
45 **************************************************************************************************/
46
47extern struct tca9548 mux_conf_addr_0xe2[];
51
52/**************************************************************************************************
53 * PRE-HOOK/POST-HOOK FUNC
54 **************************************************************************************************/
55
56bool pre_nvme_read(sensor_cfg *cfg, void *args);
57bool pre_vol_bat3v_read(sensor_cfg *cfg, void *args);
58bool post_vol_bat3v_read(sensor_cfg *cfg, void *args, int *reading);
59bool post_cpu_margin_read(sensor_cfg *cfg, void *args, int *reading);
60bool pre_vr_read(sensor_cfg *cfg, void *args);
61bool pre_intel_peci_dimm_read(sensor_cfg *cfg, void *args);
62bool post_xdpe12284c_read(sensor_cfg *cfg, void *args, int *reading);
63bool post_isl69254_read(sensor_cfg *cfg, void *args, int *reading);
64
65#endif
adc_asd_init_arg adc_asd_init_args[]
Definition: plat_hook.c:742
bool pre_nvme_read(sensor_cfg *cfg, void *args)
Definition: plat_hook.c:1000
mp5990_init_arg mp5990_init_args[]
Definition: plat_hook.c:46
struct tca9548 mux_conf_addr_0xe2[]
Definition: plat_hook.c:955
struct _vr_pre_proc_arg vr_pre_proc_arg
bool pre_vr_read(sensor_cfg *cfg, void *args)
Definition: plat_hook.c:988
uint8_t reading[1]
Definition: pldm_monitor.h:3
Definition: sensor.h:363
Definition: plat_hook.h:29
bool is_present_checked
Definition: plat_hook.h:30
Definition: sensor.h:402
Definition: sensor.h:446
Definition: plat_hook.h:31
struct tca9548 mux_conf
Definition: plat_hook.h:32
bool is_present_checked
Definition: plat_hook.h:33
Definition: sensor.h:255
Definition: plat_hook.h:22
uint8_t vr_page
Definition: plat_hook.h:25
Definition: sensor.h:204
bool pre_intel_peci_dimm_read(sensor_cfg *cfg, void *args)
Definition: plat_hook.c:248
bool post_vol_bat3v_read(sensor_cfg *cfg, void *args, int *reading)
Definition: plat_hook.c:186
bool post_cpu_margin_read(sensor_cfg *cfg, void *args, int *reading)
Definition: plat_hook.c:143
dimm_pre_proc_arg dimm_pre_proc_args[]
Definition: plat_hook.c:111
bool pre_vol_bat3v_read(sensor_cfg *cfg, void *args)
Definition: plat_hook.c:163
struct _dimm_pre_proc_arg dimm_pre_proc_arg
vr_pre_proc_arg vr_page_select[]
Definition: plat_hook.c:52
nvme_pre_proc_arg nvme_pre_proc_args[]
Definition: plat_hook.c:63
bool post_isl69254_read(sensor_cfg *cfg, void *args, int *reading)
Definition: plat_hook.c:386
struct _nvme_pre_proc_arg nvme_pre_proc_arg
ltc4282_init_arg ltc4282_init_args[]
Definition: plat_hook.c:42
bool post_xdpe12284c_read(sensor_cfg *cfg, void *args, int *reading)
Definition: plat_hook.c:304