Searched refs:usbInterface (Results 1 - 1 of 1) sorted by relevance

/external/libusb/libusb/os/
H A Ddarwin_usb.c802 io_service_t usbInterface = IO_OBJECT_NULL; local
811 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
816 if (!usbInterface) {
858 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
865 if (!usbInterface) {
871 kresult = IOCreatePlugInInterfaceForService (usbInterface, kIOUSBInterfaceUserClientTypeID,
884 (void)IOObjectRelease (usbInterface);
1036 io_service_t usbInterface; local
1040 kresult = darwin_get_interface (dpriv->device, interface, &usbInterface);
1047 driver = IORegistryEntryCreateCFProperty (usbInterface, kIOBundleIdentifierKe
[all...]

Completed in 112 milliseconds