HomeSort by relevance Sort by last modified time
    Searched refs:darwin_device (Results 1 - 2 of 2) sorted by null

  /external/libusb_aah/libusb/os/
darwin_usb.c 228 static kern_return_t darwin_get_device (uint32_t dev_location, usb_device_t ***darwin_device) {
238 while ((*darwin_device = usb_get_next_device (deviceIterator, &location)) != NULL) {
242 (**darwin_device)->Release(*darwin_device);
247 if (!(*darwin_device))
506 static int darwin_check_configuration (struct libusb_context *ctx, struct libusb_device *dev, usb_device_t **darwin_device) {
521 kresult = (*darwin_device)->GetConfigurationDescriptorPtr (darwin_device, 0, &configDesc);
534 kresult = (*(darwin_device))->CreateInterfaceIterator(darwin_device, &request, &interface_iterator)
793 usb_device_t **darwin_device; local
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 187 static kern_return_t darwin_get_device (uint32_t dev_location, usb_device_t ***darwin_device) {
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) {
743 kresult = (*(darwin_device))->CreateInterfaceIterator(darwin_device, &request, &interface_iterator)
    [all...]

Completed in 196 milliseconds