Home
last modified time | relevance | path

Searched refs:darwin_device (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Ddarwin_usb.c640 usb_device_t **darwin_device = dev->device; in darwin_check_configuration() local
662 kresult = (*darwin_device)->GetConfigurationDescriptorPtr (darwin_device, 0, &configDesc); in darwin_check_configuration()
675 …kresult = (*(darwin_device))->CreateInterfaceIterator(darwin_device, &request, &interface_iterator… in darwin_check_configuration()
694 (*darwin_device)->GetConfiguration (darwin_device, &dev->active_config); in darwin_check_configuration()
1174 static int darwin_get_interface (usb_device_t **darwin_device, uint8_t ifc, io_service_t *usbInterf… in darwin_get_interface() argument
1189 …kresult = (*(darwin_device))->CreateInterfaceIterator(darwin_device, &request, &interface_iterator… in darwin_get_interface()