Searched refs:thePipe (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DUSBMassStorageClassCBI.cpp472 IOUSBPipe * thePipe = NULL; local
476 thePipe = GetBulkInPipe();
480 thePipe = GetBulkOutPipe();
483 if ( thePipe != NULL )
486 status = CBIClearFeatureEndpointStall ( thePipe, cbiRequestBlock, kCBIClearBulkEndpointComplete );
502 IOUSBPipe * thePipe = NULL; local
506 thePipe = GetBulkInPipe();
510 thePipe = GetBulkOutPipe();
514 thePipe = GetControlPipe();
517 status = CBIGetStatusEndpointStatus ( thePipe, cbiRequestBloc
632 IOUSBPipe * thePipe = NULL; local
690 IOUSBPipe * thePipe = NULL; local
734 IOUSBPipe * thePipe = NULL; local
770 IOUSBPipe * thePipe = NULL; local
[all...]
H A DIOUSBMassStorageClass.h333 IOUSBPipe * thePipe,
336 IOUSBPipe * thePipe,
H A DIOUSBMassStorageClass.cpp1785 IOUSBPipe * thePipe,
1792 STATUS_LOG((5, "%s[%p]: ClearFeatureEndpointStall Entered with thePipe=%p", getName(), this, thePipe ));
1795 ( thePipe == NULL ) )
1804 fPotentiallyStalledPipe = thePipe;
1852 IOUSBPipe * thePipe,
1860 ( thePipe == NULL ) )
1874 fUSBDeviceRequest.wIndex = thePipe->GetEndpointNumber();
1876 if ( thePipe == GetBulkInPipe() )
1890 thePipe
1784 ClearFeatureEndpointStall( IOUSBPipe * thePipe, IOUSBCompletion * completion ) argument
1851 GetStatusEndpointStatus( IOUSBPipe * thePipe, void * endpointStatus, IOUSBCompletion * completion ) argument
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/ControlDriver/Headers/
H A DAppleUSBCDCACMControl.h96 IOReturn checkPipe(IOUSBPipe *thePipe, bool devReq);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/ControlDriver/Headers/
H A DAppleUSBCDCECMControl.h122 IOReturn checkPipe(IOUSBPipe *thePipe, bool devReq);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp1012 // Inputs: thePipe - the pipe
1023 IOReturn AppleUSBCDCACMControl::checkPipe(IOUSBPipe *thePipe, bool devReq) argument
1027 XTRACEP(this, 0, thePipe, "checkPipe");
1031 rtn = thePipe->GetPipeStatus();
1039 rtn = thePipe->ClearPipeStall(true);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/DataDriver/Headers/
H A DAppleUSBCDCECMData.h127 IOReturn clearPipeStall(IOUSBPipe *thePipe);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp1191 // Inputs: thePipe - the pipe
1202 IOReturn AppleUSBCDCECMControl::checkPipe(IOUSBPipe *thePipe, bool devReq) argument
1206 XTRACEP(this, 0, thePipe, "checkPipe");
1210 rtn = thePipe->GetPipeStatus();
1218 rtn = thePipe->ClearPipeStall(true);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Headers/
H A DAppleUSBCDCEEM.h203 IOReturn clearPipeStall(IOUSBPipe *thePipe);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp2317 // Inputs: thePipe - the pipe
2325 IOReturn AppleUSBCDCECMData::clearPipeStall(IOUSBPipe *thePipe) argument
2329 XTRACEP(this, 0, thePipe, "clearPipeStall");
2331 // rtn = thePipe->GetPipeStatus();
2334 rtn = thePipe->ClearPipeStall(true);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp2011 // Inputs: thePipe - the pipe
2019 IOReturn AppleUSBCDCEEM::clearPipeStall(IOUSBPipe *thePipe) argument
2025 rtn = thePipe->GetPipeStatus();
2028 rtn = thePipe->ClearPipeStall(true);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h329 IOReturn checkPipe(IOUSBPipe *thePipe, bool devReq);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h346 IOReturn checkPipe(IOUSBPipe *thePipe, bool devReq);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp3665 // Inputs: thePipe - the pipe
3676 IOReturn AppleUSBCDCACMData::checkPipe(IOUSBPipe *thePipe, bool devReq) argument
3680 XTRACEP(this, 0, thePipe, "checkPipe");
3684 rtn = thePipe->GetPipeStatus();
3692 rtn = thePipe->ClearPipeStall(true);

Completed in 166 milliseconds