Searched refs:usbInterface (Results 1 – 1 of 1) sorted by relevance
/external/libusb/libusb/os/ |
D | darwin_usb.c | 1274 io_service_t usbInterface = IO_OBJECT_NULL; in darwin_claim_interface() local 1282 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface); in darwin_claim_interface() 1287 if (!usbInterface && dpriv->first_config != 0) { in darwin_claim_interface() 1297 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface); in darwin_claim_interface() 1304 if (!usbInterface) { in darwin_claim_interface() 1310 kresult = IOCreatePlugInInterfaceForService (usbInterface, kIOUSBInterfaceUserClientTypeID, in darwin_claim_interface() 1314 (void)IOObjectRelease (usbInterface); in darwin_claim_interface() 1509 io_service_t usbInterface; in darwin_kernel_driver_active() local 1513 kresult = darwin_get_interface (dpriv->device, interface, &usbInterface); in darwin_kernel_driver_active() 1520 …driver = IORegistryEntryCreateCFProperty (usbInterface, kIOBundleIdentifierKey, kCFAllocatorDefaul… in darwin_kernel_driver_active() [all …]
|