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

  /external/libusb/libusb/os/
darwin_usb.c 217 struct darwin_device_priv *dpriv;
237 dpriv = (struct darwin_device_priv *)handle->dev->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
    [all...]
darwin_usb.h 119 struct darwin_device_priv { struct
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.h 126 struct darwin_device_priv { struct
darwin_usb.c 58 #define DARWIN_CACHED_DEVICE(a) ((struct darwin_cached_device *) (((struct darwin_device_priv *)((a)->os_priv))->dev))
826 struct darwin_device_priv *priv;
853 priv = (struct darwin_device_priv *)dev->os_priv;
    [all...]

Completed in 58 milliseconds