ReactOS
0.4.15-dev-1647-g91fceab
|
Go to the source code of this file.
Classes | |
struct | _WDF_INTERRUPT_CONFIG |
struct | _WDF_INTERRUPT_INFO |
struct | _WDF_INTERRUPT_EXTENDED_POLICY |
Macros | |
#define | WDF_EXTERN_C |
#define | WDF_EXTERN_C_START |
#define | WDF_EXTERN_C_END |
#define WDF_EXTERN_C |
Definition at line 35 of file wdfinterrupt.h.
#define WDF_EXTERN_C_END |
Definition at line 37 of file wdfinterrupt.h.
#define WDF_EXTERN_C_START |
Definition at line 36 of file wdfinterrupt.h.
_Acquires_lock_ = NULL |
Definition at line 743 of file wdfinterrupt.h.
typedef _Must_inspect_result_ _IRQL_requires_max_(DISPATCH_LEVEL) WDFAPI NTSTATUS(STDCALL *PFN_WDFINTERRUPTCREATE)(_In_ PWDF_DRIVER_GLOBALS DriverGlobals |
Definition at line 365 of file wdfinterrupt.h.
_Post_satisfies_ ==0 |
iXlate functions
Definition at line 734 of file wdfinterrupt.h.
_In_ _Requires_lock_held_ | ( | _Curr_ | ) | == AcquireExclusive && return != FALSE |
Definition at line 518 of file wdfinterrupt.h.
_In_ _Requires_lock_not_held_ | ( | _Curr_ | ) |
Definition at line 489 of file wdfinterrupt.h.
typedef _In_ WDFDEVICE AssociatedDevice |
Definition at line 173 of file wdfinterrupt.h.
typedef _In_ WDFOBJECT AssociatedObject |
Definition at line 132 of file wdfinterrupt.h.
Definition at line 372 of file wdfinterrupt.h.
Definition at line 456 of file wdfinterrupt.h.
Definition at line 372 of file wdfinterrupt.h.
Definition at line 113 of file wdfinterrupt.h.
typedef _Must_inspect_result_ _In_ WDFDEVICE Device |
Definition at line 372 of file wdfinterrupt.h.
Definition at line 622 of file wdfinterrupt.h.
Definition at line 372 of file wdfinterrupt.h.
Definition at line 92 of file wdfinterrupt.h.
typedef EVT_WDF_INTERRUPT_DISABLE* PFN_WDF_INTERRUPT_DISABLE |
Definition at line 197 of file wdfinterrupt.h.
typedef EVT_WDF_INTERRUPT_DPC* PFN_WDF_INTERRUPT_DPC |
Definition at line 134 of file wdfinterrupt.h.
typedef EVT_WDF_INTERRUPT_ENABLE* PFN_WDF_INTERRUPT_ENABLE |
Definition at line 175 of file wdfinterrupt.h.
typedef EVT_WDF_INTERRUPT_ISR* PFN_WDF_INTERRUPT_ISR |
Definition at line 94 of file wdfinterrupt.h.
typedef EVT_WDF_INTERRUPT_SYNCHRONIZE* PFN_WDF_INTERRUPT_SYNCHRONIZE |
Definition at line 115 of file wdfinterrupt.h.
typedef EVT_WDF_INTERRUPT_WORKITEM* PFN_WDF_INTERRUPT_WORKITEM |
Definition at line 153 of file wdfinterrupt.h.
typedef WDFAPI WDFDEVICE(STDCALL * PFN_WDFINTERRUPTGETDEVICE) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals, _In_ WDFINTERRUPT Interrupt) |
Definition at line 712 of file wdfinterrupt.h.
typedef WDFAPI BOOLEAN(STDCALL * PFN_WDFINTERRUPTQUEUEDPCFORISR) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals, _In_ WDFINTERRUPT Interrupt) |
Definition at line 405 of file wdfinterrupt.h.
typedef WDFAPI BOOLEAN(STDCALL * PFN_WDFINTERRUPTQUEUEWORKITEMFORISR) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals, _In_ WDFINTERRUPT Interrupt) |
Definition at line 428 of file wdfinterrupt.h.
typedef _Must_inspect_result_ WDFAPI PKINTERRUPT(STDCALL * PFN_WDFINTERRUPTWDMGETINTERRUPT) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals, _In_ WDFINTERRUPT Interrupt) |
Definition at line 593 of file wdfinterrupt.h.
Definition at line 651 of file wdfinterrupt.h.
Definition at line 688 of file wdfinterrupt.h.
FORCEINLINE _Post_maybenull_ _Must_inspect_result_ _In_ SIZE_T _In_ ULONG _In_ EX_POOL_PRIORITY Priority |
Definition at line 651 of file wdfinterrupt.h.
typedef struct _WDF_INTERRUPT_CONFIG * PWDF_INTERRUPT_CONFIG |
typedef struct _WDF_INTERRUPT_INFO * PWDF_INTERRUPT_INFO |
typedef enum _WDF_INTERRUPT_POLICY * PWDF_INTERRUPT_POLICY |
Definition at line 651 of file wdfinterrupt.h.
Enumerator | |
---|---|
WdfInterruptPolarityUnknown | |
WdfInterruptActiveHigh | |
WdfInterruptActiveLow |
Definition at line 50 of file wdfinterrupt.h.
Definition at line 56 of file wdfinterrupt.h.
Enumerator | |
---|---|
WdfIrqPriorityUndefined | |
WdfIrqPriorityLow | |
WdfIrqPriorityNormal | |
WdfIrqPriorityHigh |
Definition at line 65 of file wdfinterrupt.h.
_Must_inspect_result_ _Acquires_lock_ | ( | _Curr_ | ) |
Definition at line 755 of file wdfinterrupt.h.
typedef _Function_class_ | ( | EVT_WDF_INTERRUPT_ISR | ) |
typedef _Function_class_ | ( | EVT_WDF_INTERRUPT_SYNCHRONIZE | ) |
typedef _Function_class_ | ( | EVT_WDF_INTERRUPT_DPC | ) |
typedef _Function_class_ | ( | EVT_WDF_INTERRUPT_WORKITEM | ) |
typedef _Function_class_ | ( | EVT_WDF_INTERRUPT_ENABLE | ) |
typedef _Function_class_ | ( | EVT_WDF_INTERRUPT_DISABLE | ) |
_Must_inspect_result_ _IRQL_requires_max_ | ( | DISPATCH_LEVEL | ) |
Definition at line 776 of file wdfinterrupt.h.
typedef _IRQL_requires_max_ | ( | DISPATCH_LEVEL+ | 1 | ) |
Definition at line 494 of file wdfinterrupt.h.
typedef _IRQL_requires_max_ | ( | PASSIVE_LEVEL | ) |
Definition at line 550 of file wdfinterrupt.h.
|
pure virtual |
FORCEINLINE VOID WDF_INTERRUPT_CONFIG_INIT | ( | _Out_ PWDF_INTERRUPT_CONFIG | Configuration, |
_In_ PFN_WDF_INTERRUPT_ISR | EvtInterruptIsr, | ||
_In_opt_ PFN_WDF_INTERRUPT_DPC | EvtInterruptDpc | ||
) |
Definition at line 271 of file wdfinterrupt.h.
Referenced by if().
FORCEINLINE VOID WDF_INTERRUPT_EXTENDED_POLICY_INIT | ( | _Out_ PWDF_INTERRUPT_EXTENDED_POLICY | ExtendedPolicy | ) |
Definition at line 349 of file wdfinterrupt.h.
FORCEINLINE VOID WDF_INTERRUPT_INFO_INIT | ( | _Out_ PWDF_INTERRUPT_INFO | Info | ) |
Definition at line 325 of file wdfinterrupt.h.
Referenced by FxInterrupt::FxInterrupt(), and FxInterrupt::RevokeResources().
FORCEINLINE WDFDEVICE WdfInterruptGetDevice | ( | _In_ WDFINTERRUPT | Interrupt | ) |
Definition at line 721 of file wdfinterrupt.h.
FORCEINLINE BOOLEAN WdfInterruptQueueDpcForIsr | ( | _In_ WDFINTERRUPT | Interrupt | ) |
Definition at line 414 of file wdfinterrupt.h.
FORCEINLINE BOOLEAN WdfInterruptQueueWorkItemForIsr | ( | _In_ WDFINTERRUPT | Interrupt | ) |
Definition at line 437 of file wdfinterrupt.h.
_Must_inspect_result_ FORCEINLINE PKINTERRUPT WdfInterruptWdmGetInterrupt | ( | _In_ WDFINTERRUPT | Interrupt | ) |
Definition at line 603 of file wdfinterrupt.h.