|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "../fxusbpch.hpp"
Go to the source code of this file.
Variables | |
| _Must_inspect_result_ __in WDFUSBDEVICE | UsbDevice |
| _Must_inspect_result_ __in WDFUSBDEVICE __out PULONG | CurrentFrameNumber |
| PFX_DRIVER_GLOBALS | pFxDriverGlobals |
| FxUsbDevice * | pUsbDevice |
| _Must_inspect_result_ __in WDFUSBDEVICE __in_opt WDFREQUEST | Request |
| _Must_inspect_result_ __in WDFUSBDEVICE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS | RequestOptions |
| _Must_inspect_result_ __in WDFUSBDEVICE __in WDFREQUEST __in WDFMEMORY | UrbMemory |
| _Must_inspect_result_ __in WDFUSBDEVICE __in WDFREQUEST __in WDFMEMORY __in_opt PWDFMEMORY_OFFSET | UrbOffsets |
| IFxMemory * | pMemory |
| FxRequestBuffer | buf |
| FxRequest * | pRequest |
| NTSTATUS | status = pMemory->ValidateMemoryOffsets(UrbOffsets) |
| size_t | bufferSize = pMemory->GetBufferSize() |
| __checkReturn __in WDFUSBDEVICE __in_opt PWDF_OBJECT_ATTRIBUTES | Attributes |
| __checkReturn __in WDFUSBDEVICE __in_opt PWDF_OBJECT_ATTRIBUTES __out WDFMEMORY __deref_opt_out_bcount | ( | sizeof(URB) | ) |
Definition at line 391 of file fxusbdeviceapikm.cpp.
| _Must_inspect_result_ __drv_maxIRQL | ( | DISPATCH_LEVEL | ) |
| _Must_inspect_result_ __drv_maxIRQL | ( | PASSIVE_LEVEL | ) |
| _Must_inspect_result_ __in WDFUSBDEVICE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS __in_xcount | ( | "union bug in SAL" | ) |
Definition at line 79 of file fxusbdeviceapikm.cpp.
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "WDFUSBDEVICE % | p, | ||
| Request % | p, | ||
| Memory %p" | , | ||
| UsbDevice | , | ||
| Request | , | ||
| UrbMemory | |||
| ) |
Referenced by __deref_opt_out_bcount(), __in_xcount(), and if().
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "WDFUSBDEVICE % | p, | ||
| Request % | p, | ||
| Memory % | p, | ||
| %!STATUS!" | , | ||
| UsbDevice | , | ||
| Request | , | ||
| UrbMemory | , | ||
| status | |||
| ) |
| FxObjectHandleGetPtr | ( | pFxDriverGlobals | , |
| Request | , | ||
| FX_TYPE_REQUEST | , | ||
| (PVOID *) & | pRequest | ||
| ) |
| FxObjectHandleGetPtr | ( | pFxDriverGlobals | , |
| UrbMemory | , | ||
| IFX_TYPE_MEMORY | , | ||
| (PVOID *) & | pMemory | ||
| ) |
| FxObjectHandleGetPtrAndGlobals | ( | GetFxDriverGlobals(DriverGlobals) | , |
| UsbDevice | , | ||
| FX_TYPE_IO_TARGET_USB_DEVICE | , | ||
| (PVOID *) & | pUsbDevice, | ||
| & | pFxDriverGlobals | ||
| ) |
Referenced by __deref_opt_out_bcount(), and __in_xcount().
| FxPointerNotNull | ( | pFxDriverGlobals | , |
| CurrentFrameNumber | |||
| ) |
| FxPointerNotNull | ( | pFxDriverGlobals | , |
| UrbMemory | |||
| ) |
| return pUsbDevice GetCurrentFrameNumber | ( | CurrentFrameNumber | ) |
| if | ( | ! | NT_SUCCESSstatus | ) |
Definition at line 198 of file fxusbdeviceapikm.cpp.
| if | ( | ) |
Definition at line 207 of file fxusbdeviceapikm.cpp.
| if | ( | NT_SUCCESS(status) | ) |
Definition at line 225 of file fxusbdeviceapikm.cpp.
| if | ( | UrbOffsets ! | = NULL && UrbOffsets->BufferOffset, |
| 0 | |||
| ) |
Definition at line 203 of file fxusbdeviceapikm.cpp.
| buf SetMemory | ( | pMemory | , |
| UrbOffsets | |||
| ) |
| __checkReturn __in WDFUSBDEVICE __in_opt PWDF_OBJECT_ATTRIBUTES Attributes |
Definition at line 388 of file fxusbdeviceapikm.cpp.
Definition at line 170 of file fxusbdeviceapikm.cpp.
Referenced by __in_xcount().
| bufferSize = pMemory->GetBufferSize() |
Definition at line 173 of file fxusbdeviceapikm.cpp.
Referenced by if().
| _Must_inspect_result_ __in WDFUSBDEVICE __out PULONG CurrentFrameNumber |
Definition at line 46 of file fxusbdeviceapikm.cpp.
| PFX_DRIVER_GLOBALS pFxDriverGlobals |
Definition at line 51 of file fxusbdeviceapikm.cpp.
Referenced by __deref_opt_out_bcount(), __in_xcount(), and if().
| IFxMemory* pMemory |
Definition at line 168 of file fxusbdeviceapikm.cpp.
Referenced by if().
| FxRequest* pRequest |
Definition at line 171 of file fxusbdeviceapikm.cpp.
Referenced by if().
| FxUsbDevice* pUsbDevice |
Definition at line 52 of file fxusbdeviceapikm.cpp.
Referenced by __deref_opt_out_bcount(), and __in_xcount().
| _Must_inspect_result_ __in WDFUSBDEVICE __in WDFREQUEST Request |
Definition at line 76 of file fxusbdeviceapikm.cpp.
| _Must_inspect_result_ __in WDFUSBDEVICE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS RequestOptions |
Definition at line 78 of file fxusbdeviceapikm.cpp.
| return status = pMemory->ValidateMemoryOffsets(UrbOffsets) |
Definition at line 172 of file fxusbdeviceapikm.cpp.
Referenced by __deref_opt_out_bcount(), __in_xcount(), and if().
| __checkReturn __in WDFUSBDEVICE __in_opt PWDF_OBJECT_ATTRIBUTES __out WDFMEMORY* UrbMemory |
Definition at line 160 of file fxusbdeviceapikm.cpp.
Referenced by if().
| _Must_inspect_result_ __in WDFUSBDEVICE __in WDFREQUEST __in WDFMEMORY __in_opt PWDFMEMORY_OFFSET UrbOffsets |
| __checkReturn __in WDFUSBDEVICE UsbDevice |
Definition at line 44 of file fxusbdeviceapikm.cpp.