Home
last modified time | relevance | path

Searched refs:CxDeviceInfo (Results 1 – 10 of 10) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxpkgio.hpp335 __in_opt FxCxDeviceInfo* CxDeviceInfo,
397 __in_opt FxCxDeviceInfo* CxDeviceInfo in GetIoInCallerContextCallback() argument
400 if (CxDeviceInfo != NULL) { in GetIoInCallerContextCallback()
401 return &CxDeviceInfo->IoInCallerContextCallback; in GetIoInCallerContextCallback()
H A Dfxirpdynamicdispatchinfo.hpp16 CxDeviceInfo(NULL) in FxIrpDynamicDispatchInfo()
91 FxCxDeviceInfo* CxDeviceInfo; member
H A Dfxdevice.hpp1621 __in FxCxDeviceInfo* CxDeviceInfo in GetNextCxDeviceInfo() argument
1624 ASSERT(CxDeviceInfo != NULL); in GetNextCxDeviceInfo()
1625 if (CxDeviceInfo->ListEntry.Flink == &m_CxDeviceInfoListHead) { in GetNextCxDeviceInfo()
1629 return CONTAINING_RECORD(CxDeviceInfo->ListEntry.Flink, in GetNextCxDeviceInfo()
1641 __in FxCxDeviceInfo* CxDeviceInfo in GetCxDriverIndex() argument
1644 if (CxDeviceInfo != NULL) { in GetCxDriverIndex()
1645 return CxDeviceInfo->Index; in GetCxDriverIndex()
1655 __in FxCxDeviceInfo* CxDeviceInfo in GetCxDriver() argument
1658 if (CxDeviceInfo != NULL) { in GetCxDriver()
1659 return CxDeviceInfo->Driver; in GetCxDriver()
H A Dfxfileobjectcallbacks.hpp172 CxDeviceInfo(NULL) in FxFileObjectInfo()
196 FxCxDeviceInfo* CxDeviceInfo; member
H A Dfxcxdeviceinit.hpp91 FxCxDeviceInfo* CxDeviceInfo; member
H A Dfxioqueue.hpp1352 __in FxCxDeviceInfo* CxDeviceInfo in SetCxDeviceInfo() argument
1355 m_CxDeviceInfo = CxDeviceInfo; in SetCxDeviceInfo()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/general/
H A Dfxpkggeneral.cpp198 fileObjInfo->CxDeviceInfo = cxInit->CxDeviceInfo; in Initialize()
356 m_Device->GetCxDriver(fileObjInfo->CxDeviceInfo)->GetHandle(), in ConfigureConstraints()
527 previousCxInfo = fileObjInfo->CxDeviceInfo; in ConfigureFileObjectClass()
546 m_Device->GetCxDriver(fileObjInfo->CxDeviceInfo)->GetHandle(), in ConfigureFileObjectClass()
571 m_Device->GetCxDriver(fileObjInfo->CxDeviceInfo)->GetHandle(), in ConfigureFileObjectClass()
980 m_Device->GetCxDriver(fileObjInfo->CxDeviceInfo)->GetHandle(), in OnCreate()
1040 attributes = fileObjInfo->CxDeviceInfo->RequestAttributes; in OnCreate()
1083 attributes = fileObjInfo->CxDeviceInfo->RequestAttributes; in OnCreate()
1115 m_Device->GetCxDriver(fileObjInfo->CxDeviceInfo)->GetHandle(), in OnCreate()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/io/
H A Dfxpkgio.cpp788 __in_opt FxCxDeviceInfo* CxDeviceInfo, in ConfigureDynamicDispatching() argument
820 driverIndex = FxDevice::GetCxDriverIndex(CxDeviceInfo); in ConfigureDynamicDispatching()
839 curIndex = FxDevice::GetCxDriverIndex(dispatchInfo->CxDeviceInfo); in ConfigureDynamicDispatching()
850 CxDeviceInfo == NULL ? in ConfigureDynamicDispatching()
852 CxDeviceInfo->Driver->GetHandle(), in ConfigureDynamicDispatching()
861 ASSERT(dispatchInfo->CxDeviceInfo == CxDeviceInfo); in ConfigureDynamicDispatching()
891 dispatchInfo->CxDeviceInfo = CxDeviceInfo; in ConfigureDynamicDispatching()
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxcxdeviceinit.cpp43 CxDeviceInfo = NULL; in WDFCXDEVICE_INIT()
H A Dfxdevice.cpp755 cxInit->CxDeviceInfo = cxDeviceInfo; in Initialize()