Searched refs:lenDes (Results 1 – 2 of 2) sorted by relevance
332 uint32_t lenDes = 0; in GetCountAndHead() local339 lenDes += func->fsDescriptors[i]->bLength; in GetCountAndHead()343 lenDes += func->hsDescriptors[i]->bLength; in GetCountAndHead()347 lenDes += func->ssDescriptors[i]->bLength; in GetCountAndHead()364 header->length = htole32(sizeof(struct UsbFunctionfsDescsHeadV2) + lenCount + lenDes); in GetCountAndHead()
536 uint32_t lenDes = 0; in GetCountAndHead() local543 lenDes += func->fsDescriptors[i]->bLength; in GetCountAndHead()547 lenDes += func->hsDescriptors[i]->bLength; in GetCountAndHead()551 lenDes += func->ssDescriptors[i]->bLength; in GetCountAndHead()568 header->length = htole32(sizeof(struct UsbFunctionfsDescsHeadV2) + lenCount + lenDes); in GetCountAndHead()