Lines Matching refs:nextGtd
375 …te->gtdList = (usb_host_ohci_general_transfer_descritpor_struct_t *)usbHostState->gtdList->nextGtd; in USB_HostOhciGetGtd()
418 p = (usb_host_ohci_general_transfer_descritpor_struct_t *)p->nextGtd; in USB_HostOhciFreeGtd()
420 gtd->nextGtd = usbHostState->gtdList; in USB_HostOhciFreeGtd()
1088 gtdQ->nextGtd = gtdP->nextGtd; in USB_HostOhciTdDoneHandle()
1094 currentTr->union1.unitHead = (uint32_t)gtdP->nextGtd; in USB_HostOhciTdDoneHandle()
1104 gtdP = (usb_host_ohci_general_transfer_descritpor_struct_t *)gtdP->nextGtd; in USB_HostOhciTdDoneHandle()
1391 gtdPos = (usb_host_ohci_general_transfer_descritpor_struct_t *)gtd->nextGtd; in USB_HostOhciCancelPipe()
1672 p->nextGtd = NULL; in USB_HostOhciLinkGtdControlTr()
1766 p->nextGtd = (usb_host_ohci_general_transfer_descritpor_struct_t *)p->NextTD; in USB_HostOhciLinkGtdTr()
1781 p->nextGtd = NULL; in USB_HostOhciLinkGtdTr()
2017 gtdP = (usb_host_ohci_general_transfer_descritpor_struct_t *)gtd->nextGtd; in USB_HostOhciSof()
2112 gtd->nextGtd = &s_UsbHostOhciTd[usbHostState->controllerId].gtd[i]; in UBS_HostOhciControllerInit()
2113 gtd = gtd->nextGtd; in UBS_HostOhciControllerInit()
2115 gtd->nextGtd = NULL; in UBS_HostOhciControllerInit()