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

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/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.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCWCM/Headers/
H A DAppleUSBCDCWCM.h93 IOUSBInterface *fInterface; member in class:AppleUSBCDCWCM
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/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.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.h145 IOUSBInterface * fInterface; member in class:IOUSBMassStorageClass
H A DIOUSBMassStorageClass.cpp1914 if ( fInterface == NULL )
1919 return fInterface;
1931 fInterface = newInterface;
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h278 IOUSBInterface *fInterface; member in class:AppleUSBCDCDMM
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp10423 class PPCI2CInterface * fInterface; member in class:AppleOnboardI2CInterface
10449 interface->fInterface = onboardInterface;
10492 fInterface->openI2CBus(fPort);
10497 fInterface->setPollingMode(true);
10502 fInterface->setCombinedMode();
10504 fInterface->setStandardSubMode();
10506 fInterface->setStandardMode();
10508 if (!fInterface->writeI2CBus(request->sendAddress >> 1, request->sendSubAddress,
10516 fInterface->setCombinedMode();
10518 fInterface
[all...]

Completed in 157 milliseconds