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

  /external/libusb/libusb/os/
darwin_usb.c 217 struct darwin_device_priv *dpriv; local
237 dpriv = (struct darwin_device_priv *)handle->dev->os_priv;
240 if (dpriv->location == location && handle->os_priv) {
579 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
583 if (0 == dpriv->open_count) {
584 kresult = darwin_get_device (dpriv->location, &darwin_device);
590 dpriv->device = darwin_device;
593 kresult = (*(dpriv->device))->USBDeviceOpenSeize (dpriv->device);
605 (*(dpriv->device))->Release (dpriv->device)
640 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
693 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
707 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
800 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
1024 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
1035 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
1197 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)transfer->dev_handle->dev->os_priv; local
1244 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)transfer->dev_handle->dev->os_priv; local
    [all...]
linux_usbfs.c 1341 struct linux_device_handle_priv *dpriv = local
1456 struct linux_device_handle_priv *dpriv = local
1613 struct linux_device_handle_priv *dpriv = local
1677 struct linux_device_handle_priv *dpriv = local
1705 struct linux_device_handle_priv *dpriv = local
1727 struct linux_device_handle_priv *dpriv = local
1889 struct linux_device_handle_priv *dpriv = local
    [all...]

Completed in 107 milliseconds