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

  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 655 struct windows_device_priv *priv = _device_priv(dev_handle->dev);
724 struct windows_device_priv *priv = _device_priv(transfer->dev_handle->dev);
    [all...]
windows_usb.h 207 struct windows_device_priv { struct
229 static inline struct windows_device_priv *_device_priv(struct libusb_device *dev) {
230 return (struct windows_device_priv *)dev->os_priv;
234 struct windows_device_priv* p = _device_priv(dev);
257 struct windows_device_priv* p = _device_priv(dev);

Completed in 157 milliseconds