Searched refs:safe_unref_device (Results 1 – 3 of 3) sorted by relevance
63 #define safe_unref_device(dev) do {if (dev != NULL) {libusb_unref_device(dev); dev = NULL;}} while(… macro
336 safe_unref_device(dev); in wince_get_device_list()343 safe_unref_device(dev); in wince_get_device_list()
1647 safe_unref_device(unref_list[i]); in windows_get_device_list()