OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:windows_device_priv
(Results
1 - 2
of
2
) sorted by null
/external/libusb_aah/libusb/os/
windows_usb.c
552
struct
windows_device_priv
*priv = _device_priv(dev_handle->dev);
625
struct
windows_device_priv
*priv = _device_priv(transfer->dev_handle->dev);
833
struct
windows_device_priv
*parent_priv, *priv = _device_priv(dev);
866
struct
windows_device_priv
*priv = _device_priv(dev);
[
all
...]
windows_usb.h
155
struct
windows_device_priv
{
struct
173
static inline struct
windows_device_priv
*_device_priv(struct libusb_device *dev) {
174
return (struct
windows_device_priv
*)dev->os_priv;
178
struct
windows_device_priv
* p = _device_priv(dev);
198
struct
windows_device_priv
* p = _device_priv(dev);
Completed in 21 milliseconds