Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb01.c439 struct libusb20_config *acfg; in usb_parse_config() local
443 acfg = ps->a.currcfg; in usb_parse_config()
448 bcfg->bLength = acfg->desc.bLength; in usb_parse_config()
449 bcfg->bDescriptorType = acfg->desc.bDescriptorType; in usb_parse_config()
450 bcfg->wTotalLength = acfg->desc.wTotalLength; in usb_parse_config()
451 bcfg->bNumInterfaces = acfg->num_interface; in usb_parse_config()
452 bcfg->bConfigurationValue = acfg->desc.bConfigurationValue; in usb_parse_config()
453 bcfg->iConfiguration = acfg->desc.iConfiguration; in usb_parse_config()
454 bcfg->bmAttributes = acfg->desc.bmAttributes; in usb_parse_config()
455 bcfg->MaxPower = acfg->desc.bMaxPower; in usb_parse_config()
[all …]