Searched defs:ohciServiceIsochronousEndpoint (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp2962 * A worker for ohciServiceIsochronousEndpoint which unlinks a ITD
2987 ohciWriteITd(pThis, ITdAddrPrev, pITdPrev, "ohciServiceIsochronousEndpoint");
3026 * A worker for ohciServiceIsochronousEndpoint which submits the specified TD.
3169 static void ohciServiceIsochronousEndpoint(POHCI pThis, POHCIED pEd, uint32_t EdAddr) function
3255 Log(("ohciServiceIsochronousEndpoint: Failed unlinking old ITD.\n"));
3272 Log(("ohciServiceIsochronousEndpoint: Failed unlinking old ITD.\n"));
3572 ohciServiceIsochronousEndpoint(pThis, &Ed, EdAddr);

Completed in 253 milliseconds