coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ssdt.c File Reference
#include <console/console.h>
#include <acpi/acpigen.h>
#include <string.h>
#include "h8.h"
#include "chip.h"
Include dependency graph for ssdt.c:

Go to the source code of this file.

Functions

static char * h8_dsdt_scope (const struct device *dev, const char *scope)
 
void h8_ssdt_generator (const struct device *dev)
 

Function Documentation

◆ h8_dsdt_scope()

static char* h8_dsdt_scope ( const struct device dev,
const char *  scope 
)
static

Definition at line 10 of file ssdt.c.

References acpi_device_path(), buf, DEVICE_PATH_MAX, memset(), and snprintf().

Referenced by h8_ssdt_generator().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ h8_ssdt_generator()