/external/libusb/libusb/os/ |
haiku_usb_raw.cpp | 209 /*.get_config_descriptor =*/ haiku_get_config_descriptor,
|
sunos_usb.c | 1265 .get_config_descriptor = sunos_get_config_descriptor, [all...] |
darwin_usb.c | [all...] |
linux_usbfs.c | [all...] |
/external/libusb/libusb/ |
descriptor.c | 628 r = usbi_backend->get_config_descriptor(dev, config_index, tmp, 643 r = usbi_backend->get_config_descriptor(dev, config_index, buf, 666 int r = usbi_backend->get_config_descriptor(dev, i, tmp, sizeof(tmp), [all...] |
libusbi.h | 793 int (*get_config_descriptor)(struct libusb_device *device, member in struct:usbi_os_backend 797 /* Like get_config_descriptor but then by bConfigurationValue instead 800 * Optional, if not present the core will call get_config_descriptor [all...] |