Searched refs:epReq (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp2011 IOUSBFindEndpointRequest epReq; local
2032 epReq.type = kUSBBulk;
2033 epReq.direction = kUSBIn;
2034 epReq.maxPacketSize = 0;
2035 epReq.interval = 0;
2036 fInPipe = fDataInterface->FindNextPipe(0, &epReq);
2042 XTRACE(this, epReq.maxPacketSize << 16 |epReq.interval, 0, "allocateResources - bulk input pipe.");
2044 epReq.direction = kUSBOut;
2045 fOutPipe = fDataInterface->FindNextPipe(0, &epReq);
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp1616 IOUSBFindEndpointRequest epReq; local
1623 epReq.type = kUSBBulk;
1624 epReq.direction = kUSBIn;
1625 epReq.maxPacketSize = 0;
1626 epReq.interval = 0;
1627 fInPipe = fDataInterface->FindNextPipe(0, &epReq);
1633 XTRACE(this, epReq.maxPacketSize << 16 |epReq.interval, 0, "allocateResources - bulk input pipe.");
1635 epReq.direction = kUSBOut;
1636 fOutPipe = fDataInterface->FindNextPipe(0, &epReq);
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp1067 IOUSBFindEndpointRequest epReq; local
1080 epReq.type = kUSBInterrupt;
1081 epReq.direction = kUSBIn;
1082 fCommPipe = fControlInterface->FindNextPipe(0, &epReq);
1088 XTRACE(this, epReq.maxPacketSize << 16 |epReq.interval, 0, "allocateResources - comm pipe.");
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1621 IOUSBFindEndpointRequest epReq; // endPoint request struct on stack
1641 epReq.type = kUSBBulk;
1642 epReq.direction = kUSBIn;
1643 epReq.maxPacketSize = 0;
1644 epReq.interval = 0;
1645 fpInPipe = fpInterface->FindNextPipe( 0, &epReq );
1647 ELG( epReq.maxPacketSize << 16 |epReq.interval, fpInPipe, 'i P+', "allocateResources - bulk input pipe." );
1649 epReq.direction = kUSBOut;
1650 fpOutPipe = fpInterface->FindNextPipe( 0, &epReq );
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp906 IOUSBFindEndpointRequest epReq; local
919 epReq.type = kUSBInterrupt;
920 epReq.direction = kUSBIn;
921 fCommPipe = fControlInterface->FindNextPipe(0, &epReq);
929 XTRACE(this, epReq.maxPacketSize << 16 |epReq.interval, 0, "allocateResources - comm pipe.");
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp3851 IOUSBFindEndpointRequest epReq; local
3866 epReq.type = kUSBBulk;
3867 epReq.direction = kUSBIn;
3868 epReq.maxPacketSize = 0;
3869 epReq.interval = 0;
3870 fPort.InPipe = fDataInterface->FindNextPipe(0, &epReq);
3876 fPort.InPacketSize = epReq.maxPacketSize;
3877 XTRACE(this, epReq.maxPacketSize << 16 |epReq.interval, 0, "allocateResources - bulk input pipe.");
3897 epReq
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp2964 IOUSBFindEndpointRequest epReq; local
2979 epReq.type = kUSBInterrupt;
2980 epReq.direction = kUSBIn;
2981 fIntPipe = fInterface->FindNextPipe(0, &epReq);
2987 XTRACEP(this, epReq.maxPacketSize << 16 |epReq.interval, 0, "allocateResources - interrupt pipe.");
2988 fIntBufferSize = epReq.maxPacketSize;

Completed in 142 milliseconds