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/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h
55
#define
safe_unref_device
(dev) do {if (dev != NULL) {libusb_unref_device(dev); dev = NULL;}} while(0)
macro
wince_usb.c
394
safe_unref_device
(dev);
400
safe_unref_device
(dev);
[
all
...]
windows_usb.c
[
all
...]
Completed in 324 milliseconds