• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDC/Classes/

Lines Matching refs:fpDevice

216     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)
367 fpDevice->close(this);
368 fpDevice = NULL;
396 return fpDevice;
521 cd = fpDevice->GetFullConfigurationDescriptor(cval);
580 ior = fpDevice->FindNextInterfaceDescriptor(cd, intf, &req, &intf);
673 if (fpDevice)
675 ior = fpDevice->SetConfiguration(this, fConfig);
720 ior = fpDevice->DeviceRequest(&req, 5000, 0);
884 addrString = fpDevice->GetSerialNumberStringIndex(); // Default if none defined in the ECM functional descriptor
886 ior = fpDevice->GetStringDescriptor(addrString, (char *)&ascii_mac, 13);
910 addrString = fpDevice->GetSerialNumberStringIndex(); // Default if we don't find any
912 ior = fpDevice->GetStringDescriptor(addrString, (char *)&ascii_mac, 13);
1045 Comm = fpDevice->FindNextInterface(NULL, &req);
1106 Comm = fpDevice->FindNextInterface(Comm, &req);
1147 Comm = fpDevice->FindNextInterface(NULL, &req);
1175 Comm = fpDevice->FindNextInterface(Comm, &req);
1213 if (fpDevice)
1215 fpDevice->close(this);
1216 fpDevice = NULL;
1342 if ( fpDevice->isOpen(this) )
1344 if ( ( result = fpDevice->SuspendDevice(true) ) != kIOReturnSuccess )
1361 if ( fpDevice->isOpen(this) )
1363 if ( ( result = fpDevice->SuspendDevice(false) ) != kIOReturnSuccess )
1396 result = fpDevice->DeviceRequest(&devreq);
1446 rc = fpDevice->setProperty(kWWAN_SC_SETUP,propertyDict->getObject(key));
1452 rc = fpDevice->setProperty(kWWAN_UNIQUIFIER,propertyDict->getObject(key));
1471 rc = fpDevice->setProperty(kWWAN_DynamicDictonary,propertyDict);
1478 rc = fpDevice->setProperty(kWWAN_HardwareDictionary,propertyDict);
1505 rc = fpDevice->setProperty("DeviceModemOverrides",propertyDict);
1510 rc = fpDevice->setProperty("DevicePPPOverrides",propertyDict);
1525 fpDevice->messageClients ( kIOMessageServicePropertyChange );
1533 fpDevice->messageClients ( kIOMessageServicePropertyChange );