Searched refs:acfg (Results 1 – 1 of 1) sorted by relevance
430 struct libusb20_config *acfg; in usb_parse_config() local434 acfg = ps->a.currcfg; in usb_parse_config()439 bcfg->bLength = acfg->desc.bLength; in usb_parse_config()440 bcfg->bDescriptorType = acfg->desc.bDescriptorType; in usb_parse_config()441 bcfg->wTotalLength = acfg->desc.wTotalLength; in usb_parse_config()442 bcfg->bNumInterfaces = acfg->num_interface; in usb_parse_config()443 bcfg->bConfigurationValue = acfg->desc.bConfigurationValue; in usb_parse_config()444 bcfg->iConfiguration = acfg->desc.iConfiguration; in usb_parse_config()445 bcfg->bmAttributes = acfg->desc.bmAttributes; in usb_parse_config()446 bcfg->MaxPower = acfg->desc.bMaxPower; in usb_parse_config()[all …]