Home
last modified time | relevance | path

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

/external/libusb/libusb/
Dcore.c886 list_add(&_handle->list, &ctx->open_devs); in libusb_open()
1482 list_init(&ctx->open_devs); in libusb_init()
1519 if (!list_empty(&ctx->open_devs)) in libusb_exit()
Dlibusbi.h156 struct list_head open_devs; member
/external/libusb/libusb/os/
Ddarwin_usb.c236 list_for_each_entry(handle, &ctx->open_devs, list) { in darwin_devices_detached()
1403 list_for_each_entry(handle, &ctx->open_devs, list) { in op_handle_events()
Dlinux_usbfs.c2117 list_for_each_entry(handle, &ctx->open_devs, list) { in op_handle_events()