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

/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp134 fInterface = OSDynamicCast(IOUSBInterface, provider);
135 if(!fInterface)
159 fInterface->retain();
221 fInterfaceNumber = fInterface->GetInterfaceNumber();
252 fInterfaceNumber = fInterface->GetInterfaceNumber();
253 fSubClass = fInterface->GetInterfaceSubClass();
305 funcDesc = (const FunctionalDescriptorHeader *)fInterface->FindNextAssociatedDescriptor((void*)funcDesc, CS_INTERFACE);
383 if (!fInterface->open(this))
409 if (fInterface)
411 fInterface
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCWCM/Headers/
H A DAppleUSBCDCWCM.h93 IOUSBInterface *fInterface; member in class:AppleUSBCDCWCM
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp812 fInterface = OSDynamicCast(IOUSBInterface, provider);
813 if(!fInterface)
861 fInterface->retain();
957 fInterfaceNumber = fInterface->GetInterfaceNumber();
997 funcDesc = (const FunctionalDescriptorHeader *)fInterface->FindNextAssociatedDescriptor((void*)funcDesc, CS_INTERFACE);
1069 indx = fInterface->GetDevice()->GetSerialNumberStringIndex();
1074 rc = fInterface->GetDevice()->GetStringDescriptor(indx, (char *)&serBuf, sizeof(serBuf));
1093 location = (OSNumber *)fInterface->GetDevice()->getProperty(kUSBDevicePropertyLocationID);
2732 rc = fInterface->GetDevice()->DeviceRequest(MER, Comp);
2971 if (!fInterface
[all...]
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.h145 IOUSBInterface * fInterface; member in class:IOUSBMassStorageClass
H A DIOUSBMassStorageClass.cpp1928 if ( fInterface == NULL )
1933 return fInterface;
1945 fInterface = newInterface;
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h278 IOUSBInterface *fInterface; member in class:AppleUSBCDCDMM
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp10518 class PPCI2CInterface * fInterface; member in class:AppleOnboardI2CInterface
10544 interface->fInterface = onboardInterface;
10587 fInterface->openI2CBus(fPort);
10592 fInterface->setPollingMode(true);
10597 fInterface->setCombinedMode();
10599 fInterface->setStandardSubMode();
10601 fInterface->setStandardMode();
10603 if (!fInterface->writeI2CBus(request->sendAddress >> 1, request->sendSubAddress,
10611 fInterface->setCombinedMode();
10613 fInterface
[all...]

Completed in 109 milliseconds