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

  /external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c 146 struct device_priv *dpriv; local
200 dpriv = (struct device_priv *)dev->os_priv;
201 dpriv->fd = -1;
202 dpriv->cdesc = NULL;
203 dpriv->devname = udevname;
211 dpriv->ddesc = dd.udd_desc;
242 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv; local
245 if (dpriv->devname) {
251 dpriv->devname);
252 dpriv->fd = open(devnode, O_RDWR)
269 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv; local
288 struct device_priv *dpriv = (struct device_priv *)dev->os_priv; local
303 struct device_priv *dpriv = (struct device_priv *)dev->os_priv; local
350 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv; local
363 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv; local
405 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv; local
463 struct device_priv *dpriv = (struct device_priv *)dev->os_priv; local
629 struct device_priv *dpriv = (struct device_priv *)dev->os_priv; local
684 struct device_priv *dpriv; local
745 struct device_priv *dpriv; local
778 struct device_priv *dpriv; local
    [all...]
darwin_usb.c 924 struct darwin_cached_device *dpriv = DARWIN_CACHED_DEVICE(dev_handle->dev); local
927 if (0 == dpriv->open_count) {
929 kresult = (*(dpriv->device))->USBDeviceOpenSeize (dpriv->device);
981 struct darwin_cached_device *dpriv = DARWIN_CACHED_DEVICE(dev_handle->dev); local
1027 struct darwin_cached_device *dpriv = DARWIN_CACHED_DEVICE(dev_handle->dev); local
1035 struct darwin_cached_device *dpriv = DARWIN_CACHED_DEVICE(dev_handle->dev); local
1140 struct darwin_cached_device *dpriv = DARWIN_CACHED_DEVICE(dev_handle->dev); local
1328 struct darwin_cached_device *dpriv = DARWIN_CACHED_DEVICE(dev_handle->dev); local
1380 struct darwin_cached_device *dpriv = DARWIN_CACHED_DEVICE(dev_handle->dev); local
1419 struct darwin_device_priv *dpriv = (struct darwin_device_priv *) dev->os_priv; local
1586 struct darwin_cached_device *dpriv = DARWIN_CACHED_DEVICE(transfer->dev_handle->dev); local
1652 struct darwin_cached_device *dpriv = DARWIN_CACHED_DEVICE(transfer->dev_handle->dev); local
1667 struct darwin_cached_device *dpriv = DARWIN_CACHED_DEVICE(transfer->dev_handle->dev); local
    [all...]
linux_usbfs.c 1645 struct linux_device_handle_priv *dpriv = local
1695 struct linux_device_handle_priv *dpriv = local
1860 struct linux_device_handle_priv *dpriv = local
2014 struct linux_device_handle_priv *dpriv = local
    [all...]
  /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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_blit.h 33 extern void intelCopyBuffer(const __DRIdrawable * dpriv,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.h 33 extern void intelCopyBuffer(const __DRIdrawable * dpriv,

Completed in 256 milliseconds