Home
last modified time | relevance | path

Searched refs:dtdFree (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_ehci.c161 ehciState->dtdFree = ehciState->dtd; in USB_DeviceEhciSetDefaultState()
162 p = ehciState->dtdFree; in USB_DeviceEhciSetDefaultState()
608 currentDtd->nextDtdPointer = (uint32_t)ehciState->dtdFree; in USB_DeviceEhciCancelControlPipe()
609 ehciState->dtdFree = currentDtd; in USB_DeviceEhciCancelControlPipe()
807 currentDtd->nextDtdPointer = (uint32_t)ehciState->dtdFree; in USB_DeviceEhciInterruptTokenDone()
808 ehciState->dtdFree = currentDtd; in USB_DeviceEhciInterruptTokenDone()
1128 dtd = ehciState->dtdFree;
1130 ehciState->dtdFree = (usb_device_ehci_dtd_struct_t *)dtd->nextDtdPointer;
1845 currentDtd->nextDtdPointer = (uint32_t)ehciState->dtdFree;
1846 ehciState->dtdFree = currentDtd;
Dusb_device_ehci.h159 usb_device_ehci_dtd_struct_t *dtdFree; /*!< The idle DTD list head */ member