Lines Matching refs:usbInterface
1274 io_service_t usbInterface = IO_OBJECT_NULL;
1282 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
1287 if (!usbInterface && dpriv->first_config != 0) {
1297 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
1304 if (!usbInterface) {
1310 kresult = IOCreatePlugInInterfaceForService (usbInterface, kIOUSBInterfaceUserClientTypeID,
1314 (void)IOObjectRelease (usbInterface);
1509 io_service_t usbInterface;
1513 kresult = darwin_get_interface (dpriv->device, interface, &usbInterface);
1520 driver = IORegistryEntryCreateCFProperty (usbInterface, kIOBundleIdentifierKey, kCFAllocatorDefault, 0);
1521 IOObjectRelease (usbInterface);