ReactOS 0.4.15-dev-7788-g1ad9096
_GREEN_DEVICE_EXTENSION Struct Reference

#include <green.h>

Collaboration diagram for _GREEN_DEVICE_EXTENSION:

Public Attributes

COMMON_FDO_DEVICE_EXTENSION Common
 
PDEVICE_OBJECT Serial
 
SERIAL_LINE_CONTROL LineControl
 
SERIAL_TIMEOUTS Timeouts
 
PDEVICE_OBJECT KeyboardPdo
 
PDEVICE_OBJECT ScreenPdo
 
PDEVICE_OBJECT KeyboardFdo
 
PDEVICE_OBJECT ScreenFdo
 

Detailed Description

Definition at line 81 of file green.h.

Member Data Documentation

◆ Common

COMMON_FDO_DEVICE_EXTENSION _GREEN_DEVICE_EXTENSION::Common

Definition at line 83 of file green.h.

Referenced by CreateGreenFdo().

◆ KeyboardFdo

PDEVICE_OBJECT _GREEN_DEVICE_EXTENSION::KeyboardFdo

Definition at line 91 of file green.h.

◆ KeyboardPdo

PDEVICE_OBJECT _GREEN_DEVICE_EXTENSION::KeyboardPdo

Definition at line 89 of file green.h.

Referenced by GreenAddDevice(), and GreenQueryBusRelations().

◆ LineControl

SERIAL_LINE_CONTROL _GREEN_DEVICE_EXTENSION::LineControl

Definition at line 86 of file green.h.

Referenced by CreateGreenFdo().

◆ ScreenFdo

PDEVICE_OBJECT _GREEN_DEVICE_EXTENSION::ScreenFdo

Definition at line 92 of file green.h.

◆ ScreenPdo

PDEVICE_OBJECT _GREEN_DEVICE_EXTENSION::ScreenPdo

Definition at line 90 of file green.h.

Referenced by GreenAddDevice(), and GreenQueryBusRelations().

◆ Serial

PDEVICE_OBJECT _GREEN_DEVICE_EXTENSION::Serial

Definition at line 84 of file green.h.

Referenced by CreateGreenFdo(), and KeyboardDeviceWorker().

◆ Timeouts

SERIAL_TIMEOUTS _GREEN_DEVICE_EXTENSION::Timeouts

Definition at line 87 of file green.h.

Referenced by CreateGreenFdo().


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