PatchworkOS  2ca1c69
A non-POSIX operating system.
Loading...
Searching...
No Matches
aml_device_t Struct Reference

Data for a device object. More...

#include <object.h>

Collaboration diagram for aml_device_t:

Data Fields

 AML_OBJECT_COMMON_HEADER
 
acpi_device_cfg_tcfg
 

Detailed Description

Data for a device object.

Definition at line 236 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_device_t::AML_OBJECT_COMMON_HEADER

Definition at line 238 of file object.h.

◆ cfg

acpi_device_cfg_t* aml_device_t::cfg

Stores various device configuration data.

A device is considered properly configured when this pointer is not NULL, attempting to free a configured device will cause a panic.

This pointer is managed by the devices system found in devices.h or Devices.

See also
acpi_device_cfg_t for more details.

Definition at line 249 of file object.h.


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