Searched refs:darwin_cached_devices (Results 1 – 1 of 1) sorted by relevance
/external/libusb/libusb/os/ |
D | darwin_usb.c | 75 static struct list_head darwin_cached_devices = {&darwin_cached_devices, &darwin_cached_devices}; variable 341 list_for_each_entry(old_device, &darwin_cached_devices, list, struct darwin_cached_device) { in darwin_devices_detached() 496 list_for_each_entry_safe(dev, next, &darwin_cached_devices, list, struct darwin_cached_device) { in _darwin_finalize() 898 list_for_each_entry(new_device, &darwin_cached_devices, list, struct darwin_cached_device) { in darwin_get_cached_device() 925 list_add(&new_device->list, &darwin_cached_devices); in darwin_get_cached_device()
|