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 - 2
of
2
) sorted by null
/external/libusb_aah/libusb/os/
windows_usb.h
71
#define
safe_unref_device
(dev) do {if (dev != NULL) {libusb_unref_device(dev); dev = NULL;}} while(0)
macro
windows_usb.c
[
all
...]
Completed in 1559 milliseconds