Searched refs:usbInterface (Results 1 – 1 of 1) sorted by relevance
/external/libusb/libusb/os/ |
D | darwin_usb.c | 1423 io_service_t usbInterface = IO_OBJECT_NULL; in darwin_claim_interface() local 1432 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface); in darwin_claim_interface() 1437 if (!usbInterface && dpriv->first_config != 0) { in darwin_claim_interface() 1447 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface); in darwin_claim_interface() 1454 if (!usbInterface) { in darwin_claim_interface() 1460 kresult = IOCreatePlugInInterfaceForService (usbInterface, kIOUSBInterfaceUserClientTypeID, in darwin_claim_interface() 1464 (void)IOObjectRelease (usbInterface); in darwin_claim_interface() 1731 io_service_t usbInterface; in darwin_kernel_driver_active() local 1735 kresult = darwin_get_interface (dpriv->device, interface, &usbInterface); in darwin_kernel_driver_active() 1742 …driver = IORegistryEntryCreateCFProperty (usbInterface, kIOBundleIdentifierKey, kCFAllocatorDefaul… in darwin_kernel_driver_active() [all …]
|