ReactOS 0.4.16-dev-401-g45b008d
|
#include <kstypes.h>
Public Attributes | |
LIST_ENTRY | Entry |
ULONG | IsBus |
union { | |
PDEVICE_OBJECT DeviceObject | |
ULONG DeviceReferenceCount | |
}; | |
union { | |
struct __BUS_DEVICE_ENTRY__ * DeviceEntry | |
ULONG Dummy1 | |
}; | |
struct __BUS_ENUM_DEVICE_EXTENSION__ * | BusDeviceExtension |
ULONG | DeviceObjectReferenceCount |
BOOLEAN | IsFDO |
union { ... } COMMON_DEVICE_EXTENSION::@991 |
union { ... } COMMON_DEVICE_EXTENSION::@993 |
struct __BUS_ENUM_DEVICE_EXTENSION__* COMMON_DEVICE_EXTENSION::BusDeviceExtension |
Definition at line 161 of file kstypes.h.
Referenced by KsCreateBusEnumObject(), KsGetBusEnumParentFDOFromChildPDO(), and KsRemoveBusEnumInterface().
struct __BUS_DEVICE_ENTRY__* COMMON_DEVICE_EXTENSION::DeviceEntry |
PDEVICE_OBJECT COMMON_DEVICE_EXTENSION::DeviceObject |
Definition at line 153 of file kstypes.h.
Referenced by FdcAddDevice(), FdcFdoQueryBusRelations(), and FdoQueryBusRelations().
ULONG COMMON_DEVICE_EXTENSION::DeviceObjectReferenceCount |
Definition at line 162 of file kstypes.h.
Referenced by KsCreateBusEnumObject().
ULONG COMMON_DEVICE_EXTENSION::DeviceReferenceCount |
Definition at line 154 of file kstypes.h.
Referenced by KsCreateBusEnumObject().
LIST_ENTRY COMMON_DEVICE_EXTENSION::Entry |
Definition at line 149 of file kstypes.h.
Referenced by KsCreateBusEnumObject(), KspBusWorkerRoutine(), and KsServiceBusEnumCreateRequest().
ULONG COMMON_DEVICE_EXTENSION::IsBus |
Definition at line 150 of file kstypes.h.
Referenced by KsCreateBusEnumObject(), KsGetBusEnumIdentifier(), KsGetBusEnumParentFDOFromChildPDO(), KsIsBusEnumChildDevice(), and KsServiceBusEnumPnpRequest().
BOOLEAN COMMON_DEVICE_EXTENSION::IsFDO |
Definition at line 13 of file usbccgp.h.
Referenced by AddDeviceInternal(), FdcAddDevice(), FdcFdoQueryBusRelations(), FdcPower(), FDO_CloseConfiguration(), FDO_CreateChildPdo(), FDO_Dispatch(), FDO_HandleInternalDeviceControl(), FDO_HandlePnp(), FDO_HandleResetCyclePort(), FDO_HandleSystemControl(), FDO_QueryCapabilities(), FDO_StartDevice(), FdoCreateRawParallelPdo(), FdoQueryBusRelations(), FdoStartDevice(), ForwardIrpToAttachedFdoAndForget(), ForwardIrpToLowerDeviceAndForget(), PciAddDevice(), PDO_HandlePnp(), ReportDetectedDevice(), SerenumAddDevice(), SerenumFdoQueryBusRelations(), SerenumPdoQueryDeviceRelations(), USBCCGP_AddDevice(), USBCCGP_CustomEnumWithInterface(), USBCCGP_EnumerateFunctions(), USBCCGP_EnumWithAssociationDescriptor(), USBCCGP_EnumWithAudioLegacy(), USBCCGP_LegacyEnum(), USBSTOR_AddDevice(), USBSTOR_Cancel(), USBSTOR_CancelIo(), USBSTOR_CreatePDO(), USBSTOR_DispatchPower(), USBSTOR_FdoHandlePnp(), USBSTOR_HandleDeviceControl(), USBSTOR_HandleExecuteSCSI(), USBSTOR_HandleInternalDeviceControl(), USBSTOR_HandleQueryProperty(), USBSTOR_PdoHandlePnp(), USBSTOR_QueueAddIrp(), USBSTOR_QueueInitialize(), USBSTOR_QueueNextRequest(), USBSTOR_QueueRelease(), USBSTOR_QueueTerminateRequest(), USBSTOR_RemoveIrp(), USBSTOR_SendModeSense(), USBSTOR_StartIo(), and USBSTOR_TimerWorkerRoutine().