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

/external/libusb/libusb/
H A Dcore.c715 list_add(&dev->list, &dev->ctx->usb_devs);
780 list_for_each_entry(dev, &ctx->usb_devs, list, struct libusb_device)
831 list_for_each_entry(dev, &ctx->usb_devs, list, struct libusb_device) {
2112 list_init(&ctx->usb_devs);
2155 list_for_each_entry_safe(dev, next, &ctx->usb_devs, list, struct libusb_device) {
2208 * of usb_devs, but the events still hold a reference!
2218 list_for_each_entry_safe(dev, next, &ctx->usb_devs, list, struct libusb_device) {
2227 if (!list_empty(&ctx->usb_devs))
H A Dlibusbi.h263 struct list_head usb_devs; member in struct:libusb_context
680 * ctx->usb_devs to the user. In this function the backend should
/external/libusb/include/libusb/
H A Dlibusbi.h263 struct list_head usb_devs; member in struct:libusb_context
680 * ctx->usb_devs to the user. In this function the backend should
/external/libusb/libusb/os/
H A Dlinux_usbfs.c1030 list_for_each_entry(it, &ctx->usb_devs, list, struct libusb_device) {

Completed in 101 milliseconds