Searched refs:darwin_cached_devices (Results 1 – 1 of 1) sorted by relevance
/external/libusb/libusb/os/ |
D | darwin_usb.c | 69 static struct list_head darwin_cached_devices; variable 378 list_for_each_entry(old_device, &darwin_cached_devices, list, struct darwin_cached_device) { in darwin_devices_detached() 567 list_for_each_entry_safe(dev, next, &darwin_cached_devices, list, struct darwin_cached_device) { in darwin_cleanup_devices() 571 darwin_cached_devices.prev = darwin_cached_devices.next = NULL; in darwin_cleanup_devices() 584 assert (NULL == darwin_cached_devices.next); in darwin_init() 585 list_init (&darwin_cached_devices); in darwin_init() 1010 list_for_each_entry(new_device, &darwin_cached_devices, list, struct darwin_cached_device) { in darwin_get_cached_device() 1045 list_add(&new_device->list, &darwin_cached_devices); in darwin_get_cached_device()
|