|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "fxusbpch.hpp"
Go to the source code of this file.
| __drv_maxIRQL | ( | DISPATCH_LEVEL | ) |
| _Must_inspect_result_ __drv_maxIRQL | ( | PASSIVE_LEVEL | ) |
| _Must_inspect_result_ __in WDFUSBPIPE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS __in_xcount | ( | "union bug in SAL" | ) |
Definition at line 685 of file fxusbpipeapi.cpp.
| DoTraceLevelMessage | ( | GetFxDriverGlobals(DriverGlobals) | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "WDFUSBPIPE %p" | , | ||
| Pipe | |||
| ) |
| DoTraceLevelMessage | ( | GetFxDriverGlobals(DriverGlobals) | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "WDFUSBPIPE % | p, | ||
| WDFREQUEST % | p, | ||
| WDFMEMORY %p" | , | ||
| Pipe | , | ||
| Request | , | ||
| WriteMemory | |||
| ) |
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "Pipe %p" | , | ||
| Pipe | |||
| ) |
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "Pipe % | p | ||
| ) |
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "Pipe % | p, | ||
| Request %p" | , | ||
| Pipe | , | ||
| Request | |||
| ) |
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "Pipe % | p, | ||
| Request % | p, | ||
| Memory %p" | , | ||
| Pipe | , | ||
| Request | , | ||
| UrbMemory | |||
| ) |
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "Pipe % | p, | ||
| Request % | p, | ||
| Memory % | p, | ||
| status %!STATUS!" | , | ||
| Pipe | , | ||
| Request | , | ||
| UrbMemory | , | ||
| status | |||
| ) |
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "Pipe % | p, | ||
| Request % | p, | ||
| status %!STATUS!" | , | ||
| Pipe | , | ||
| Request | , | ||
| status | |||
| ) |
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "WDFUSBPIPE %p reset" | , | ||
| Pipe | |||
| ) |
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "WDFUSBPIPE %p | reset, | ||
| %!STATUS!" | , | ||
| Pipe | , | ||
| status | |||
| ) |
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "WDFUSBPIPE %p" | , | ||
| Pipe | |||
| ) |
Referenced by __in_xcount(), and if().
| DoTraceLevelMessage | ( | pFxDriverGlobals | , |
| TRACE_LEVEL_VERBOSE | , | ||
| TRACINGIOTARGET | , | ||
| "WDFUSBPIPE % | p, | ||
| %!STATUS!" | , | ||
| Pipe | , | ||
| status | |||
| ) |
| FxObjectHandleGetPtr | ( | GetFxDriverGlobals(DriverGlobals) | , |
| Pipe | , | ||
| FX_TYPE_IO_TARGET_USB_PIPE | , | ||
| (PVOID *) & | pUsbPipe | ||
| ) |
| FxObjectHandleGetPtr | ( | pFxDriverGlobals | , |
| Request | , | ||
| FX_TYPE_REQUEST | , | ||
| (PVOID *) & | pRequest | ||
| ) |
| FxObjectHandleGetPtr | ( | pFxDriverGlobals | , |
| UrbMemory | , | ||
| IFX_TYPE_MEMORY | , | ||
| (PVOID *) & | pMemory | ||
| ) |
| FxObjectHandleGetPtrAndGlobals | ( | GetFxDriverGlobals(DriverGlobals) | , |
| Pipe | , | ||
| FX_TYPE_IO_TARGET_USB_PIPE | , | ||
| (PVOID *) & | pUsbPipe, | ||
| & | pFxDriverGlobals | ||
| ) |
Referenced by __in_xcount().
| FxPointerNotNull | ( | pFxDriverGlobals | , |
| Config | |||
| ) |
| FxPointerNotNull | ( | pFxDriverGlobals | , |
| PipeInformation | |||
| ) |
| pUsbPipe GetInformation | ( | PipeInformation | ) |
| if | ( | ! | NT_SUCCESSstatus | ) |
Definition at line 358 of file fxusbpipeapi.cpp.
| if | ( | (pUsbPipe->IsType(WdfUsbPipeTypeBulk)|| pUsbPipe->IsType(WdfUsbPipeTypeInterrupt)) | = = FALSE | ) |
Definition at line 391 of file fxusbpipeapi.cpp.
| if | ( | ) |
Definition at line 813 of file fxusbpipeapi.cpp.
Definition at line 339 of file fxusbpipeapi.cpp.
| if | ( | Config->Size ! | = sizeof(WDF_USB_CONTINUOUS_READER_CONFIG) | ) |
Definition at line 328 of file fxusbpipeapi.cpp.
| if | ( | NT_SUCCESS(status) | ) |
Definition at line 488 of file fxusbpipeapi.cpp.
| if | ( | pUsbPipe-> | IsOutEndpoint() | ) |
Definition at line 404 of file fxusbpipeapi.cpp.
| if | ( | UrbOffsets ! | = NULL && UrbOffsets->BufferOffset, |
| 0 | |||
| ) |
Definition at line 809 of file fxusbpipeapi.cpp.
Referenced by FxUsbPipe::FormatTransferRequest().
Referenced by FxUsbPipe::FormatTransferRequest().
| FxSyncRequest request | ( | pFxDriverGlobals | , |
| & | context, | ||
| Request | |||
| ) |
| buf SetMemory | ( | pMemory | , |
| UrbOffsets | |||
| ) |
| pUsbPipe SetNoCheckPacketSize | ( | ) |
Definition at line 779 of file fxusbpipeapi.cpp.
Referenced by __in_xcount().
| bufferSize = pMemory->GetBufferSize() |
Definition at line 781 of file fxusbpipeapi.cpp.
Referenced by if().
| _Must_inspect_result_ __in WDFUSBPIPE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS __in_opt PWDF_MEMORY_DESCRIPTOR __out_opt PULONG BytesRead |
Definition at line 245 of file fxusbpipeapi.cpp.
| _Must_inspect_result_ __in WDFUSBPIPE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS __in_opt PWDF_MEMORY_DESCRIPTOR __out_opt PULONG BytesWritten |
Definition at line 178 of file fxusbpipeapi.cpp.
Definition at line 310 of file fxusbpipeapi.cpp.
Referenced by __in_xcount().
| _Must_inspect_result_ __in WDFUSBPIPE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS __in_opt PWDF_MEMORY_DESCRIPTOR MemoryDescriptor |
Definition at line 176 of file fxusbpipeapi.cpp.
| PFX_DRIVER_GLOBALS pFxDriverGlobals |
Definition at line 50 of file fxusbpipeapi.cpp.
Referenced by __in_xcount(), and if().
| _Must_inspect_result_ __in WDFUSBPIPE Pipe |
Definition at line 43 of file fxusbpipeapi.cpp.
| __in WDFUSBPIPE __out PWDF_USB_PIPE_INFORMATION PipeInformation |
Definition at line 45 of file fxusbpipeapi.cpp.
| IFxMemory* pMemory |
Definition at line 776 of file fxusbpipeapi.cpp.
Referenced by if().
| FxRequest* pRequest |
Definition at line 520 of file fxusbpipeapi.cpp.
| FxUsbPipe * pUsbPipe |
Definition at line 51 of file fxusbpipeapi.cpp.
Referenced by __in_xcount(), FxUsbPipe::_FormatTransfer(), FxUsbPipe::_SendTransfer(), and if().
| _Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in_opt WDFMEMORY ReadMemory |
Definition at line 277 of file fxusbpipeapi.cpp.
| _Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in_opt WDFMEMORY __in_opt PWDFMEMORY_OFFSET ReadOffsets |
Definition at line 279 of file fxusbpipeapi.cpp.
Referenced by FxRequestContext::FormatReadParams().
| _Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST Request |
Definition at line 172 of file fxusbpipeapi.cpp.
| _Must_inspect_result_ __in WDFUSBPIPE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS RequestOptions |
Definition at line 174 of file fxusbpipeapi.cpp.
Definition at line 317 of file fxusbpipeapi.cpp.
Referenced by __in_xcount(), and if().
| size_t total |
Definition at line 318 of file fxusbpipeapi.cpp.
Referenced by ACTION_InstallValidate(), append_multi_sz_value(), AVISplitter_InputPin_PreConnect(), CheckInvariant(), chm_retrieve_object(), ConWrite(), CreateEnhMetaFileA(), ddraw2_GetAvailableVidMem(), ddraw4_GetAvailableVidMem(), ddraw7_GetAvailableVidMem(), debugsystemobjects_GetTotalNumberThreads(), DECLARE_INTERFACE_(), dialog_parse_groups(), dialog_vcl_add_drives(), drive_get_TotalSize(), EMFDC_GdiComment(), EMFDC_WriteEscape(), EMFDC_WriteNamedEscape(), EMFDRV_GdiComment(), enum_compressors(), ExtractCabinet(), fgetcSocket(), FILEDLG95_Handle_GetFilePath(), FSE_buildCTable_wksp(), FSE_normalizeCount(), FSE_normalizeM2(), ft_stroke_border_arcto(), ft_stroker_arcto(), FTC_SNode_New(), FxPoolAddHeaderSize(), get_subtests(), GetDiskFreeSpaceExA(), GetDiskFreeSpaceExW(), GetDiskInfoA(), CardRegion::GetOverlapRatio(), HUF_readStats(), InfpSubstituteString(), MCI_GetDWord(), MDI_CalcDefaultChildPos(), MDICascade(), MDITile(), MPEGSplitter_pre_connect(), MSSTYLES_GetNextInteger(), otv_Coverage_validate(), para_num_get_str(), PARSER_string_substW(), pdb_process_types(), PlayMetaFileRecord(), PlusMinusTest::plus0(), REGION_SetPolyPolygonRgn(), s_sum_blob(), s_sum_complex_array(), s_sum_container(), s_sum_data(), send_file(), SetupCreateDiskSpaceListW(), SetupGetLineTextA(), SetupGetLineTextW(), SetupGetMultiSzFieldA(), SetupGetMultiSzFieldW(), shader_init(), shader_signature_calculate_strings_length(), SHELL_BuildEnvW(), t2_hints_stems(), tcp_send(), test_EnumCodePages(), test_EnumColorProfilesA(), test_EnumColorProfilesW(), test_EnumScripts(), test_GetDiskInfoA(), test_GetSystemDirectory(), test_GetWindowsDirectory(), test_ScriptPlace(), test_Win32_QuickFixEngineering(), test_window_tree(), TimesTest::times(), upcall_marshall(), IFxMemory::ValidateMemoryOffsets(), verify_dir_item(), TConsole::WriteCtrlString(), xsltApplyXSLTTemplate(), and ZSTD_entropyCost().
| _Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in WDFMEMORY UrbMemory |
Definition at line 768 of file fxusbpipeapi.cpp.
| _Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in WDFMEMORY __in_opt PWDFMEMORY_OFFSET UrbOffsets |
Definition at line 854 of file fxusbpipeapi.cpp.
| _Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in_opt WDFMEMORY WriteMemory |
Definition at line 209 of file fxusbpipeapi.cpp.
| _Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in_opt WDFMEMORY __in_opt PWDFMEMORY_OFFSET WriteOffsets |
Definition at line 211 of file fxusbpipeapi.cpp.
Referenced by FxRequestContext::FormatWriteParams().