Lines Matching refs:Dpc
61 WDFDPC Dpc
111 WDFDPC* Dpc
124 WDFDPC* Dpc in _IRQL_requires_max_()
127 …PFN_WDFDPCCREATE) WdfFunctions[WdfDpcCreateTableIndex])(WdfDriverGlobals, Config, Attributes, Dpc); in _IRQL_requires_max_()
141 WDFDPC Dpc
149 WDFDPC Dpc in _IRQL_requires_max_()
152 return ((PFN_WDFDPCENQUEUE) WdfFunctions[WdfDpcEnqueueTableIndex])(WdfDriverGlobals, Dpc); in _IRQL_requires_max_()
167 WDFDPC Dpc,
178 WDFDPC Dpc, in WdfDpcCancel() argument
183 return ((PFN_WDFDPCCANCEL) WdfFunctions[WdfDpcCancelTableIndex])(WdfDriverGlobals, Dpc, Wait); in WdfDpcCancel()
197 WDFDPC Dpc
205 WDFDPC Dpc in _IRQL_requires_max_()
208 …((PFN_WDFDPCGETPARENTOBJECT) WdfFunctions[WdfDpcGetParentObjectTableIndex])(WdfDriverGlobals, Dpc); in _IRQL_requires_max_()
222 WDFDPC Dpc
230 WDFDPC Dpc in _IRQL_requires_max_()
233 return ((PFN_WDFDPCWDMGETDPC) WdfFunctions[WdfDpcWdmGetDpcTableIndex])(WdfDriverGlobals, Dpc); in _IRQL_requires_max_()