Searched refs:CxDeviceInfo (Results 1 – 10 of 10) sorted by relevance
335 __in_opt FxCxDeviceInfo* CxDeviceInfo,397 __in_opt FxCxDeviceInfo* CxDeviceInfo in GetIoInCallerContextCallback() argument400 if (CxDeviceInfo != NULL) { in GetIoInCallerContextCallback()401 return &CxDeviceInfo->IoInCallerContextCallback; in GetIoInCallerContextCallback()
16 CxDeviceInfo(NULL) in FxIrpDynamicDispatchInfo()91 FxCxDeviceInfo* CxDeviceInfo; member
1621 __in FxCxDeviceInfo* CxDeviceInfo in GetNextCxDeviceInfo() argument1624 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() argument1644 if (CxDeviceInfo != NULL) { in GetCxDriverIndex()1645 return CxDeviceInfo->Index; in GetCxDriverIndex()1655 __in FxCxDeviceInfo* CxDeviceInfo in GetCxDriver() argument1658 if (CxDeviceInfo != NULL) { in GetCxDriver()1659 return CxDeviceInfo->Driver; in GetCxDriver()
172 CxDeviceInfo(NULL) in FxFileObjectInfo()196 FxCxDeviceInfo* CxDeviceInfo; member
91 FxCxDeviceInfo* CxDeviceInfo; member
1352 __in FxCxDeviceInfo* CxDeviceInfo in SetCxDeviceInfo() argument1355 m_CxDeviceInfo = CxDeviceInfo; in SetCxDeviceInfo()
198 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()
788 __in_opt FxCxDeviceInfo* CxDeviceInfo, in ConfigureDynamicDispatching() argument820 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()
43 CxDeviceInfo = NULL; in WDFCXDEVICE_INIT()
755 cxInit->CxDeviceInfo = cxDeviceInfo; in Initialize()