Searched refs:usbInterface (Results 1 – 1 of 1) sorted by relevance
/external/libusb/libusb/os/ |
D | darwin_usb.c | 802 io_service_t usbInterface = IO_OBJECT_NULL; in darwin_claim_interface() local 811 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface); in darwin_claim_interface() 816 if (!usbInterface) { in darwin_claim_interface() 858 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface); in darwin_claim_interface() 865 if (!usbInterface) { in darwin_claim_interface() 871 kresult = IOCreatePlugInInterfaceForService (usbInterface, kIOUSBInterfaceUserClientTypeID, in darwin_claim_interface() 884 (void)IOObjectRelease (usbInterface); in darwin_claim_interface() 1036 io_service_t usbInterface; in darwin_kernel_driver_active() local 1040 kresult = darwin_get_interface (dpriv->device, interface, &usbInterface); in darwin_kernel_driver_active() 1047 …driver = IORegistryEntryCreateCFProperty (usbInterface, kIOBundleIdentifierKey, kCFAllocatorDefaul… in darwin_kernel_driver_active() [all …]
|