Searched refs:darwin_device (Results 1 – 1 of 1) sorted by relevance
187 static kern_return_t darwin_get_device (uint32_t dev_location, usb_device_t ***darwin_device) { in darwin_get_device() argument197 while ((*darwin_device = usb_get_next_device (deviceIterator, &location)) != NULL) { in darwin_get_device()201 (**darwin_device)->Release(*darwin_device); in darwin_get_device()206 if (!(*darwin_device)) in darwin_get_device()580 usb_device_t **darwin_device; in darwin_open() local584 kresult = darwin_get_device (dpriv->location, &darwin_device); in darwin_open()590 dpriv->device = darwin_device; in darwin_open()729 static int darwin_get_interface (usb_device_t **darwin_device, uint8_t ifc, io_service_t *usbInterf… in darwin_get_interface() argument743 …kresult = (*(darwin_device))->CreateInterfaceIterator(darwin_device, &request, &interface_iterator… in darwin_get_interface()