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

#include <nhlt.h>

Collaboration diagram for nhlt:
Collaboration graph

Data Fields

uint32_t subsystem_id
 
uint8_t num_endpoints
 
struct nhlt_endpoint endpoints [MAX_ENDPOINTS]
 
uint8_t current_instance_id [NHLT_MAX_LINK_TYPES]
 

Detailed Description

Definition at line 287 of file nhlt.h.

Field Documentation

◆ current_instance_id

uint8_t nhlt::current_instance_id[NHLT_MAX_LINK_TYPES]

Definition at line 291 of file nhlt.h.

Referenced by nhlt_add_endpoint(), and nhlt_next_instance().

◆ endpoints

struct nhlt_endpoint nhlt::endpoints[MAX_ENDPOINTS]

◆ num_endpoints

uint8_t nhlt::num_endpoints

◆ subsystem_id

uint32_t nhlt::subsystem_id

Definition at line 288 of file nhlt.h.

Referenced by mainboard_write_acpi_tables(), nhlt_add_endpoint(), and nhlt_init().


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