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

  /external/libusb/libusb/os/
darwin_usb.c 117 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
237 dpriv = (struct darwin_device_priv *)handle->dev->os_priv;
240 if (dpriv->location == location && handle->os_priv) {
241 priv = (struct darwin_device_handle_priv *)handle->os_priv;
350 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv;
361 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv;
383 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv;
400 struct darwin_device_priv *priv = (struct darwin_device_priv *)dev->os_priv;
461 priv = (struct darwin_device_priv *)dev->os_priv;
578 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv;
    [all...]
linux_usbfs.c 148 return (struct linux_device_priv *) dev->os_priv;
154 return (struct linux_device_handle_priv *) handle->os_priv;
    [all...]
  /external/libusb/libusb/
libusbi.h 218 unsigned char os_priv[0]; member in struct:libusb_device
228 unsigned char os_priv[0]; member in struct:libusb_device_handle
782 * This private data area is accessible through the "os_priv" field of
787 * This private data area is accessible through the "os_priv" field of
797 /* Mumber of additional bytes for os_priv for each iso packet.
core.c 516 memset(&dev->os_priv, 0, priv_size);
876 memset(&_handle->os_priv, 0, priv_size);
    [all...]

Completed in 67 milliseconds