HomeSort by relevance Sort by last modified time
    Searched full:os_priv (Results 1 - 12 of 12) sorted by null

  /external/libusb/libusb/os/
haiku_usb_raw.cpp 50 USBDevice *dev = *((USBDevice **)dev_handle->dev->os_priv);
58 *((USBDeviceHandle **)dev_handle->os_priv) = handle;
65 USBDeviceHandle *handle = *((USBDeviceHandle **)dev_handle->os_priv);
69 *((USBDeviceHandle **)dev_handle->os_priv) = NULL;
75 USBDevice *dev = *((USBDevice **)device->os_priv);
84 USBDevice *dev = *((USBDevice **)device->os_priv);
96 USBDevice *dev = *((USBDevice **)device->os_priv);
112 USBDeviceHandle *handle= *((USBDeviceHandle **)dev_handle->os_priv);
119 USBDeviceHandle *handle = *((USBDeviceHandle **)dev_handle->os_priv);
126 USBDeviceHandle *handle = *((USBDeviceHandle **)dev_handle->os_priv);
    [all...]
netbsd_usb.c 178 dpriv = (struct device_priv *)dev->os_priv;
215 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
216 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
233 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
234 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
246 struct device_priv *dpriv = (struct device_priv *)dev->os_priv;
261 struct device_priv *dpriv = (struct device_priv *)dev->os_priv;
280 struct device_priv *dpriv = (struct device_priv *)dev->os_priv;
317 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
332 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
    [all...]
openbsd_usb.c 205 dpriv = (struct device_priv *)dev->os_priv;
249 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
250 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
273 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
274 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
288 struct device_priv *dpriv = (struct device_priv *)dev->os_priv;
303 struct device_priv *dpriv = (struct device_priv *)dev->os_priv;
350 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
363 struct device_priv *dpriv = (struct device_priv *)handle->dev->os_priv;
379 struct handle_priv *hpriv = (struct handle_priv *)handle->os_priv;
    [all...]
sunos_usb.c 95 sunos_dev_priv_t *dpriv = (sunos_dev_priv_t *)dev->os_priv;
250 devpriv = (sunos_dev_priv_t *)dev->os_priv;
274 devpriv = (sunos_dev_priv_t *)dev->os_priv;
484 hpriv = (sunos_dev_handle_priv_t *)hdl->os_priv;
596 hpriv = (sunos_dev_handle_priv_t *)handle->os_priv;
597 dpriv = (sunos_dev_priv_t *)handle->dev->os_priv;
625 hpriv = (sunos_dev_handle_priv_t *)handle->os_priv;
629 dpriv = (sunos_dev_priv_t *)handle->dev->os_priv;
642 sunos_dev_priv_t *dpriv = (sunos_dev_priv_t *)dev->os_priv;
654 sunos_dev_priv_t *dpriv = (sunos_dev_priv_t *)dev->os_priv;
    [all...]
haiku_pollfs.cpp 113 *((USBDevice **)dev->os_priv) = fDevice;
darwin_usb.c 78 #define DARWIN_CACHED_DEVICE(a) ((struct darwin_cached_device *) (((struct darwin_device_priv *)((a)->os_priv))->dev))
175 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
    [all...]
windows_winusb.h 224 return (struct windows_device_priv *)dev->os_priv;
286 return (struct windows_device_handle_priv *)handle->os_priv;
wince_usb.c 84 return (struct wince_device_priv *)dev->os_priv;
windows_usbdk.c 87 return (struct usbdk_device_priv *)dev->os_priv;
linux_usbfs.c 230 return (struct linux_device_priv *) dev->os_priv;
236 return (struct linux_device_handle_priv *) handle->os_priv;
    [all...]
  /external/libusb/libusb/
libusbi.h 386 unsigned char os_priv member in struct:libusb_device
407 unsigned char os_priv member in struct:libusb_device_handle
    [all...]
core.c     [all...]

Completed in 213 milliseconds