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 "sensor.h"
21
22typedef struct _vr_pre_proc_arg {
23 uint8_t vr_page;
25
33
34bool pre_vr_read(sensor_cfg *cfg, void *args);
35bool post_vr_read(sensor_cfg *cfg, void *args, int *const reading);
36bool post_amd_tsi_read(sensor_cfg *cfg, void *args, int *const reading);
37bool pre_p3v_bat_read(sensor_cfg *cfg, void *args);
38bool post_p3v_bat_read(sensor_cfg *cfg, void *args, int *const reading);
39bool pre_dimm_i3c_read(sensor_cfg *cfg, void *args);
40bool pre_retimer_read(sensor_cfg *cfg, void *args);
41
42#endif
sq52205_init_arg sq52205_init_args[]
Definition: plat_hook.c:63
ina233_init_arg ina233_init_args[]
Definition: plat_hook.c:541
vr_pre_proc_arg vr_pre_read_args[]
Definition: plat_hook.c:962
struct _vr_pre_proc_arg vr_pre_proc_arg
adc_asd_init_arg ast_adc_init_args[]
Definition: plat_hook.c:299
bool pre_vr_read(sensor_cfg *cfg, void *args)
Definition: plat_hook.c:988
bool post_vr_read(sensor_cfg *cfg, void *args, int *const reading)
Definition: plat_hook.c:244
pt5161l_init_arg pt5161l_init_args[]
Definition: plat_hook.c:244
bool pre_retimer_read(sensor_cfg *cfg, void *args)
Definition: plat_hook.c:320
uint8_t reading[1]
Definition: pldm_monitor.h:3
Definition: sensor.h:364
Definition: sensor.h:584
Definition: sensor.h:489
Definition: sensor.h:735
Definition: sensor.h:479
Definition: sensor.h:256
Definition: sensor.h:637
Definition: plat_hook.h:22
uint8_t vr_page
Definition: plat_hook.h:25
apml_mailbox_init_arg apml_mailbox_init_args[]
Definition: plat_hook.c:111
bool post_amd_tsi_read(sensor_cfg *cfg, void *args, int *const reading)
Definition: plat_hook.c:483
bool post_p3v_bat_read(sensor_cfg *cfg, void *args, int *const reading)
Definition: plat_hook.c:279
bool pre_p3v_bat_read(sensor_cfg *cfg, void *args)
Definition: plat_hook.c:269
rtq6056_init_arg rtq6056_init_args[]
Definition: plat_hook.c:145
bool pre_dimm_i3c_read(sensor_cfg *cfg, void *args)
Definition: plat_hook.c:252