Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
acpi.c File Reference
#include <zephyr/kernel.h>
#include <zephyr/acpi/acpi.h>

Functions

static const char * get_dmar_scope_type (int type)
 
static void dmar_devsope_handler (ACPI_DMAR_DEVICE_SCOPE *devscope, void *arg)
 
static void vtd_drhd_info (ACPI_DMAR_HEADER *subtable)
 
static void dmar_subtable_handler (ACPI_DMAR_HEADER *subtable, void *arg)
 
static void vtd_info (void)
 
void acpi (void)
 

Function Documentation

◆ acpi()

void acpi ( void )

◆ dmar_devsope_handler()

static void dmar_devsope_handler ( ACPI_DMAR_DEVICE_SCOPE * devscope,
void * arg )
static

◆ dmar_subtable_handler()

static void dmar_subtable_handler ( ACPI_DMAR_HEADER * subtable,
void * arg )
static

◆ get_dmar_scope_type()

static const char * get_dmar_scope_type ( int type)
static

◆ vtd_drhd_info()

static void vtd_drhd_info ( ACPI_DMAR_HEADER * subtable)
static

◆ vtd_info()

static void vtd_info ( void )
static