coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dptf.c File Reference
Include dependency graph for dptf.c:

Go to the source code of this file.

Functions

const struct dptf_platform_infoget_dptf_platform_info (void)
 

Variables

static const struct dptf_platform_info jsl_dptf_platform_info
 

Function Documentation

◆ get_dptf_platform_info()

const struct dptf_platform_info* get_dptf_platform_info ( void  )

Definition at line 15 of file dptf.c.

References jsl_dptf_platform_info.

Variable Documentation

◆ jsl_dptf_platform_info

const struct dptf_platform_info jsl_dptf_platform_info
static
Initial value:
= {
.use_eisa_hids = true,
.dptf_device_hid = "INT3400",
.generic_hid = "INT3403",
.fan_hid = "INT3404",
}

Definition at line 1 of file dptf.c.

Referenced by get_dptf_platform_info().