Lines Matching refs:Queue

549     WDFQUEUE Queue,  in _IRQL_requires_max_()
555 …dfVersion.Functions.pfnWdfDeviceWdmDispatchIrpToIoQueue)(DriverGlobals, Device, Irp, Queue, Flags); in _IRQL_requires_max_()
1105 WDFQUEUE Queue, in _IRQL_requires_max_()
1112 …sion.Functions.pfnWdfDeviceConfigureRequestDispatching)(DriverGlobals, Device, Queue, RequestType); in _IRQL_requires_max_()
2039 WDFQUEUE* Queue in _IRQL_requires_max_()
2054 Queue); in _IRQL_requires_max_()
2062 …) WdfVersion.Functions.pfnWdfIoQueueCreate)(DriverGlobals, Device, Config, QueueAttributes, Queue); in _IRQL_requires_max_()
2072 WDFQUEUE Queue, in _IRQL_requires_max_()
2080 …QUEUEGETSTATE) WdfVersion.Functions.pfnWdfIoQueueGetState)(DriverGlobals, Queue, QueueRequests, Dr… in _IRQL_requires_max_()
2090 WDFQUEUE Queue in _IRQL_requires_max_()
2094 ((PFN_WDFIOQUEUESTART) WdfVersion.Functions.pfnWdfIoQueueStart)(DriverGlobals, Queue); in _IRQL_requires_max_()
2104 WDFQUEUE Queue, in _IRQL_requires_max_()
2114 …((PFN_WDFIOQUEUESTOP) WdfVersion.Functions.pfnWdfIoQueueStop)(DriverGlobals, Queue, StopComplete, … in _IRQL_requires_max_()
2124 WDFQUEUE Queue in _IRQL_requires_max_()
2128 …QUEUESTOPSYNCHRONOUSLY) WdfVersion.Functions.pfnWdfIoQueueStopSynchronously)(DriverGlobals, Queue); in _IRQL_requires_max_()
2138 WDFQUEUE Queue in _IRQL_requires_max_()
2142 …turn ((PFN_WDFIOQUEUEGETDEVICE) WdfVersion.Functions.pfnWdfIoQueueGetDevice)(DriverGlobals, Queue); in _IRQL_requires_max_()
2153 WDFQUEUE Queue, in _IRQL_requires_max_()
2159 …TREQUEST) WdfVersion.Functions.pfnWdfIoQueueRetrieveNextRequest)(DriverGlobals, Queue, OutRequest); in _IRQL_requires_max_()
2174 WDFQUEUE Queue, in _IRQL_requires_max_()
2182 …ersion.Functions.pfnWdfIoQueueRetrieveRequestByFileObject)(DriverGlobals, Queue, FileObject, OutRe… in _IRQL_requires_max_()
2197 WDFQUEUE Queue, in _IRQL_requires_max_()
2209 …INDREQUEST) WdfVersion.Functions.pfnWdfIoQueueFindRequest)(DriverGlobals, Queue, FoundRequest, Fil… in _IRQL_requires_max_()
2220 WDFQUEUE Queue, in _IRQL_requires_max_()
2228 …T) WdfVersion.Functions.pfnWdfIoQueueRetrieveFoundRequest)(DriverGlobals, Queue, FoundRequest, Out… in _IRQL_requires_max_()
2242 WDFQUEUE Queue in _IRQL_requires_max_()
2246 …EUEDRAINSYNCHRONOUSLY) WdfVersion.Functions.pfnWdfIoQueueDrainSynchronously)(DriverGlobals, Queue); in _IRQL_requires_max_()
2256 WDFQUEUE Queue, in _IRQL_requires_max_()
2266 …((PFN_WDFIOQUEUEDRAIN) WdfVersion.Functions.pfnWdfIoQueueDrain)(DriverGlobals, Queue, DrainComplet… in _IRQL_requires_max_()
2276 WDFQUEUE Queue in _IRQL_requires_max_()
2280 …EUEPURGESYNCHRONOUSLY) WdfVersion.Functions.pfnWdfIoQueuePurgeSynchronously)(DriverGlobals, Queue); in _IRQL_requires_max_()
2290 WDFQUEUE Queue, in _IRQL_requires_max_()
2300 …((PFN_WDFIOQUEUEPURGE) WdfVersion.Functions.pfnWdfIoQueuePurge)(DriverGlobals, Queue, PurgeComplet… in _IRQL_requires_max_()
2311 WDFQUEUE Queue, in _IRQL_requires_max_()
2319 …EADYNOTIFY) WdfVersion.Functions.pfnWdfIoQueueReadyNotify)(DriverGlobals, Queue, QueueReady, Conte… in _IRQL_requires_max_()
2329 WDFQUEUE Queue, in _IRQL_requires_max_()
2339 …PANDPURGE) WdfVersion.Functions.pfnWdfIoQueueStopAndPurge)(DriverGlobals, Queue, StopAndPurgeCompl… in _IRQL_requires_max_()
2349 WDFQUEUE Queue in _IRQL_requires_max_()
2353 …ESYNCHRONOUSLY) WdfVersion.Functions.pfnWdfIoQueueStopAndPurgeSynchronously)(DriverGlobals, Queue); in _IRQL_requires_max_()
2672 WDFQUEUE Queue in _IRQL_requires_max_()
2676 …UEUE) WdfVersion.Functions.pfnWdfIoTargetSelfAssignDefaultIoQueue)(DriverGlobals, IoTarget, Queue); in _IRQL_requires_max_()