Searched refs:dtdCount (Results 1 – 4 of 4) sorted by relevance
75 int8_t dtdCount; /*!< The idle DTD node count */ member
181 ehciState->dtdCount = USB_DEVICE_CONFIG_EHCI_MAX_DTD; in USB_DeviceEhciSetDefaultState()546 ehciState->dtdCount++; in USB_DeviceEhciCancelControlPipe()718 ehciState->dtdCount++; in USB_DeviceEhciInterruptTokenDone()947 if (dtdRequestCount > (uint32_t)ehciState->dtdCount) in USB_DeviceEhciTransfer()970 ehciState->dtdCount--; in USB_DeviceEhciTransfer()1389 ehciState->dtdCount++; in USB_DeviceEhciCancel()
176 ehciState->dtdCount = USB_DEVICE_CONFIG_EHCI_MAX_DTD; in USB_DeviceEhciSetDefaultState()540 ehciState->dtdCount++; in USB_DeviceEhciCancelControlPipe()711 ehciState->dtdCount++; in USB_DeviceEhciInterruptTokenDone()938 if (dtdRequestCount > (uint32_t)ehciState->dtdCount) in USB_DeviceEhciTransfer()961 ehciState->dtdCount--; in USB_DeviceEhciTransfer()1352 ehciState->dtdCount++; in USB_DeviceEhciCancel()
Completed in 11 milliseconds