Searched defs:darwin_device (Results 1 - 1 of 1) sorted by relevance

/external/libusb/libusb/os/
H A Ddarwin_usb.c187 static kern_return_t darwin_get_device (uint32_t dev_location, usb_device_t ***darwin_device) { argument
197 while ((*darwin_device = usb_get_next_device (deviceIterator, &location)) != NULL) {
201 (**darwin_device)->Release(*darwin_device);
206 if (!(*darwin_device))
580 usb_device_t **darwin_device; local
584 kresult = darwin_get_device (dpriv->location, &darwin_device);
590 dpriv->device = darwin_device;
729 static int darwin_get_interface (usb_device_t **darwin_device, uint8_t ifc, io_service_t *usbInterfacep) { argument
743 kresult = (*(darwin_device))
[all...]

Completed in 362 milliseconds