ReactOS 0.4.15-dev-7953-g1f49173
acpi_device_ops Struct Reference

#include <acpi_bus.h>

Collaboration diagram for acpi_device_ops:

Public Attributes

acpi_op_add add
 
acpi_op_remove remove
 
acpi_op_start start
 
acpi_op_suspend suspend
 
acpi_op_resume resume
 
acpi_op_bind bind
 
acpi_op_unbind unbind
 
acpi_op_notify notify
 
acpi_op_scan scan
 

Detailed Description

Definition at line 107 of file acpi_bus.h.

Member Data Documentation

◆ add

acpi_op_add acpi_device_ops::add

Definition at line 108 of file acpi_bus.h.

◆ bind

acpi_op_bind acpi_device_ops::bind

Definition at line 113 of file acpi_bus.h.

◆ notify

acpi_op_notify acpi_device_ops::notify

Definition at line 115 of file acpi_bus.h.

◆ remove

acpi_op_remove acpi_device_ops::remove

Definition at line 109 of file acpi_bus.h.

◆ resume

acpi_op_resume acpi_device_ops::resume

Definition at line 112 of file acpi_bus.h.

◆ scan

acpi_op_scan acpi_device_ops::scan

Definition at line 116 of file acpi_bus.h.

◆ start

acpi_op_start acpi_device_ops::start

Definition at line 110 of file acpi_bus.h.

◆ suspend

acpi_op_suspend acpi_device_ops::suspend

Definition at line 111 of file acpi_bus.h.

◆ unbind

acpi_op_unbind acpi_device_ops::unbind

Definition at line 114 of file acpi_bus.h.


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