Lines Matching refs:ssCount
497 static int32_t CopyCount(uint8_t **whereDec, uint32_t fsCount, uint32_t hsCount, uint32_t ssCount)
514 if (ssCount != 0) {
515 ret = memcpy_s(*whereDec, sizeof(uint32_t), &ssCount, sizeof(uint32_t));
538 uint32_t *ssCount, const struct UsbFnFunction *func)
545 *ssCount = 0;
556 (*ssCount)++;
568 if (*ssCount != 0) {
583 uint32_t ssCount;
586 GetCountAndHead(&header, &fsCount, &hsCount, &ssCount, func);
602 ret = CopyCount(&whereDec, fsCount, hsCount, ssCount);