Searched refs:InterruptServiceRoutine (Results 1 – 14 of 14) sorted by relevance
1113 ntStatus = InterruptSync->RegisterServiceRoutine (InterruptServiceRoutine, in ProcessResources()1314 NTSTATUS CMiniport::InterruptServiceRoutine in InterruptServiceRoutine() function in CMiniport1399 that->Streams[PIN_WAVEOUT_OFFSET]->InterruptServiceRoutine(); in InterruptServiceRoutine()1428 that->Streams[PIN_WAVEIN_OFFSET]->InterruptServiceRoutine(); in InterruptServiceRoutine()1457 that->Streams[PIN_MICIN_OFFSET]->InterruptServiceRoutine(); in InterruptServiceRoutine()
112 void InterruptServiceRoutine();
107 NTSTATUS CAC97MiniportWaveRT::InterruptServiceRoutine
134 void InterruptServiceRoutine();
136 static NTSTATUS InterruptServiceRoutine
83 static NTSTATUS NTAPI InterruptServiceRoutine
219 void CMiniportWaveCyclicStream::InterruptServiceRoutine() in InterruptServiceRoutine() function in CMiniportWaveCyclicStream
120 ntStatus = InterruptSync->RegisterServiceRoutine (InterruptServiceRoutine, in ProcessResources()
146 virtual void InterruptServiceRoutine() PURE;
417 void CMiniportWaveICHStream::InterruptServiceRoutine()
879 void CMiniportWaveICHStream::InterruptServiceRoutine() in InterruptServiceRoutine() function in CMiniportWaveICHStream
97 … static NTSTATUS NTAPI InterruptServiceRoutine(PINTERRUPTSYNC InterruptSync, PVOID StaticContext);
94 ntStatus = InterruptSync->RegisterServiceRoutine(InterruptServiceRoutine, (PVOID)this, FALSE); in STDMETHODIMP_()436 NTSTATUS NTAPI CCMIAdapter::InterruptServiceRoutine(PINTERRUPTSYNC InterruptSync, PVOID DynamicCont… in InterruptServiceRoutine() function in CCMIAdapter
172 PKSERVICE_ROUTINE InterruptServiceRoutine; member