Searched refs:windows_device_priv (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c655 struct windows_device_priv *priv = _device_priv(dev_handle->dev);
724 struct windows_device_priv *priv = _device_priv(transfer->dev_handle->dev);
946 struct windows_device_priv *parent_priv, *priv = _device_priv(dev);
979 struct windows_device_priv *priv = _device_priv(dev);
1082 struct windows_device_priv *priv, *parent_priv;
1247 struct windows_device_priv *priv = _device_priv(dev);
1301 struct windows_device_priv *priv = _device_priv(dev);
1350 struct windows_device_priv *priv, *parent_priv;
1741 struct windows_device_priv *priv = _device_priv(dev);
1751 struct windows_device_priv *pri
[all...]
H A Dwindows_usb.h207 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 93 milliseconds