Searched refs:get_config_descriptor_by_value (Results 1 – 6 of 6) sorted by relevance
310 int (*get_config_descriptor_by_value)(struct libusb_device *device, member
644 return priv->backend->get_config_descriptor_by_value(dev, bConfigurationValue, buffer); in windows_get_config_descriptor_by_value()
2751 .get_config_descriptor_by_value = op_get_config_descriptor_by_value,
648 if (usbi_backend.get_config_descriptor_by_value) { in libusb_get_config_descriptor_by_value()651 r = usbi_backend.get_config_descriptor_by_value(dev, in libusb_get_config_descriptor_by_value()
1012 int (*get_config_descriptor_by_value)(struct libusb_device *device, member