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

  /external/libusb_aah/libusb/os/
openbsd_usb.c 136 struct device_priv *dpriv; local
170 dpriv = (struct device_priv *)dev->os_priv;
171 strlcpy(dpriv->devnode, devnode, sizeof(devnode));
172 dpriv->fd = -1;
174 if (ioctl(fd, USB_GET_DEVICE_DESC, &dpriv->ddesc) < 0) {
179 dpriv->cdesc = NULL;
206 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv; local
208 dpriv->fd = open(dpriv->devnode, O_RDWR);
209 if (dpriv->fd < 0)
227 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv; local
244 struct device_priv *dpriv = (struct device_priv *)dev->os_priv; local
259 struct device_priv *dpriv = (struct device_priv *)dev->os_priv; local
278 struct device_priv *dpriv = (struct device_priv *)dev->os_priv; local
315 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv; local
330 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv; local
369 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv; local
388 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv; local
416 struct device_priv *dpriv = (struct device_priv *)dev->os_priv; local
579 struct device_priv *dpriv = (struct device_priv *)dev->os_priv; local
622 struct device_priv *dpriv; local
663 struct device_priv *dpriv; local
    [all...]
darwin_usb.c 258 struct darwin_device_priv *dpriv; local
288 dpriv = (struct darwin_device_priv *)handle->dev->os_priv;
291 if (dpriv->location == location && handle->os_priv) {
792 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
796 if (0 == dpriv->open_count) {
797 kresult = darwin_get_device (dpriv->location, &darwin_device);
803 dpriv->device = darwin_device;
806 kresult = (*(dpriv->device))->USBDeviceOpenSeize (dpriv->device);
818 (*(dpriv->device))->Release (dpriv->device)
862 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
915 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
923 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
1021 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
1212 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
1223 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)dev_handle->dev->os_priv; local
1400 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)transfer->dev_handle->dev->os_priv; local
1466 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)transfer->dev_handle->dev->os_priv; local
1481 struct darwin_device_priv *dpriv = (struct darwin_device_priv *)transfer->dev_handle->dev->os_priv; local
    [all...]
linux_usbfs.c 1531 struct linux_device_handle_priv *dpriv = local
1581 struct linux_device_handle_priv *dpriv = local
1707 struct linux_device_handle_priv *dpriv = local
1857 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...]

Completed in 117 milliseconds