OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safe_unref_device
(Results
1 - 3
of
3
) sorted by null
/external/libusb/libusb/os/
windows_common.h
63
#define
safe_unref_device
(dev) do {if (dev != NULL) {libusb_unref_device(dev); dev = NULL;}} while(0)
macro
wince_usb.c
336
safe_unref_device
(dev);
343
safe_unref_device
(dev);
windows_winusb.c
[
all
...]
Completed in 51 milliseconds