Searched refs:fpDevice (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp216 fpDevice = OSDynamicCast(IOUSBDevice, provider);
217 if(!fpDevice)
225 devInfo = (OSNumber *)fpDevice->getProperty("bDeviceClass");
233 devInfo = (OSNumber *)fpDevice->getProperty("bDeviceSubClass");
241 devInfo = (OSNumber *)fpDevice->getProperty("bDeviceProtocol");
259 prefConfig = (OSNumber *)fpDevice->getProperty("Preferred Configuration");
290 configs = fpDevice->GetNumConfigurations();
299 if (!fpDevice->open(this))
308 fpDevice->close(this); // jrw added for 3720288
365 if (fpDevice)
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDC/Headers/
H A DAppleUSBCDC.h42 IOUSBDevice *fpDevice; member in class:AppleUSBCDC
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp994 ior = fpDevice->SuspendDevice( false ); // Ask to resume the device
1022 ior = fpDevice->SuspendDevice( true ); // Try to suspend the device
1124 fpDevice = NULL;
1160 fpDevice = fpInterface->GetDevice();
1161 require(fpDevice, Fail);
1165 configs = fpDevice->GetNumConfigurations();
1826 cd = fpDevice->GetFullConfigurationDescriptor(cval);
1838 ior = fpDevice->FindNextInterfaceDescriptor(cd, intf, &req, &intf);
1869 fpInterface = fpDevice->FindNextInterface( NULL, &req );
1917 ior = fpDevice
[all...]
H A DAppleUSBIrDA.h234 IOUSBDevice *fpDevice; member in class:AppleUSBIrDADriver

Completed in 120 milliseconds