Searched refs:open_devs (Results 1 - 4 of 4) sorted by relevance

/external/libusb/libusb/
H A Dcore.c886 list_add(&_handle->list, &ctx->open_devs);
1482 list_init(&ctx->open_devs);
1517 /* a little sanity check. doesn't bother with open_devs locking because
1519 if (!list_empty(&ctx->open_devs))
H A Dlibusbi.h156 struct list_head open_devs; member in struct:libusb_context
/external/libusb/libusb/os/
H A Ddarwin_usb.c236 list_for_each_entry(handle, &ctx->open_devs, list) {
1403 list_for_each_entry(handle, &ctx->open_devs, list) {
H A Dlinux_usbfs.c2117 list_for_each_entry(handle, &ctx->open_devs, list) {

Completed in 77 milliseconds