Lines Matching refs:ssCount
331 uint32_t *ssCount, const struct UsbFnFunction *func)
338 *ssCount = 0;
349 (*ssCount)++;
361 if (*ssCount) {
382 static int32_t CopyCount(uint8_t **whereDec, uint32_t fsCount, uint32_t hsCount, uint32_t ssCount)
399 if (ssCount) {
400 ret = memcpy_s(*whereDec, sizeof(uint32_t), &ssCount, sizeof(uint32_t));
417 uint32_t ssCount;
420 GetCountAndHead(&header, &fsCount, &hsCount, &ssCount, func);
436 ret = CopyCount(&whereDec, fsCount, hsCount, ssCount);