Searched refs:get_device_list (Results 1 - 6 of 6) sorted by relevance

/external/libusb/include/libusb/
H A Dlibusbi.h668 int (*get_device_list)(struct libusb_context *ctx, member in struct:usbi_os_backend
729 * during get_device_list enumeration. Alternatively, you may be able
753 * during get_device_list enumeration. You may also have to keep track
776 * during get_device_list enumeration.
1003 * destroyed. It should free any resources allocated in the get_device_list
/external/libusb/libusb/
H A Dlibusbi.h668 int (*get_device_list)(struct libusb_context *ctx, member in struct:usbi_os_backend
729 * during get_device_list enumeration. Alternatively, you may be able
753 * during get_device_list enumeration. You may also have to keep track
776 * during get_device_list enumeration.
1003 * destroyed. It should free any resources allocated in the get_device_list
H A Dcore.c842 r = usbi_backend->get_device_list(ctx, &discdevs);
2256 return !(usbi_backend->get_device_list);
/external/libusb/libusb/os/
H A Dsunos_usb.c1262 .get_device_list = sunos_get_device_list,
H A Ddarwin_usb.c2055 .get_device_list = NULL, /* not needed */
H A Dlinux_usbfs.c2691 .get_device_list = NULL,

Completed in 104 milliseconds