coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dptf_platform_info Struct Reference

#include <dptf.h>

Collaboration diagram for dptf_platform_info:
Collaboration graph

Data Fields

bool use_eisa_hids
 
const char * dptf_device_hid
 
const char * generic_hid
 
const char * fan_hid
 
const char * tpch_device_hid
 
const char * tpwr_device_hid
 
const char * tbat_device_hid
 
struct {
   const char *   set_fivr_low_clock_method
 
   const char *   set_fivr_high_clock_method
 
   const char *   get_fivr_low_clock_method
 
   const char *   get_fivr_high_clock_method
 
   const char *   get_fivr_ssc_method
 
   const char *   get_fivr_switching_fault_status
 
   const char *   get_fivr_switching_freq_mhz
 
tpch_method_names
 

Detailed Description

Definition at line 8 of file dptf.h.

Field Documentation

◆ dptf_device_hid

const char* dptf_platform_info::dptf_device_hid

Definition at line 14 of file dptf.h.

Referenced by write_open_dptf_device().

◆ fan_hid

const char* dptf_platform_info::fan_hid

Definition at line 16 of file dptf.h.

Referenced by write_fan().

◆ generic_hid

const char* dptf_platform_info::generic_hid

Definition at line 15 of file dptf.h.

Referenced by dptf_write_generic_participant().

◆ get_fivr_high_clock_method

const char* dptf_platform_info::get_fivr_high_clock_method

Definition at line 24 of file dptf.h.

Referenced by write_tpch_methods().

◆ get_fivr_low_clock_method

const char* dptf_platform_info::get_fivr_low_clock_method

Definition at line 23 of file dptf.h.

Referenced by write_tpch_methods().

◆ get_fivr_ssc_method

const char* dptf_platform_info::get_fivr_ssc_method

Definition at line 25 of file dptf.h.

Referenced by write_tpch_methods().

◆ get_fivr_switching_fault_status

const char* dptf_platform_info::get_fivr_switching_fault_status

Definition at line 26 of file dptf.h.

Referenced by write_tpch_methods().

◆ get_fivr_switching_freq_mhz

const char* dptf_platform_info::get_fivr_switching_freq_mhz

Definition at line 27 of file dptf.h.

Referenced by write_tpch_methods().

◆ set_fivr_high_clock_method

const char* dptf_platform_info::set_fivr_high_clock_method

Definition at line 22 of file dptf.h.

Referenced by write_tpch_methods().

◆ set_fivr_low_clock_method

const char* dptf_platform_info::set_fivr_low_clock_method

Definition at line 21 of file dptf.h.

Referenced by write_tpch_methods().

◆ tbat_device_hid

const char* dptf_platform_info::tbat_device_hid

Definition at line 19 of file dptf.h.

Referenced by write_create_tbat().

◆ tpch_device_hid

const char* dptf_platform_info::tpch_device_hid

Definition at line 17 of file dptf.h.

Referenced by write_create_tpch().

◆ 

struct { ... } dptf_platform_info::tpch_method_names

Referenced by write_tpch_methods().

◆ tpwr_device_hid

const char* dptf_platform_info::tpwr_device_hid

Definition at line 18 of file dptf.h.

Referenced by write_create_tpwr().

◆ use_eisa_hids

bool dptf_platform_info::use_eisa_hids

The documentation for this struct was generated from the following file: