Searched defs:_device_priv (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.c95 static struct wince_device_priv *_device_priv(struct libusb_device *dev) function
155 struct wince_device_priv *priv = _device_priv(dev);
430 struct wince_device_priv *priv = _device_priv(device);
441 struct wince_device_priv *priv = _device_priv(device);
455 struct wince_device_priv *priv = _device_priv(device);
468 struct wince_device_priv *priv = _device_priv(handle->dev);
481 struct wince_device_priv *priv = _device_priv(handle->dev);
496 struct wince_device_priv *priv = _device_priv(handle->dev);
507 struct wince_device_priv *priv = _device_priv(handle->dev);
521 struct wince_device_priv *priv = _device_priv(handl
[all...]
H A Dlinux_usbfs.c214 static struct linux_device_priv *_device_priv(struct libusb_device *dev) function
501 struct linux_device_priv *priv = _device_priv(dev);
555 struct linux_device_priv *priv = _device_priv(dev);
736 struct linux_device_priv *priv = _device_priv(dev);
776 struct linux_device_priv *priv = _device_priv(dev);
795 struct linux_device_priv *priv = _device_priv(dev);
855 struct linux_device_priv *priv = _device_priv(dev);
1013 struct linux_device_priv *priv = _device_priv(it);
1330 struct linux_device_priv *priv = _device_priv(handle->dev);
1631 struct linux_device_priv *priv = _device_priv(de
[all...]
H A Dwindows_usb.h229 static inline struct windows_device_priv *_device_priv(struct libusb_device *dev) { function
234 struct windows_device_priv* p = _device_priv(dev);
257 struct windows_device_priv* p = _device_priv(dev);

Completed in 391 milliseconds